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 voidSession. 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()Retrieves all the settings for the current session -
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 StringUtil. 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. loadConverterParameters(String converter)Loads the parameters of a specified converterGUIParameter[]SettingService. loadGUISettings()Load the GUI settingsGUIParameter[]SettingService. loadProtocolSettings()Loads web services, webDav and other protocol settingsGUIParameter[]OCRService. loadSettings()Loads the OCR settingsGUIParameter[]SettingService. loadSettings()Loads the complete settings setGUIParameter[]SettingService. loadSettingsByNames(String[] names)Loads a set of settings valuesGUIParameter[]SettingService. loadWebserviceStats(Long tenantId)Loads the usage stats of the webserviceMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIParameter Modifier and Type Method Description voidSettingService. saveFirewallSettings(GUIParameter[] settings)Saves settings related to the firewallvoidSettingServiceAsync. saveFirewallSettings(GUIParameter[] settings, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidSettingService. saveSettings(GUIParameter[] settings)Saves settingsvoidSettingServiceAsync. saveSettings(GUIParameter[] settings, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidSettingService. saveStorageSettings(GUIParameter[] settings)Saves settings related to the storagevoidSettingServiceAsync. saveStorageSettings(GUIParameter[] settings, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidSearchEngineService. saveTokenFilterSettings(String filter, GUIParameter[] settings)Saves the settings of the specified token filtervoidSearchEngineServiceAsync. saveTokenFilterSettings(String filter, GUIParameter[] settings, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
Uses of GUIParameter in com.logicaldoc.gui.frontend.client.settings.protocols
Methods in com.logicaldoc.gui.frontend.client.settings.protocols that return types with arguments of type GUIParameter Modifier and Type Method Description List<GUIParameter>WebservicesPanel. getSettings()Constructors in com.logicaldoc.gui.frontend.client.settings.protocols with parameters of type GUIParameter Constructor Description WebservicesPanel(GUIParameter[] settings, com.smartgwt.client.widgets.form.ValuesManager vm) -
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. loadConverterParameters(String converter)GUIParameter[]SettingServiceImpl. loadGUISettings()GUIParameter[]SettingServiceImpl. loadProtocolSettings()GUIParameter[]SettingServiceImpl. loadSettings()GUIParameter[]SettingServiceImpl. loadSettingsByNames(String[] names)GUIParameter[]SettingServiceImpl. loadWebserviceStats(Long tenantId)Methods in com.logicaldoc.web.service with parameters of type GUIParameter Modifier and Type Method Description voidSettingServiceImpl. saveFirewallSettings(GUIParameter[] settings)voidSettingServiceImpl. saveSettings(GUIParameter[] settings)voidSettingServiceImpl. saveStorageSettings(GUIParameter[] settings)voidSearchEngineServiceImpl. saveTokenFilterSettings(String filter, GUIParameter[] settings)
-