Uses of Class
com.logicaldoc.gui.common.client.beans.GUIValue
Package
Description
GWT services implementations.
-
Uses of GUIValue in com.logicaldoc.gui.common.client.beans
Modifier and TypeMethodDescriptionGUIInfo.getBundle()
GUIWFState.getCandidates()
GUIInfo.getConfig()
GUIInfo.getSupportedGUILanguages()
GUIInfo.getSupportedLanguages()
Modifier and TypeMethodDescriptionstatic String
void
void
GUIWFState.setCandidates
(List<GUIValue> candidates) void
void
GUIInfo.setSupportedGUILanguages
(List<GUIValue> supportedGUILanguages) void
GUIInfo.setSupportedLanguages
(List<GUIValue> supportedLanguages) -
Uses of GUIValue in com.logicaldoc.gui.common.client.i18n
Modifier and TypeMethodDescriptionstatic void
I18N.setGuiLanguages
(List<GUIValue> guiLanguages) static void
I18N.setLanguages
(List<GUIValue> languages) -
Uses of GUIValue in com.logicaldoc.gui.common.client.services
Modifier and TypeMethodDescriptionSecurityService.changePassword
(Long requestorUserId, long userId, String oldPassword, String newPassword, boolean notify) Changes the password of a userModifier and TypeMethodDescriptionvoid
SecurityServiceAsync.changePassword
(Long requestorUserId, long userId, String oldPassword, String newPassword, boolean notify, com.google.gwt.user.client.rpc.AsyncCallback<GUIValue> callback) -
Uses of GUIValue in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionChatGPTService.getAnswer()
Gets the partial answer to the last questionModifier and TypeMethodDescriptionSystemService.getPlugins()
Retrieves all plug-insLDAPService.importUsers
(List<String> usernames, long serverId) Imports a selection of usersChatGPTService.loadSettings()
Loads the ChatGPT settingsFolderService.loadTemplates()
Loads the folders templatesAttributeSetService.parseOptions
(long setId, String attribute) Reads the contacts that are about to be imported from CSVModifier and TypeMethodDescriptionvoid
void
SystemServiceAsync.getPlugins
(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) void
LDAPServiceAsync.importUsers
(List<String> usernames, long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) void
ChatGPTServiceAsync.loadSettings
(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) void
FolderServiceAsync.loadTemplates
(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) void
AttributeSetServiceAsync.parseOptions
(long setId, String attribute, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) void
AttributeSetService.saveOptions
(long setId, String attribute, List<GUIValue> options) Saves the list of all possible optionsvoid
AttributeSetServiceAsync.saveOptions
(long setId, String attribute, List<GUIValue> options, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
ChatGPTService.saveSettings
(List<GUIValue> settings) Saves the ChatGPT settingsvoid
ChatGPTServiceAsync.saveSettings
(List<GUIValue> settings, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
FolderService.saveTemplates
(List<GUIValue> templates) Saves the passed folder templatesvoid
FolderServiceAsync.saveTemplates
(List<GUIValue> templates, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
SystemService.unscheduleJobs
(List<GUIValue> jobs) Unschedules a selection of jobsvoid
SystemServiceAsync.unscheduleJobs
(List<GUIValue> jobs, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
Uses of GUIValue in com.logicaldoc.gui.login.client.services
Modifier and TypeMethodDescriptionLoginService.changePassword
(long userId, String oldPassword, String newPassword) Changes the password of a userModifier and TypeMethodDescriptionvoid
LoginServiceAsync.changePassword
(long userId, String oldPassword, String newPassword, com.google.gwt.user.client.rpc.AsyncCallback<GUIValue> callback) -
Uses of GUIValue in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionLoginServiceImpl.changePassword
(long userId, String oldPassword, String newPassword) SecurityServiceImpl.changePassword
(Long requestorUserId, long userId, String oldPassword, String newPassword, boolean notify) Modifier and TypeMethodDescriptionSystemServiceImpl.getPlugins()
FolderServiceImpl.loadTemplates()
AttributeSetServiceImpl.parseOptions
(long setId, String attribute) Modifier and TypeMethodDescriptionvoid
AttributeSetServiceImpl.saveOptions
(long setId, String attribute, List<GUIValue> values) void
FolderServiceImpl.saveTemplates
(List<GUIValue> templates) void
SystemServiceImpl.unscheduleJobs
(List<GUIValue> jobs)