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
-
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
-
getTypedEntries
Description copied from interface:Enumerator
Provides the enumerated values with their optional label.- Specified by:
getTypedEntries
in interfaceEnumerator<String>
- Overrides:
getTypedEntries
in classGDPRComponentEnumerator
- Returns:
- the enumerated values and their label.
- Throws:
Exception
- if an error occurs. TODO NEWATTRIBUTEAPI: rename this method whenEnumerator
will be removed
-