Class RevampingHelper
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.plugins.proxiedcontent.RevampingHelper
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
Helper for the revamping service
-
Field Summary
Modifier and TypeFieldDescriptionprotected UserPopulationDAO
The DAO for user populationsstatic final String
Avalon Role -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Check if the revamping through CAS is currently available or notvoid
service
(ServiceManager manager) Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
ROLE
Avalon Role -
_userPopulationDAO
The DAO for user populations
-
-
Constructor Details
-
RevampingHelper
public RevampingHelper()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
isCasAvailable
Check if the revamping through CAS is currently available or not- Returns:
- True if the revamping through CAS is available
-