Uses of Class
com.logicaldoc.gui.common.client.beans.GUIParameter
-
-
Uses of GUIParameter in com.logicaldoc.gui.common.client
Method parameters in com.logicaldoc.gui.common.client with type arguments of type GUIParameter Modifier and Type Method Description void
Session. updateConfig(List<GUIParameter> params)
-
Uses of GUIParameter in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that return GUIParameter Modifier and Type Method Description GUIParameter[]
InfoService. getSessionInfo()
-
Uses of GUIParameter in com.logicaldoc.gui.common.client.util
Methods in com.logicaldoc.gui.common.client.util with parameters of type GUIParameter Modifier and Type Method Description static Map<String,String>
Util. convertToMap(GUIParameter[] parameters)
static String
Util. getValue(String name, GUIParameter[] parameters)
-
Uses of GUIParameter in com.logicaldoc.gui.frontend.client.metadata.tag
Constructors in com.logicaldoc.gui.frontend.client.metadata.tag with parameters of type GUIParameter Constructor Description TagsPanel(GUIParameter[] parameters)
TagsSettingsPanel(GUIParameter[] settings)
-
Uses of GUIParameter in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIParameter Modifier and Type Method Description GUIParameter[]
UpdateService. checkUpdate(String userNo, String currentRelease)
Check if the current installation has an update package availableGUIParameter[]
TagService. getSettings()
Gets the tag settingsGUIParameter[][]
SystemService. getStatistics(String locale)
Retrieves all the statistics parameters.GUIParameter[]
SettingService. loadClientSettings()
Loads web services, webDav and other client-related settingsGUIParameter[]
SettingService. loadConverterParameters(String converter)
Loads the parameters of a specified converterGUIParameter[]
SettingService. loadGUISettings()
Load the GUI settingsGUIParameter[]
OCRService. loadSettings()
Loads the OCR settingsGUIParameter[]
SettingService. loadSettings()
Loads the complete settings setGUIParameter[]
SettingService. loadSettingsByNames(String[] names)
Loads a set of settings valuesMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIParameter Modifier and Type Method Description void
SettingService. saveSettings(GUIParameter[] settings)
Saves settingsvoid
SettingServiceAsync. saveSettings(GUIParameter[] settings, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void
SettingService. saveStorageSettings(GUIParameter[] settings)
Saves settings related to the storagevoid
SettingServiceAsync. saveStorageSettings(GUIParameter[] settings, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void
SearchEngineService. saveTokenFilterSettings(String filter, GUIParameter[] settings)
Saves the settings of the specified token filtervoid
SearchEngineServiceAsync. saveTokenFilterSettings(String filter, GUIParameter[] settings, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
Uses of GUIParameter in com.logicaldoc.gui.frontend.client.settings
Constructors in com.logicaldoc.gui.frontend.client.settings with parameters of type GUIParameter Constructor Description ParametersPanel(GUIParameter[] settings)
ProtocolsPanel(GUIParameter[] settings)
-
Uses of GUIParameter in com.logicaldoc.gui.frontend.client.system
Constructors in com.logicaldoc.gui.frontend.client.system with parameters of type GUIParameter Constructor Description ClusteringPanel(GUIParameter[] parameters)
-
Uses of GUIParameter in com.logicaldoc.gui.frontend.client.system.stats
Constructors in com.logicaldoc.gui.frontend.client.system.stats with parameters of type GUIParameter Constructor Description StatsPie(GUIParameter[][] parameters)
-
Uses of GUIParameter in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIParameter Modifier and Type Method Description GUIParameter[]
InfoServiceImpl. getSessionInfo()
GUIParameter[]
TagServiceImpl. getSettings()
GUIParameter[][]
SystemServiceImpl. getStatistics(String locale)
GUIParameter[]
SettingServiceImpl. loadClientSettings()
GUIParameter[]
SettingServiceImpl. loadConverterParameters(String converter)
GUIParameter[]
SettingServiceImpl. loadGUISettings()
GUIParameter[]
SettingServiceImpl. loadSettings()
GUIParameter[]
SettingServiceImpl. loadSettingsByNames(String[] names)
Methods in com.logicaldoc.web.service with parameters of type GUIParameter Modifier and Type Method Description void
SettingServiceImpl. saveSettings(GUIParameter[] settings)
void
SettingServiceImpl. saveStorageSettings(GUIParameter[] settings)
void
SearchEngineServiceImpl. saveTokenFilterSettings(String filter, GUIParameter[] settings)
-