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, serviceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.runtime.model.Enumerator
getConfiguration
-
Constructor Details
-
SiteGDPRComponentEnumerator
public SiteGDPRComponentEnumerator()
-
-
Method Details
-
getTypedEntries
Description copied from interface:EnumeratorProvides the enumerated values with their optional label.- Specified by:
getTypedEntriesin interfaceEnumerator<String>- Overrides:
getTypedEntriesin classGDPRComponentEnumerator- Returns:
- the enumerated values and their label.
- Throws:
Exception- if an error occurs. TODO NEWATTRIBUTEAPI: rename this method whenEnumeratorwill be removed
-