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) GUIUser[]GUICalendarEvent.getParticipants()GUIUser[]GUIForm.getRecipients()GUIUser[]GUITask.getReportRecipients()GUIUser[]GUIWorkflow.getSupervisors()GUIEmail.getUser()GUISession.getUser()GUIUser[]GUIStamp.getUsers()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIUserModifier and TypeMethodDescriptionvoidGUICalendarEvent.addParticipant(GUIUser newPart) voidGUITask.addReportRecipient(GUIUser user) voidGUISecuritySettings.setAnonymousUser(GUIUser anonymousUser) voidGUICalendarEvent.setParticipants(GUIUser[] participants) voidGUIForm.setRecipients(GUIUser[] recipients) voidGUITask.setReportRecipients(GUIUser[] reportRecipients) voidGUIWorkflow.setSupervisors(GUIUser[] supervisors) voidvoidvoid -
Uses of GUIUser in com.logicaldoc.gui.common.client.controllers
Methods 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.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 userGUIUser[]SecurityService.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) -
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.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 TypeMethodDescriptionvoidStatusBarIcons.onUserChanged(GUIUser user) voidMainPanel.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 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.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 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.services
Methods in com.logicaldoc.gui.frontend.client.services that return 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 user) GUIUser[]SecurityServiceImpl.searchUsers(String username, String groupId) Methods in com.logicaldoc.web.service with parameters of type GUIUserModifier and TypeMethodDescriptionSecurityServiceImpl.saveInterfaceSettings(GUIUser user) SecurityServiceImpl.saveProfile(GUIUser user)