public class SystemServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements SystemService
| Constructor and Description |
|---|
SystemServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteFeedMessages(String sid,
long[] ids)
Deletes a list of Feed Messages
|
boolean |
disableTask(String sid,
String taskName)
Disables the task.
|
boolean |
enableTask(String sid,
String taskName)
Enables the task.
|
GUIValuePair[] |
getPlugins(String sid)
Retrieves all plugins.
|
GUIParameter[][] |
getStatistics(String sid,
String locale)
Retrieves all the statistics parameters.
|
GUITask |
getTaskByName(String sid,
String taskName,
String locale)
Retrieves a specific task by its name
|
GUITask[] |
loadTasks(String sid,
String locale)
Retrieves all tasks.
|
void |
markFeedMsgAsNotRead(String sid,
long[] ids)
Marks as not read a list of Feed Messages
|
void |
markFeedMsgAsRead(String sid,
long[] ids)
Marks as read a list of Feed Messages
|
GUITask |
saveTask(String sid,
GUITask task,
String locale)
Saves the task.
|
GUIHistory[] |
search(String sid,
String userName,
Date from,
Date till,
int maxResult,
String historySid,
String[] event)
Performs a search over the last changes.
|
void |
setGUILanguageStatus(String sid,
String language,
boolean active)
Changes the activation status of a language
|
boolean |
startTask(String taskName)
Starts the task execution.
|
boolean |
stopTask(String taskName)
Stops the task execution.
|
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic boolean disableTask(String sid, String taskName) throws InvalidSessionException
SystemServicedisableTask in interface SystemServicesid - The current user sessiontaskName - The task nameInvalidSessionExceptionpublic boolean enableTask(String sid, String taskName) throws InvalidSessionException
SystemServiceenableTask in interface SystemServicesid - The current user sessiontaskName - The task nameInvalidSessionExceptionpublic GUIParameter[][] getStatistics(String sid, String locale) throws InvalidSessionException
SystemServicegetStatistics in interface SystemServicesid - The current user sessionlocale - The current user localeInvalidSessionExceptionpublic GUITask getTaskByName(String sid, String taskName, String locale) throws InvalidSessionException
SystemServicegetTaskByName in interface SystemServicesid - The current user sessiontaskName - The task namelocale - The current user localeInvalidSessionExceptionpublic GUITask[] loadTasks(String sid, String locale) throws InvalidSessionException
SystemServiceloadTasks in interface SystemServicesid - The current user sessionlocale - The current user localeInvalidSessionExceptionpublic GUITask saveTask(String sid, GUITask task, String locale) throws InvalidSessionException
SystemServicesaveTask in interface SystemServicesid - The current user sessiontask - The task to be savedlocale - The current user localeInvalidSessionExceptionpublic GUIHistory[] search(String sid, String userName, Date from, Date till, int maxResult, String historySid, String[] event) throws InvalidSessionException
SystemServicesearch in interface SystemServicesid - The current user sessionfrom - The starting date to search the historiestill - The ending date to search the historiesmaxResult - The maximum number of history resultshistorySid - The history session identifierevent - The history eventsInvalidSessionExceptionpublic boolean startTask(String taskName)
SystemServicestartTask in interface SystemServicetaskName - The task namepublic boolean stopTask(String taskName)
SystemServicestopTask in interface SystemServicetaskName - The task namepublic void setGUILanguageStatus(String sid, String language, boolean active) throws InvalidSessionException
SystemServicesetGUILanguageStatus in interface SystemServiceInvalidSessionExceptionpublic void markFeedMsgAsRead(String sid, long[] ids) throws InvalidSessionException
SystemServicemarkFeedMsgAsRead in interface SystemServiceInvalidSessionExceptionpublic void markFeedMsgAsNotRead(String sid, long[] ids) throws InvalidSessionException
SystemServicemarkFeedMsgAsNotRead in interface SystemServiceInvalidSessionExceptionpublic void deleteFeedMessages(String sid, long[] ids) throws InvalidSessionException
SystemServicedeleteFeedMessages in interface SystemServiceInvalidSessionExceptionpublic GUIValuePair[] getPlugins(String sid) throws InvalidSessionException
SystemServicegetPlugins in interface SystemServicesid - The current user sessionInvalidSessionExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.