Class SCCSearchAction
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.acting.AbstractAction
-
- org.apache.cocoon.acting.ServiceableAction
-
- org.ametys.plugins.contentio.synchronize.search.SCCSearchAction
-
- All Implemented Interfaces:
Component,LogEnabled,Serviceable,Action
public class SCCSearchAction extends ServiceableAction
Action to search in a SCC.
-
-
Field Summary
Fields Modifier and Type Field Description protected JSONUtils_jsonUtilsJSON Utilsprivate org.slf4j.Logger_loggerprotected ServerCommHelper_serverCommHelperServerComm Helperprotected SynchronizableContentsCollectionDAO_synchronizableContentsCollectionDAOSCC DAOprotected static StringFIELD_IMPORTEDField imported to display in SCCSearchTool-
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
-
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
-
Constructor Summary
Constructors Constructor Description SCCSearchAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int_getIntValue(Map<String,Object> values, String key, int defaultValue)private List<Object>_getSortList(Object sortValues)Mapact(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters)voidservice(ServiceManager smanager)-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
FIELD_IMPORTED
protected static final String FIELD_IMPORTED
Field imported to display in SCCSearchTool- See Also:
- Constant Field Values
-
_synchronizableContentsCollectionDAO
protected SynchronizableContentsCollectionDAO _synchronizableContentsCollectionDAO
SCC DAO
-
_serverCommHelper
protected ServerCommHelper _serverCommHelper
ServerComm Helper
-
_jsonUtils
protected JSONUtils _jsonUtils
JSON Utils
-
_logger
private org.slf4j.Logger _logger
-
-
Constructor Detail
-
SCCSearchAction
public SCCSearchAction()
-
-
Method Detail
-
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classServiceableAction- Throws:
ServiceException
-
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
- Throws:
Exception
-
_getIntValue
private int _getIntValue(Map<String,Object> values, String key, int defaultValue)
-
_getSortList
private List<Object> _getSortList(Object sortValues)
-
-