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.clientMethods 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.beansSubclasses of GUIUser in com.logicaldoc.gui.common.client.beansMethods in com.logicaldoc.gui.common.client.beans that return GUIUserModifier and TypeMethodDescriptionGUISecuritySettings.getAnonymousUser()GUICalendarEvent.getAttendee(long id) GUIEmail.getUser()GUISession.getUser()Methods in com.logicaldoc.gui.common.client.beans that return types with arguments of type GUIUserModifier and TypeMethodDescriptionGUIForm.getRecipients()GUITask.getReportRecipients()GUIWorkflow.getSupervisors()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIUserModifier and TypeMethodDescriptionvoidGUITask.addReportRecipient(GUIUser user) voidGUISecuritySettings.setAnonymousUser(GUIUser anonymousUser) voidvoidMethod parameters in com.logicaldoc.gui.common.client.beans with type arguments of type GUIUserModifier and TypeMethodDescriptionvoidGUIForm.setRecipients(List<GUIUser> recipients) voidGUITask.setReportRecipients(List<GUIUser> reportRecipients) voidGUIWorkflow.setSupervisors(List<GUIUser> supervisors) 
- 
Uses of GUIUser in com.logicaldoc.gui.common.client.controllersMethods in com.logicaldoc.gui.common.client.controllers with parameters of type GUIUserModifier and TypeMethodDescriptionvoidvoidUserObserver.onUserChanged(GUIUser user) Invoked when some changes on the user happens
- 
Uses of GUIUser in com.logicaldoc.gui.common.client.i18nMethods in com.logicaldoc.gui.common.client.i18n with parameters of type GUIUser
- 
Uses of GUIUser in com.logicaldoc.gui.common.client.servicesMethods 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 onlyvoidSecurityServiceAsync.saveInterfaceSettings(GUIUser user, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) SecurityService.saveProfile(GUIUser user) Saves the profile data onlyvoidSecurityServiceAsync.saveProfile(GUIUser user, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) Creates or updates a uservoidSecurityServiceAsync.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 TypeMethodDescriptionvoidSecurityServiceAsync.getUser(long userId, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) voidSecurityServiceAsync.saveInterfaceSettings(GUIUser user, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) voidSecurityServiceAsync.saveProfile(GUIUser user, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) voidSecurityServiceAsync.saveUser(GUIUser user, GUIInfo info, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) voidSecurityServiceAsync.searchUsers(String username, String groupId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIUser>> callback) 
- 
Uses of GUIUser in com.logicaldoc.gui.common.client.widgetsMethods in com.logicaldoc.gui.common.client.widgets that return GUIUser
- 
Uses of GUIUser in com.logicaldoc.gui.frontend.client.accountConstructors in com.logicaldoc.gui.frontend.client.account with parameters of type GUIUser
- 
Uses of GUIUser in com.logicaldoc.gui.frontend.client.account.certificateMethods in com.logicaldoc.gui.frontend.client.account.certificate with parameters of type GUIUser
- 
Uses of GUIUser in com.logicaldoc.gui.frontend.client.dashboard.chatMethods in com.logicaldoc.gui.frontend.client.dashboard.chat with parameters of type GUIUser
- 
Uses of GUIUser in com.logicaldoc.gui.frontend.client.dashboard.messagesMethods in com.logicaldoc.gui.frontend.client.dashboard.messages with parameters of type GUIUser
- 
Uses of GUIUser in com.logicaldoc.gui.frontend.client.panelsMethods in com.logicaldoc.gui.frontend.client.panels with parameters of type GUIUserModifier and TypeMethodDescriptionvoidStatusBarIcons.onUserChanged(GUIUser user) voidMainPanel.onUserLoggedIn(GUIUser user) 
- 
Uses of GUIUser in com.logicaldoc.gui.frontend.client.securityMethods in com.logicaldoc.gui.frontend.client.security with parameters of type GUIUserModifier and TypeMethodDescriptionvoidMenusPanel.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.twofactorsauthConstructors 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.userMethods 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 TypeMethodDescriptionvoidUserDetailsPanel.onUserChanged(GUIUser user) voidvoidUsersPanel.showUserDetails(GUIUser user) voidUsersPanel.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.servicesMethods 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.clientConstructors in com.logicaldoc.gui.login.client with parameters of type GUIUser
- 
Uses of GUIUser in com.logicaldoc.gui.login.client.servicesMethods 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.serviceMethods 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)