public class SettingServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements SettingService
| Constructor and Description |
|---|
SettingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
GUIParameter[] |
computeStoragesSize(String sid)
Retrieves the size of all saved storages.
|
GUIParameter[] |
loadClientSettings(String sid)
Loads web services, webDav and other client-related settings
|
GUIEmailSettings |
loadEmailSettings(String sid)
Loads email settings (SMTP connection)
|
GUIParameter[] |
loadGUISettings(String sid)
Load the GUI settings
|
GUIParameter[] |
loadOcrSettings(String sid)
Loads the OCR settings
|
GUIParameter[] |
loadQuotaSettings(String sid)
Load the system quota setting
|
GUIParameter[][] |
loadRepositories(String sid)
Load the repositories paths.
|
GUIParameter[] |
loadSettings(String sid)
Loads the complete settings set
|
GUIParameter[] |
loadSettingsByNames(String sid,
String[] names)
Loads a set of settings values
|
void |
saveDashlets(String sid,
GUIDashlet[] dashlets)
Saves the dashlets configuration for the current user
|
void |
saveEmailSettings(String sid,
GUIEmailSettings settings)
Saves email settings (SMTP connection)
|
void |
saveQuotaSettings(String sid,
GUIParameter[] quotaSettings)
Saves system quota setting
|
void |
saveRepositories(String sid,
GUIParameter[][] repos)
Saves folders path
|
void |
saveSettings(String sid,
GUIParameter[] settings)
Saves settings
|
boolean |
testEmail(String sid,
String email)
Tests the SMTP connection
|
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic GUIEmailSettings loadEmailSettings(String sid) throws InvalidSessionException
SettingServiceloadEmailSettings in interface SettingServiceInvalidSessionExceptionpublic void saveEmailSettings(String sid, GUIEmailSettings settings) throws InvalidSessionException
SettingServicesaveEmailSettings in interface SettingServiceInvalidSessionExceptionpublic GUIParameter[] loadSettings(String sid) throws InvalidSessionException
SettingServiceloadSettings in interface SettingServiceInvalidSessionExceptionpublic GUIParameter[] loadClientSettings(String sid) throws InvalidSessionException
SettingServiceloadClientSettings in interface SettingServiceInvalidSessionExceptionpublic void saveSettings(String sid, GUIParameter[] settings) throws InvalidSessionException
SettingServicesaveSettings in interface SettingServiceInvalidSessionExceptionpublic GUIParameter[] loadSettingsByNames(String sid, String[] names) throws InvalidSessionException
SettingServiceloadSettingsByNames in interface SettingServicesid - The current session identifiernames - The setting names to be retrievedInvalidSessionExceptionpublic GUIParameter[][] loadRepositories(String sid) throws InvalidSessionException
SettingServiceloadRepositories in interface SettingServiceInvalidSessionExceptionpublic void saveRepositories(String sid, GUIParameter[][] repos) throws InvalidSessionException
SettingServicesaveRepositories in interface SettingServiceInvalidSessionExceptionpublic GUIParameter[] loadOcrSettings(String sid) throws InvalidSessionException
SettingServiceloadOcrSettings in interface SettingServiceInvalidSessionExceptionpublic GUIParameter[] loadQuotaSettings(String sid) throws InvalidSessionException
SettingServiceloadQuotaSettings in interface SettingServiceInvalidSessionExceptionpublic void saveQuotaSettings(String sid, GUIParameter[] quotaSettings) throws InvalidSessionException
SettingServicesaveQuotaSettings in interface SettingServiceInvalidSessionExceptionpublic GUIParameter[] computeStoragesSize(String sid) throws InvalidSessionException
SettingServicecomputeStoragesSize in interface SettingServicesid - The current user sessionInvalidSessionExceptionpublic GUIParameter[] loadGUISettings(String sid) throws InvalidSessionException
SettingServiceloadGUISettings in interface SettingServiceInvalidSessionExceptionpublic void saveDashlets(String sid, GUIDashlet[] dashlets) throws InvalidSessionException
SettingServicesaveDashlets in interface SettingServiceInvalidSessionExceptionpublic boolean testEmail(String sid, String email) throws InvalidSessionException
SettingServicetestEmail in interface SettingServicesid - The session identifieremail - email address to test(it will receive a test message)InvalidSessionExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.