public class SCCSearchAction extends ServiceableAction
Modifier and Type | Field and Description |
---|---|
protected JSONUtils |
_jsonUtils
JSON Utils
|
private Logger |
_logger |
protected ServerCommHelper |
_serverCommHelper
ServerComm Helper
|
protected SynchronizableContentsCollectionDAO |
_synchronizableContentsCollectionDAO
SCC DAO
|
protected static String |
FIELD_IMPORTED
Field imported to display in SCCSearchTool
|
manager
EMPTY_MAP
Constructor and Description |
---|
SCCSearchAction() |
Modifier and Type | Method and Description |
---|---|
private int |
_getIntValue(Map<String,Object> values,
String key,
int defaultValue) |
private List<Object> |
_getSortList(Object sortValues) |
Map |
act(Redirector redirector,
SourceResolver resolver,
Map objectModel,
String source,
Parameters parameters) |
void |
service(ServiceManager smanager) |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
protected static final String FIELD_IMPORTED
protected SynchronizableContentsCollectionDAO _synchronizableContentsCollectionDAO
protected ServerCommHelper _serverCommHelper
protected JSONUtils _jsonUtils
public SCCSearchAction()
public void service(ServiceManager smanager) throws ServiceException
service
in interface Serviceable
service
in class ServiceableAction
ServiceException
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
Exception
private int _getIntValue(Map<String,Object> values, String key, int defaultValue)
private List<Object> _getSortList(Object sortValues)