@RemoteServiceRelativePath(value="system")
public interface SystemService
extends com.google.gwt.user.client.rpc.RemoteService
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.
|
GUIParameter[][] getStatistics(String sid, String locale) throws InvalidSessionException
sid
- The current user sessionlocale
- The current user localeInvalidSessionException
GUIHistory[] search(String sid, String userName, Date from, Date till, int maxResult, String historySid, String[] event) throws InvalidSessionException
sid
- The current user sessionusername
- The user name that must be associated to the historyfrom
- 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 eventsInvalidSessionException
GUITask[] loadTasks(String sid, String locale) throws InvalidSessionException
sid
- The current user sessionlocale
- The current user localeInvalidSessionException
boolean startTask(String taskName)
taskName
- The task nameboolean stopTask(String taskName)
taskName
- The task nameGUITask getTaskByName(String sid, String taskName, String locale) throws InvalidSessionException
sid
- The current user sessiontaskName
- The task namelocale
- The current user localeInvalidSessionException
boolean enableTask(String sid, String taskName) throws InvalidSessionException
sid
- The current user sessiontaskName
- The task nameInvalidSessionException
boolean disableTask(String sid, String taskName) throws InvalidSessionException
sid
- The current user sessiontaskName
- The task nameInvalidSessionException
GUITask saveTask(String sid, GUITask task, String locale) throws InvalidSessionException
sid
- The current user sessiontask
- The task to be savedlocale
- The current user localeInvalidSessionException
void setGUILanguageStatus(String sid, String language, boolean active) throws InvalidSessionException
InvalidSessionException
void markFeedMsgAsRead(String sid, long[] ids) throws InvalidSessionException
InvalidSessionException
void markFeedMsgAsNotRead(String sid, long[] ids) throws InvalidSessionException
InvalidSessionException
void deleteFeedMessages(String sid, long[] ids) throws InvalidSessionException
InvalidSessionException
GUIValuePair[] getPlugins(String sid) throws InvalidSessionException
sid
- The current user sessionInvalidSessionException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.