Class RevampingHelper
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.plugins.proxiedcontent.RevampingHelper
-
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
public class RevampingHelper extends AbstractLogEnabled implements Serviceable, Component
Helper for the revamping service
-
-
Field Summary
Fields Modifier and Type Field Description protected UserPopulationDAO
_userPopulationDAO
The DAO for user populationsstatic String
ROLE
Avalon Role
-
Constructor Summary
Constructors Constructor Description RevampingHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCasAvailable()
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 Detail
-
_userPopulationDAO
protected UserPopulationDAO _userPopulationDAO
The DAO for user populations
-
-
Constructor Detail
-
RevampingHelper
public RevampingHelper()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
isCasAvailable
public boolean isCasAvailable()
Check if the revamping through CAS is currently available or not- Returns:
- True if the revamping through CAS is available
-
-