Uses of Class
com.logicaldoc.gui.common.client.beans.GUIUser
Package
Description
GWT services implementations.
-
Uses of GUIUser in com.logicaldoc.gui.common.client
-
Uses of GUIUser in com.logicaldoc.gui.common.client.beans
Modifier and TypeMethodDescriptionGUISecuritySettings.getAnonymousUser()
GUICalendarEvent.getParticipant
(long id) GUIEmail.getUser()
GUISession.getUser()
Modifier and TypeMethodDescriptionGUICalendarEvent.getParticipants()
GUIForm.getRecipients()
GUITask.getReportRecipients()
GUIWorkflow.getSupervisors()
Modifier and TypeMethodDescriptionvoid
GUICalendarEvent.addParticipant
(GUIUser newPart) void
GUITask.addReportRecipient
(GUIUser user) void
GUISecuritySettings.setAnonymousUser
(GUIUser anonymousUser) void
void
Modifier 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
Modifier 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
-
Uses of GUIUser in com.logicaldoc.gui.common.client.services
Modifier 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 userModifier and TypeMethodDescriptionSecurityService.searchUsers
(String username, String groupId) Searches for usersModifier 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) Modifier 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
-
Uses of GUIUser in com.logicaldoc.gui.frontend.client.account
-
Uses of GUIUser in com.logicaldoc.gui.frontend.client.account.certificate
-
Uses of GUIUser in com.logicaldoc.gui.frontend.client.dashboard
-
Uses of GUIUser in com.logicaldoc.gui.frontend.client.dashboard.chat
-
Uses of GUIUser in com.logicaldoc.gui.frontend.client.panels
Modifier and TypeMethodDescriptionvoid
StatusBarIcons.onUserChanged
(GUIUser user) void
MainPanel.onUserLoggedIn
(GUIUser user) -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.security
Modifier and TypeMethodDescriptionvoid
MenusPanel.updateRecord
(GUIUser user) Updates the selected rec with new dataModifierConstructorDescriptionFirewallPanel
(GUIUser user, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.security.twofactorsauth
ModifierConstructorDescriptionTwoFactorsAuthenticationDialog
(GUIUser user, boolean allowNotify) TwoFactorsAuthenticationPanel
(GUIUser user, boolean withNotify) YubiKeySetup
(GUIUser user) -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.security.user
Modifier and TypeMethodDescriptionvoid
UserDetailsPanel.onUserChanged
(GUIUser user) void
void
UsersPanel.showUserDetails
(GUIUser user) void
UsersPanel.updateRecord
(GUIUser user) Updates the selected rec with new dataModifierConstructorDescriptionUserInterfacePanel
(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
Modifier and TypeMethodDescriptionSearch for users in the LDAP repository -
Uses of GUIUser in com.logicaldoc.gui.login.client
-
Uses of GUIUser in com.logicaldoc.gui.login.client.services
-
Uses of GUIUser in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionSecurityServiceImpl.getUser
(long userId) SecurityServiceImpl.saveInterfaceSettings
(GUIUser user) SecurityServiceImpl.saveProfile
(GUIUser guiUser) Modifier and TypeMethodDescriptionSecurityServiceImpl.searchUsers
(String username, String groupId) Modifier and TypeMethodDescriptionSecurityServiceImpl.saveInterfaceSettings
(GUIUser user) SecurityServiceImpl.saveProfile
(GUIUser guiUser)