@RemoteServiceRelativePath(value="setting")
public interface SettingService
extends com.google.gwt.user.client.rpc.RemoteService
| 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
|
GUIParameter[] loadClientSettings(String sid) throws InvalidSessionException
InvalidSessionExceptionGUIParameter[] loadSettings(String sid) throws InvalidSessionException
InvalidSessionExceptionGUIParameter[] loadSettingsByNames(String sid, String[] names) throws InvalidSessionException
sid - The current session identifiernames - The setting names to be retrievedInvalidSessionExceptionvoid saveSettings(String sid, GUIParameter[] settings) throws InvalidSessionException
InvalidSessionExceptionGUIEmailSettings loadEmailSettings(String sid) throws InvalidSessionException
InvalidSessionExceptionboolean testEmail(String sid, String email) throws InvalidSessionException
sid - The session identifieremail - email address to test(it will receive a test message)InvalidSessionExceptionGUIParameter[][] loadRepositories(String sid) throws InvalidSessionException
InvalidSessionExceptionvoid saveRepositories(String sid, GUIParameter[][] repos) throws InvalidSessionException
InvalidSessionExceptionvoid saveEmailSettings(String sid, GUIEmailSettings settings) throws InvalidSessionException
InvalidSessionExceptionGUIParameter[] loadOcrSettings(String sid) throws InvalidSessionException
InvalidSessionExceptionGUIParameter[] loadQuotaSettings(String sid) throws InvalidSessionException
InvalidSessionExceptionGUIParameter[] loadGUISettings(String sid) throws InvalidSessionException
InvalidSessionExceptionvoid saveQuotaSettings(String sid, GUIParameter[] quotaSettings) throws InvalidSessionException
InvalidSessionExceptionGUIParameter[] computeStoragesSize(String sid) throws InvalidSessionException
sid - The current user sessionInvalidSessionExceptionvoid saveDashlets(String sid, GUIDashlet[] dashlets) throws InvalidSessionException
InvalidSessionExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.