Uses of Class
com.logicaldoc.gui.common.client.beans.GUIValue
-
Packages that use GUIValue Package Description com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.common.client.i18n com.logicaldoc.gui.common.client.services com.logicaldoc.gui.frontend.client.services com.logicaldoc.gui.login.client.services com.logicaldoc.web.service GWT services implementations. -
-
Uses of GUIValue in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIValue Modifier and Type Method Description GUIValue[]
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 GUIValue Modifier and Type Method Description void
GUIInfo. setBundle(GUIValue[] bundle)
void
GUIInfo. setConfig(GUIValue[] config)
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
Methods in com.logicaldoc.gui.common.client.i18n that return GUIValue Modifier and Type Method Description static GUIValue[]
I18N. getGuiLanguages()
GUIValue[]
I18N. getLanguages()
Methods in com.logicaldoc.gui.common.client.i18n with parameters of type GUIValue Modifier and Type Method Description static void
I18N. setGuiLanguages(GUIValue[] guiLanguages)
static void
I18N. setLanguages(GUIValue[] languages)
-
Uses of GUIValue in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that return GUIValue Modifier and Type Method Description GUIValue
SecurityService. 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 GUIValue Modifier and Type Method Description void
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
Methods in com.logicaldoc.gui.frontend.client.services that return GUIValue Modifier and Type Method Description GUIValue[]
SystemService. getPlugins()
Retrieves all plug-insGUIValue[]
LDAPService. importUsers(String[] usernames, long serverId)
Imports a selection of usersGUIValue[]
FolderService. loadTemplates()
Loads the folders templatesMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIValue Modifier and Type Method Description 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
Methods in com.logicaldoc.gui.login.client.services that return GUIValue Modifier and Type Method Description GUIValue
LoginService. 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 GUIValue Modifier and Type Method Description void
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
Methods in com.logicaldoc.web.service that return GUIValue Modifier and Type Method Description GUIValue
LoginServiceImpl. changePassword(long userId, String oldPassword, String newPassword)
GUIValue
SecurityServiceImpl. changePassword(Long requestorUserId, long userId, String oldPassword, String newPassword, boolean notify)
GUIValue[]
SystemServiceImpl. getPlugins()
GUIValue[]
FolderServiceImpl. loadTemplates()
Methods in com.logicaldoc.web.service with parameters of type GUIValue Modifier and Type Method Description void
FolderServiceImpl. saveTemplates(GUIValue[] templates)
void
SystemServiceImpl. unscheduleJobs(GUIValue[] jobs)
-