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
|
managerEMPTY_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, setupLoggerprotected 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 Serviceableservice in class ServiceableActionServiceExceptionpublic Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
Exceptionprivate int _getIntValue(Map<String,Object> values, String key, int defaultValue)
private List<Object> _getSortList(Object sortValues)