Package org.ametys.web.gdpr
Class SiteGDPRComponentEnumerator
java.lang.Object
org.ametys.web.gdpr.GDPRComponentEnumerator
org.ametys.web.gdpr.SiteGDPRComponentEnumerator
- All Implemented Interfaces:
Enumerator<String>
,Component
,Serviceable
Enumerator
for the site GDPR component enumerator.-
Field Summary
Fields inherited from class org.ametys.web.gdpr.GDPRComponentEnumerator
_gdprComponentEP, _manager, ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides the enumerated values with their optional label.Methods inherited from class org.ametys.web.gdpr.GDPRComponentEnumerator
getEntry, service
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ametys.runtime.model.Enumerator
getConfiguration
-
Constructor Details
-
SiteGDPRComponentEnumerator
public SiteGDPRComponentEnumerator()
-
-
Method Details
-
getEntries
Description copied from interface:Enumerator
Provides the enumerated values with their optional label.- Specified by:
getEntries
in interfaceEnumerator<String>
- Overrides:
getEntries
in classGDPRComponentEnumerator
- Returns:
- the enumerated values and their label.
- Throws:
Exception
- if an error occurs.
-