Uses of Class
com.logicaldoc.gui.common.client.beans.GUIUser
Packages that use GUIUser
Package
Description
GWT services implementations.
-
Uses of GUIUser in com.logicaldoc.gui.common.client
Methods in com.logicaldoc.gui.common.client that return GUIUserMethods in com.logicaldoc.gui.common.client with parameters of type GUIUser -
Uses of GUIUser in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIUserModifier and TypeMethodDescriptionGUISecuritySettings.getAnonymousUser()
GUICalendarEvent.getParticipant
(long id) GUIEmail.getUser()
GUISession.getUser()
Methods in com.logicaldoc.gui.common.client.beans that return types with arguments of type GUIUserModifier and TypeMethodDescriptionGUICalendarEvent.getParticipants()
GUIForm.getRecipients()
GUITask.getReportRecipients()
GUIWorkflow.getSupervisors()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIUserModifier and TypeMethodDescriptionvoid
GUICalendarEvent.addParticipant
(GUIUser newPart) void
GUITask.addReportRecipient
(GUIUser user) void
GUISecuritySettings.setAnonymousUser
(GUIUser anonymousUser) void
void
Method parameters in com.logicaldoc.gui.common.client.beans with type arguments of type GUIUserModifier and TypeMethodDescriptionvoid
GUICalendarEvent.setParticipants
(List<GUIUser> participants) void
GUIForm.setRecipients
(List<GUIUser> recipients) void
GUITask.setReportRecipients
(List<GUIUser> reportRecipients) void
GUIWorkflow.setSupervisors
(List<GUIUser> supervisors) -
Uses of GUIUser in com.logicaldoc.gui.common.client.controllers
Methods in com.logicaldoc.gui.common.client.controllers with parameters of type GUIUserModifier and TypeMethodDescriptionvoid
void
UserObserver.onUserChanged
(GUIUser user) Invoked when some changes on the user happens -
Uses of GUIUser in com.logicaldoc.gui.common.client.i18n
Methods in com.logicaldoc.gui.common.client.i18n with parameters of type GUIUser -
Uses of GUIUser in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that return GUIUserModifier and TypeMethodDescriptionSecurityService.getUser
(long userId) Loads a given user from the databaseSecurityService.saveInterfaceSettings
(GUIUser user) Saves the interface settings onlySecurityService.saveProfile
(GUIUser user) Saves the profile data onlyCreates or updates a userMethods in com.logicaldoc.gui.common.client.services that return types with arguments of type GUIUserModifier and TypeMethodDescriptionSecurityService.searchUsers
(String username, String groupId) Searches for usersMethods in com.logicaldoc.gui.common.client.services with parameters of type GUIUserModifier and TypeMethodDescriptionSecurityService.saveInterfaceSettings
(GUIUser user) Saves the interface settings onlyvoid
SecurityServiceAsync.saveInterfaceSettings
(GUIUser user, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) SecurityService.saveProfile
(GUIUser user) Saves the profile data onlyvoid
SecurityServiceAsync.saveProfile
(GUIUser user, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) Creates or updates a uservoid
SecurityServiceAsync.saveUser
(GUIUser user, GUIInfo info, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) Method parameters in com.logicaldoc.gui.common.client.services with type arguments of type GUIUserModifier and TypeMethodDescriptionvoid
SecurityServiceAsync.getUser
(long userId, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) void
SecurityServiceAsync.saveInterfaceSettings
(GUIUser user, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) void
SecurityServiceAsync.saveProfile
(GUIUser user, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) void
SecurityServiceAsync.saveUser
(GUIUser user, GUIInfo info, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) void
SecurityServiceAsync.searchUsers
(String username, String groupId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIUser>> callback) -
Uses of GUIUser in com.logicaldoc.gui.common.client.widgets
Methods in com.logicaldoc.gui.common.client.widgets that return GUIUser -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.account
Constructors in com.logicaldoc.gui.frontend.client.account with parameters of type GUIUser -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.account.certificate
Methods in com.logicaldoc.gui.frontend.client.account.certificate with parameters of type GUIUser -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.dashboard
Methods in com.logicaldoc.gui.frontend.client.dashboard with parameters of type GUIUser -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.dashboard.chat
Methods in com.logicaldoc.gui.frontend.client.dashboard.chat with parameters of type GUIUser -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.panels
Methods in com.logicaldoc.gui.frontend.client.panels with parameters of type GUIUserModifier and TypeMethodDescriptionvoid
StatusBarIcons.onUserChanged
(GUIUser user) void
MainPanel.onUserLoggedIn
(GUIUser user) -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.security
Methods in com.logicaldoc.gui.frontend.client.security with parameters of type GUIUserModifier and TypeMethodDescriptionvoid
MenusPanel.updateRecord
(GUIUser user) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.security with parameters of type GUIUserModifierConstructorDescriptionFirewallPanel
(GUIUser user, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.security.twofactorsauth
Constructors in com.logicaldoc.gui.frontend.client.security.twofactorsauth with parameters of type GUIUserModifierConstructorDescriptionTwoFactorsAuthenticationDialog
(GUIUser user, boolean allowNotify) TwoFactorsAuthenticationPanel
(GUIUser user, boolean withNotify) YubiKeySetup
(GUIUser user) -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.security.user
Methods in com.logicaldoc.gui.frontend.client.security.user that return GUIUserMethods in com.logicaldoc.gui.frontend.client.security.user with parameters of type GUIUserModifier and TypeMethodDescriptionvoid
UserDetailsPanel.onUserChanged
(GUIUser user) void
void
UsersPanel.showUserDetails
(GUIUser user) void
UsersPanel.updateRecord
(GUIUser user) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.security.user with parameters of type GUIUserModifierConstructorDescriptionUserInterfacePanel
(GUIUser user, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) UserPropertiesPanel
(GUIUser user, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler, UsersPanel usersPanel) UserQuotaPanel
(GUIUser user, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) UserSecurityPanel
(GUIUser user, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) WorkingTimePanel
(GUIUser user, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIUserModifier and TypeMethodDescriptionSearch for users in the LDAP repositoryMethod parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIUser -
Uses of GUIUser in com.logicaldoc.gui.login.client
Constructors in com.logicaldoc.gui.login.client with parameters of type GUIUser -
Uses of GUIUser in com.logicaldoc.gui.login.client.services
Methods in com.logicaldoc.gui.login.client.services that return GUIUserMethod parameters in com.logicaldoc.gui.login.client.services with type arguments of type GUIUser -
Uses of GUIUser in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIUserModifier and TypeMethodDescriptionSecurityServiceImpl.getUser
(long userId) SecurityServiceImpl.saveInterfaceSettings
(GUIUser user) SecurityServiceImpl.saveProfile
(GUIUser guiUser) Methods in com.logicaldoc.web.service that return types with arguments of type GUIUserModifier and TypeMethodDescriptionSecurityServiceImpl.searchUsers
(String username, String groupId) Methods in com.logicaldoc.web.service with parameters of type GUIUserModifier and TypeMethodDescriptionSecurityServiceImpl.saveInterfaceSettings
(GUIUser user) SecurityServiceImpl.saveProfile
(GUIUser guiUser)