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 GUIValueModifier and TypeMethodDescriptionGUIValue[]GUIInfo.getBundle()GUIValue[]GUIInfo.getConfig()GUIValue[]GUIWFState.getParticipants()GUIValue[]GUIInfo.getSupportedGUILanguages()GUIValue[]GUIInfo.getSupportedLanguages()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIValueModifier and TypeMethodDescriptionvoidvoidvoidGUIWFState.setParticipants(GUIValue[] participants) voidGUIInfo.setSupportedGUILanguages(GUIValue[] supportedGUILanguages) voidGUIInfo.setSupportedLanguages(GUIValue[] supportedLanguages) -
Uses of GUIValue in com.logicaldoc.gui.common.client.i18n
Methods in com.logicaldoc.gui.common.client.i18n that return GUIValueModifier and TypeMethodDescriptionstatic GUIValue[]I18N.getGuiLanguages()GUIValue[]I18N.getLanguages()Methods in com.logicaldoc.gui.common.client.i18n with parameters of type GUIValueModifier and TypeMethodDescriptionstatic voidI18N.setGuiLanguages(GUIValue[] guiLanguages) static voidI18N.setLanguages(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.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIValueModifier 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 CSVMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIValueModifier and TypeMethodDescriptionvoidAttributeSetService.saveOptions(long setId, String attribute, GUIValue[] options) Saves the list of all possible optionsvoidAttributeSetServiceAsync.saveOptions(long setId, String attribute, GUIValue[] options, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidFolderService.saveTemplates(GUIValue[] templates) Saves the passed folder templatesvoidFolderServiceAsync.saveTemplates(GUIValue[] templates, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidSystemService.unscheduleJobs(GUIValue[] jobs) Unschedules a selection of jobsvoidSystemServiceAsync.unscheduleJobs(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) GUIValue[]SystemServiceImpl.getPlugins()GUIValue[]FolderServiceImpl.loadTemplates()GUIValue[]AttributeSetServiceImpl.parseOptions(long setId, String attribute) Methods in com.logicaldoc.web.service with parameters of type GUIValueModifier and TypeMethodDescriptionvoidAttributeSetServiceImpl.saveOptions(long setId, String attribute, GUIValue[] values) voidFolderServiceImpl.saveTemplates(GUIValue[] templates) voidSystemServiceImpl.unscheduleJobs(GUIValue[] jobs)