Uses of Class
com.logicaldoc.gui.common.client.beans.GUIValue
Packages that use GUIValue
Package
Description
GWT services implementations.
-
Uses of GUIValue in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return types with arguments of type GUIValueModifier and TypeMethodDescriptionGUIInfo.getBundle()GUIWFState.getCandidates()GUIInfo.getConfig()GUIInfo.getSupportedGUILanguages()GUIInfo.getSupportedLanguages()Method parameters in com.logicaldoc.gui.common.client.beans with type arguments of type GUIValueModifier and TypeMethodDescriptionstatic StringvoidvoidGUIWFState.setCandidates(List<GUIValue> candidates) voidvoidGUIInfo.setSupportedGUILanguages(List<GUIValue> supportedGUILanguages) voidGUIInfo.setSupportedLanguages(List<GUIValue> supportedLanguages) -
Uses of GUIValue in com.logicaldoc.gui.common.client.i18n
Methods in com.logicaldoc.gui.common.client.i18n that return types with arguments of type GUIValueMethod parameters in com.logicaldoc.gui.common.client.i18n with type arguments of type GUIValueModifier and TypeMethodDescriptionstatic voidI18N.setGuiLanguages(List<GUIValue> guiLanguages) static voidI18N.setLanguages(List<GUIValue> languages) -
Uses of GUIValue in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that return GUIValueModifier and TypeMethodDescriptionSecurityService.changePassword(Long requestorUserId, long userId, String oldPassword, String newPassword, boolean notify) Changes the password of a userMethod parameters in com.logicaldoc.gui.common.client.services with type arguments of type GUIValueModifier and TypeMethodDescriptionvoidSecurityServiceAsync.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.ai.robot
Methods in com.logicaldoc.gui.frontend.client.ai.robot that return types with arguments of type GUIValueMethod parameters in com.logicaldoc.gui.frontend.client.ai.robot with type arguments of type GUIValue -
Uses of GUIValue in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIValueModifier and TypeMethodDescriptionChatGPTService.getAnswer()Gets the partial answer to the last questionMethods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIValueModifier 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 CSVMethod parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIValueModifier and TypeMethodDescriptionvoidvoidSystemServiceAsync.getPlugins(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) voidLDAPServiceAsync.importUsers(List<String> usernames, long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) voidChatGPTServiceAsync.loadSettings(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) voidFolderServiceAsync.loadTemplates(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) voidAttributeSetServiceAsync.parseOptions(long setId, String attribute, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) voidAttributeSetService.saveOptions(long setId, String attribute, List<GUIValue> options) Saves the list of all possible optionsvoidAttributeSetServiceAsync.saveOptions(long setId, String attribute, List<GUIValue> options, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidChatGPTService.saveSettings(List<GUIValue> settings) Saves the ChatGPT settingsvoidChatGPTServiceAsync.saveSettings(List<GUIValue> settings, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidFolderService.saveTemplates(List<GUIValue> templates) Saves the passed folder templatesvoidFolderServiceAsync.saveTemplates(List<GUIValue> templates, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidSystemService.unscheduleJobs(List<GUIValue> jobs) Unschedules a selection of jobsvoidSystemServiceAsync.unscheduleJobs(List<GUIValue> jobs, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
Uses of GUIValue in com.logicaldoc.gui.login.client.services
Methods in com.logicaldoc.gui.login.client.services that return GUIValueModifier and TypeMethodDescriptionLoginService.changePassword(long userId, String oldPassword, String newPassword) Changes the password of a userMethod parameters in com.logicaldoc.gui.login.client.services with type arguments of type GUIValueModifier and TypeMethodDescriptionvoidLoginServiceAsync.changePassword(long userId, String oldPassword, String newPassword, com.google.gwt.user.client.rpc.AsyncCallback<GUIValue> callback) -
Uses of GUIValue in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIValueModifier and TypeMethodDescriptionLoginServiceImpl.changePassword(long userId, String oldPassword, String newPassword) SecurityServiceImpl.changePassword(Long requestorUserId, long userId, String oldPassword, String newPassword, boolean notify) Methods in com.logicaldoc.web.service that return types with arguments of type GUIValueModifier and TypeMethodDescriptionSystemServiceImpl.getPlugins()FolderServiceImpl.loadTemplates()AttributeSetServiceImpl.parseOptions(long setId, String attribute) Method parameters in com.logicaldoc.web.service with type arguments of type GUIValueModifier and TypeMethodDescriptionvoidAttributeSetServiceImpl.saveOptions(long setId, String attribute, List<GUIValue> values) voidFolderServiceImpl.saveTemplates(List<GUIValue> templates) voidSystemServiceImpl.unscheduleJobs(List<GUIValue> jobs)