Uses of Class
com.logicaldoc.gui.common.client.beans.GUIUser
-
-
Uses of GUIUser in com.logicaldoc.gui.common.client
Methods in com.logicaldoc.gui.common.client that return GUIUser Modifier and Type Method Description GUIUserSession. getUser()Methods in com.logicaldoc.gui.common.client with parameters of type GUIUser Modifier and Type Method Description static voidMenu. init(GUIUser user)voidSessionObserver. onUserLoggedIn(GUIUser user)voidSession. setUser(GUIUser user) -
Uses of GUIUser in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIUser Modifier and Type Method Description GUIUserGUISecuritySettings. getAnonymousUser()GUIUserGUICalendarEvent. getParticipant(long id)GUIUser[]GUICalendarEvent. getParticipants()GUIUser[]GUIForm. getRecipients()GUIUser[]GUITask. getReportRecipients()GUIUser[]GUIWorkflow. getSupervisors()GUIUserGUIEmail. getUser()GUIUserGUISession. getUser()GUIUser[]GUIStamp. getUsers()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIUser Modifier and Type Method Description voidGUICalendarEvent. 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)voidGUIEmail. setUser(GUIUser user)voidGUISession. setUser(GUIUser user)voidGUIStamp. setUsers(GUIUser[] users) -
Uses of GUIUser in com.logicaldoc.gui.common.client.i18n
Methods in com.logicaldoc.gui.common.client.i18n with parameters of type GUIUser Modifier and Type Method Description static voidI18N. init(GUIUser user) -
Uses of GUIUser in com.logicaldoc.gui.common.client.observer
Methods in com.logicaldoc.gui.common.client.observer with parameters of type GUIUser Modifier and Type Method Description voidUserController. changed(GUIUser user)voidUserObserver. onUserChanged(GUIUser user)Invoked when some changes on the user happens -
Uses of GUIUser in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that return GUIUser Modifier and Type Method Description GUIUserSecurityService. getUser(long userId)Loads a given user from the databaseGUIUserSecurityService. saveInterfaceSettings(GUIUser user)Saves the interface settings onlyGUIUserSecurityService. saveProfile(GUIUser user)Saves the profile data onlyGUIUserSecurityService. saveUser(GUIUser user, GUIInfo info)Creates or updates a userGUIUser[]SecurityService. searchUsers(String username, String groupId)Searches for usersMethods in com.logicaldoc.gui.common.client.services with parameters of type GUIUser Modifier and Type Method Description GUIUserSecurityService. saveInterfaceSettings(GUIUser user)Saves the interface settings onlyvoidSecurityServiceAsync. saveInterfaceSettings(GUIUser user, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback)GUIUserSecurityService. saveProfile(GUIUser user)Saves the profile data onlyvoidSecurityServiceAsync. saveProfile(GUIUser user, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback)GUIUserSecurityService. saveUser(GUIUser user, GUIInfo info)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 GUIUser Modifier and Type Method Description voidSecurityServiceAsync. 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 Modifier and Type Method Description GUIUserUserSelector. getUser()GUIUserUserSelectorCombo. getUser() -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.account
Constructors in com.logicaldoc.gui.frontend.client.account with parameters of type GUIUser Constructor Description Profile(GUIUser user) -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.dashboard
Methods in com.logicaldoc.gui.frontend.client.dashboard with parameters of type GUIUser Modifier and Type Method Description voidMessagesPanel. onUserChanged(GUIUser user) -
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 Modifier and Type Method Description voidOnlineUsersPanel. onUserChanged(GUIUser user) -
Uses of GUIUser in com.logicaldoc.gui.frontend.client.panels
Methods in com.logicaldoc.gui.frontend.client.panels with parameters of type GUIUser Modifier and Type Method Description voidStatusBarIcons. 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 GUIUser Modifier and Type Method Description voidMenusPanel. updateRecord(GUIUser user)Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.security with parameters of type GUIUser Constructor Description FirewallPanel(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 GUIUser Constructor Description DuoSetup(GUIUser user)EmailAuthenticatorSetup(GUIUser user)GoogleAuthenticatorSetup(GUIUser user)TwoFactorsAuthenticationDialog(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 GUIUser Modifier and Type Method Description GUIUserUserDetailsPanel. getUser()Methods in com.logicaldoc.gui.frontend.client.security.user with parameters of type GUIUser Modifier and Type Method Description voidUserDetailsPanel. onUserChanged(GUIUser user)voidUserDetailsPanel. setUser(GUIUser user)voidUsersPanel. showUserDetails(GUIUser user)voidUsersPanel. updateRecord(GUIUser user)Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.security.user with parameters of type GUIUser Constructor Description UserInterfacePanel(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 Modifier and Type Method Description GUIUser[]LDAPService. listUsers(String login, long serverId)Search for users in the LDAP repository -
Uses of GUIUser in com.logicaldoc.gui.login.client
Constructors in com.logicaldoc.gui.login.client with parameters of type GUIUser Constructor Description ChangePassword(GUIUser user, LoginPanel loginPanel) -
Uses of GUIUser in com.logicaldoc.gui.login.client.services
Methods in com.logicaldoc.gui.login.client.services that return GUIUser Modifier and Type Method Description GUIUserLoginService. getUser(String username)Method parameters in com.logicaldoc.gui.login.client.services with type arguments of type GUIUser Modifier and Type Method Description voidLoginServiceAsync. getUser(String username, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) -
Uses of GUIUser in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIUser Modifier and Type Method Description GUIUserLoginServiceImpl. getUser(String username)GUIUserSecurityServiceImpl. getUser(long userId)GUIUserSecurityServiceImpl. saveInterfaceSettings(GUIUser user)GUIUserSecurityServiceImpl. saveProfile(GUIUser user)GUIUserSecurityServiceImpl. saveUser(GUIUser guiUser, GUIInfo info)GUIUser[]SecurityServiceImpl. searchUsers(String username, String groupId)Methods in com.logicaldoc.web.service with parameters of type GUIUser Modifier and Type Method Description GUIUserSecurityServiceImpl. saveInterfaceSettings(GUIUser user)GUIUserSecurityServiceImpl. saveProfile(GUIUser user)GUIUserSecurityServiceImpl. saveUser(GUIUser guiUser, GUIInfo info)
-