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 private static String__PARAM_PROXY_TICKETSprotected UserPopulationDAO_userPopulationDAOThe DAO for user populationsstatic StringROLEAvalon Role
-
Constructor Summary
Constructors Constructor Description RevampingHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCasAvailable()Check if the revamping through CAS is currently available or notvoidservice(ServiceManager manager)-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
__PARAM_PROXY_TICKETS
private static final String __PARAM_PROXY_TICKETS
- See Also:
- Constant Field Values
-
_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:
servicein 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
-
-