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 GUIUser
Session. getUser()
Methods in com.logicaldoc.gui.common.client with parameters of type GUIUser Modifier and Type Method Description static void
Menu. init(GUIUser user)
void
SessionObserver. onUserLoggedIn(GUIUser user)
void
Session. 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 GUIUser
GUISecuritySettings. getAnonymousUser()
GUIUser
GUICalendarEvent. getParticipant(long id)
GUIUser[]
GUICalendarEvent. getParticipants()
GUIUser[]
GUITask. getReportRecipients()
GUIUser[]
GUIWorkflow. getSupervisors()
GUIUser
GUIEmail. getUser()
GUIUser
GUISession. getUser()
GUIUser[]
GUIStamp. getUsers()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIUser Modifier and Type Method Description void
GUICalendarEvent. addParticipant(GUIUser newPart)
void
GUITask. addReportRecipient(GUIUser user)
void
GUISecuritySettings. setAnonymousUser(GUIUser anonymousUser)
void
GUICalendarEvent. setParticipants(GUIUser[] participants)
void
GUITask. setReportRecipients(GUIUser[] reportRecipients)
void
GUIWorkflow. setSupervisors(GUIUser[] supervisors)
void
GUIEmail. setUser(GUIUser user)
void
GUISession. setUser(GUIUser user)
void
GUIStamp. setUsers(GUIUser[] users)
-
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 void
UserController. changed(GUIUser user)
void
UserObserver. 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 GUIUser
SecurityService. getUser(long userId)
Loads a given user from the databaseGUIUser
SecurityService. saveInterfaceSettings(GUIUser user)
Saves the interface settings onlyGUIUser
SecurityService. saveProfile(GUIUser user)
Saves the profile data onlyGUIUser
SecurityService. 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 GUIUser
SecurityService. saveInterfaceSettings(GUIUser user)
Saves the interface settings onlyvoid
SecurityServiceAsync. saveInterfaceSettings(GUIUser user, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback)
GUIUser
SecurityService. saveProfile(GUIUser user)
Saves the profile data onlyvoid
SecurityServiceAsync. saveProfile(GUIUser user, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback)
GUIUser
SecurityService. saveUser(GUIUser user, GUIInfo info)
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 GUIUser Modifier and Type Method Description void
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)
-
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 GUIUser
UserSelector. getUser()
-
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 void
MessagesPanel. 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 void
OnlineUsersPanel. 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 void
StatusBarIcons. onUserChanged(GUIUser user)
void
MainPanel. onUserLoggedIn(GUIUser user)
-
Uses of GUIUser in com.logicaldoc.gui.frontend.client.personal
Constructors in com.logicaldoc.gui.frontend.client.personal with parameters of type GUIUser Constructor Description Profile(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 void
MenusPanel. 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 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 GUIUser
UserDetailsPanel. getUser()
Methods in com.logicaldoc.gui.frontend.client.security.user with parameters of type GUIUser Modifier and Type Method Description void
UserDetailsPanel. setUser(GUIUser user)
void
UsersPanel. showUserDetails(GUIUser user)
void
UsersPanel. 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)
UserQuotaPanel(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)
-
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 GUIUser
LoginService. getUser(String username)
Method parameters in com.logicaldoc.gui.login.client.services with type arguments of type GUIUser Modifier and Type Method Description void
LoginServiceAsync. 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 GUIUser
LoginServiceImpl. getUser(String username)
GUIUser
SecurityServiceImpl. getUser(long userId)
GUIUser
SecurityServiceImpl. saveInterfaceSettings(GUIUser user)
GUIUser
SecurityServiceImpl. saveProfile(GUIUser user)
GUIUser
SecurityServiceImpl. saveUser(GUIUser user, 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 GUIUser
SecurityServiceImpl. saveInterfaceSettings(GUIUser user)
GUIUser
SecurityServiceImpl. saveProfile(GUIUser user)
GUIUser
SecurityServiceImpl. saveUser(GUIUser user, GUIInfo info)
-