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) |
boolean |
disableTask(String sid,
String taskName) |
boolean |
enableTask(String sid,
String taskName) |
GUIValuePair[] |
getPlugins(String sid) |
GUIParameter[][] |
getStatistics(String sid,
String locale) |
GUITask |
getTaskByName(String sid,
String taskName,
String locale) |
GUITask[] |
loadTasks(String sid,
String locale) |
void |
markFeedMsgAsNotRead(String sid,
long[] ids) |
void |
markFeedMsgAsRead(String sid,
long[] ids) |
GUITask |
saveTask(String sid,
GUITask task,
String locale) |
GUIHistory[] |
search(String sid,
String userName,
Date from,
Date till,
int maxResult,
String historySid,
String[] event) |
void |
setGUILanguageStatus(String sid,
String language,
boolean active) |
boolean |
startTask(String taskName) |
boolean |
stopTask(String taskName) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public boolean disableTask(String sid, String taskName) throws InvalidSessionException
disableTask
in interface SystemService
InvalidSessionException
public boolean enableTask(String sid, String taskName) throws InvalidSessionException
enableTask
in interface SystemService
InvalidSessionException
public GUIParameter[][] getStatistics(String sid, String locale) throws InvalidSessionException
getStatistics
in interface SystemService
InvalidSessionException
public GUITask getTaskByName(String sid, String taskName, String locale) throws InvalidSessionException
getTaskByName
in interface SystemService
InvalidSessionException
public GUITask[] loadTasks(String sid, String locale) throws InvalidSessionException
loadTasks
in interface SystemService
InvalidSessionException
public GUITask saveTask(String sid, GUITask task, String locale) throws InvalidSessionException
saveTask
in interface SystemService
InvalidSessionException
public GUIHistory[] search(String sid, String userName, Date from, Date till, int maxResult, String historySid, String[] event) throws InvalidSessionException
search
in interface SystemService
InvalidSessionException
public boolean startTask(String taskName)
startTask
in interface SystemService
public boolean stopTask(String taskName)
stopTask
in interface SystemService
public void setGUILanguageStatus(String sid, String language, boolean active) throws InvalidSessionException
setGUILanguageStatus
in interface SystemService
InvalidSessionException
public void markFeedMsgAsRead(String sid, long[] ids) throws InvalidSessionException
markFeedMsgAsRead
in interface SystemService
InvalidSessionException
public void markFeedMsgAsNotRead(String sid, long[] ids) throws InvalidSessionException
markFeedMsgAsNotRead
in interface SystemService
InvalidSessionException
public void deleteFeedMessages(String sid, long[] ids) throws InvalidSessionException
deleteFeedMessages
in interface SystemService
InvalidSessionException
public GUIValuePair[] getPlugins(String sid) throws InvalidSessionException
getPlugins
in interface SystemService
InvalidSessionException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.