Modifier and Type | Method and Description |
---|---|
GUIParameter[] |
InfoService.getSessionInfo(String sid) |
Modifier and Type | Method and Description |
---|---|
GUIParameter[] |
MockInfoServiceImpl.getSessionInfo(String sid) |
Constructor and Description |
---|
TagsPanel(GUIParameter[] parameters) |
TagsSettingsPanel(GUIParameter[] settings) |
Modifier and Type | Method and Description |
---|---|
GUIParameter[] |
SettingService.computeStoragesSize(String sid)
Retrieves the size of all saved storages.
|
GUIParameter[] |
TagService.getSettings(String sid)
Gets the tag settings
|
GUIParameter[][] |
SystemService.getStatistics(String sid,
String locale)
Retrieves all the statistics parameters.
|
GUIParameter[] |
SettingService.loadClientSettings(String sid)
Loads web services, webDav and other client-related settings
|
GUIParameter[] |
SettingService.loadGUISettings(String sid)
Load the GUI settings
|
GUIParameter[] |
SettingService.loadOcrSettings(String sid)
Loads the OCR settings
|
GUIParameter[] |
SettingService.loadQuotaSettings(String sid)
Load the system quota setting
|
GUIParameter[][] |
SettingService.loadRepositories(String sid)
Load the repositories paths.
|
GUIParameter[] |
SettingService.loadSettings(String sid)
Loads the complete settings set
|
GUIParameter[] |
SettingService.loadSettingsByNames(String sid,
String[] names)
Loads a set of settings values
|
Modifier and Type | Method and Description |
---|---|
void |
SettingService.saveQuotaSettings(String sid,
GUIParameter[] quotaSettings)
Saves system quota setting
|
void |
SettingServiceAsync.saveQuotaSettings(String sid,
GUIParameter[] quotaSettings,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
SettingService.saveRepositories(String sid,
GUIParameter[][] repos)
Saves folders path
|
void |
SettingServiceAsync.saveRepositories(String sid,
GUIParameter[][] repos,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
SettingService.saveSettings(String sid,
GUIParameter[] settings)
Saves settings
|
void |
SettingServiceAsync.saveSettings(String sid,
GUIParameter[] settings,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
Constructor and Description |
---|
ExternalAppsPanel(GUIParameter[] settings) |
GUISettingsPanel(GUIParameter[] settings) |
OCRSettingsPanel(GUIParameter[] settings) |
ParametersSettingsPanel(GUIParameter[] settings) |
RepositoriesPanel(GUIParameter[][] repos) |
StoragesPanel(GUIParameter[] params,
com.smartgwt.client.widgets.form.ValuesManager valueManager) |
SystemQuotaPanel(GUIParameter[] params) |
Constructor and Description |
---|
ClusteringPanel(GUIParameter[] parameters) |
PieStats(GUIParameter[][] parameters) |
Modifier and Type | Method and Description |
---|---|
GUIParameter[] |
SettingServiceImpl.computeStoragesSize(String sid) |
GUIParameter[] |
InfoServiceImpl.getSessionInfo(String sid) |
GUIParameter[] |
TagServiceImpl.getSettings(String sid) |
GUIParameter[][] |
SystemServiceImpl.getStatistics(String sid,
String locale) |
GUIParameter[] |
SettingServiceImpl.loadClientSettings(String sid) |
GUIParameter[] |
SettingServiceImpl.loadGUISettings(String sid) |
GUIParameter[] |
SettingServiceImpl.loadOcrSettings(String sid) |
GUIParameter[] |
SettingServiceImpl.loadQuotaSettings(String sid) |
GUIParameter[][] |
SettingServiceImpl.loadRepositories(String sid) |
GUIParameter[] |
SettingServiceImpl.loadSettings(String sid) |
GUIParameter[] |
SettingServiceImpl.loadSettingsByNames(String sid,
String[] names) |
Modifier and Type | Method and Description |
---|---|
void |
SettingServiceImpl.saveQuotaSettings(String sid,
GUIParameter[] quotaSettings) |
void |
SettingServiceImpl.saveRepositories(String sid,
GUIParameter[][] repos) |
void |
SettingServiceImpl.saveSettings(String sid,
GUIParameter[] settings) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.