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 TypeMethodDescriptionGUIValue[]
GUIInfo.getBundle()
GUIValue[]
GUIInfo.getConfig()
GUIValue[]
GUIWFState.getParticipants()
GUIValue[]
GUIInfo.getSupportedGUILanguages()
GUIValue[]
GUIInfo.getSupportedLanguages()
Modifier and TypeMethodDescriptionvoid
void
void
GUIWFState.setParticipants
(GUIValue[] participants) void
GUIInfo.setSupportedGUILanguages
(GUIValue[] supportedGUILanguages) void
GUIInfo.setSupportedLanguages
(GUIValue[] supportedLanguages) -
Uses of GUIValue in com.logicaldoc.gui.common.client.i18n
Modifier and TypeMethodDescriptionstatic GUIValue[]
I18N.getGuiLanguages()
GUIValue[]
I18N.getLanguages()
Modifier and TypeMethodDescriptionstatic void
I18N.setGuiLanguages
(GUIValue[] guiLanguages) static void
I18N.setLanguages
(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 TypeMethodDescriptionGUIValue[]
SystemService.getPlugins()
Retrieves all plug-insGUIValue[]
LDAPService.importUsers
(String[] usernames, long serverId) Imports a selection of usersGUIValue[]
FolderService.loadTemplates()
Loads the folders templatesGUIValue[]
AttributeSetService.parseOptions
(long setId, String attribute) Reads the contacts that are about to be imported from CSVModifier and TypeMethodDescriptionvoid
AttributeSetService.saveOptions
(long setId, String attribute, GUIValue[] options) Saves the list of all possible optionsvoid
AttributeSetServiceAsync.saveOptions
(long setId, String attribute, GUIValue[] options, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
FolderService.saveTemplates
(GUIValue[] templates) Saves the passed folder templatesvoid
FolderServiceAsync.saveTemplates
(GUIValue[] templates, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
SystemService.unscheduleJobs
(GUIValue[] jobs) Unschedules a selection of jobsvoid
SystemServiceAsync.unscheduleJobs
(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) GUIValue[]
SystemServiceImpl.getPlugins()
GUIValue[]
FolderServiceImpl.loadTemplates()
GUIValue[]
AttributeSetServiceImpl.parseOptions
(long setId, String attribute) Modifier and TypeMethodDescriptionvoid
AttributeSetServiceImpl.saveOptions
(long setId, String attribute, GUIValue[] values) void
FolderServiceImpl.saveTemplates
(GUIValue[] templates) void
SystemServiceImpl.unscheduleJobs
(GUIValue[] jobs)