Modifier and Type | Method and Description |
---|---|
GUIUser |
Session.getUser() |
Modifier and Type | Method and Description |
---|---|
static void |
Menu.init(GUIUser user) |
void |
UserObserver.onUserChanged(GUIUser user,
String attribute)
Invoked when some changes on the user happens
|
void |
SessionObserver.onUserLoggedIn(GUIUser user) |
Modifier and Type | Method and Description |
---|---|
GUIUser |
GUISecuritySettings.getAnonymousUser() |
GUIUser[] |
GUISecuritySettings.getNotifiedUsers() |
GUIUser |
GUICalendarEvent.getParticipant(long id) |
GUIUser[] |
GUICalendarEvent.getParticipants() |
GUIUser[] |
GUITask.getReportRecipients() |
GUIUser |
GUISession.getUser() |
GUIUser |
GUIEmail.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
GUISecuritySettings.addNotifiedUser(GUIUser user) |
void |
GUICalendarEvent.addParticipant(GUIUser newPart) |
void |
GUITask.addReportRecipient(GUIUser user) |
void |
GUISecuritySettings.setAnonymousUser(GUIUser anonymousUser) |
void |
GUITask.setNotifiedUsers(GUIUser[] notifiedUsers) |
void |
GUISecuritySettings.setNotifiedUsers(GUIUser[] notifiedUsers) |
void |
GUICalendarEvent.setParticipants(GUIUser[] participants) |
void |
GUISession.setUser(GUIUser user) |
void |
GUIEmail.setUser(GUIUser user) |
Modifier and Type | Method and Description |
---|---|
GUIUser |
SecurityService.getUser(String sid,
long userId)
Loads a given user from the database
|
GUIUser |
SecurityService.saveProfile(String sid,
GUIUser user)
Saves the profile data only
|
GUIUser |
SecurityService.saveUser(String sid,
GUIUser user,
GUIInfo info)
Creates or updates a user
|
GUIUser[] |
SecurityService.searchUsers(String sid,
String username,
String groupId)
Searches for users
|
Modifier and Type | Method and Description |
---|---|
GUIUser |
SecurityService.saveProfile(String sid,
GUIUser user)
Saves the profile data only
|
void |
SecurityServiceAsync.saveProfile(String sid,
GUIUser user,
com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) |
GUIUser |
SecurityService.saveUser(String sid,
GUIUser user,
GUIInfo info)
Creates or updates a user
|
void |
SecurityServiceAsync.saveUser(String sid,
GUIUser user,
GUIInfo info,
com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityServiceAsync.getUser(String sid,
long userId,
com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) |
void |
SecurityServiceAsync.saveProfile(String sid,
GUIUser user,
com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) |
void |
SecurityServiceAsync.saveUser(String sid,
GUIUser user,
GUIInfo info,
com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback) |
Modifier and Type | Method and Description |
---|---|
void |
StatusBarIcons.onUserChanged(GUIUser user,
String attribute) |
void |
MainPanel.onUserLoggedIn(GUIUser user) |
Constructor and Description |
---|
ChangePassword(GUIUser user,
String alertKey) |
MySignature(GUIUser user,
boolean administration) |
Profile(GUIUser user) |
Modifier and Type | Method and Description |
---|---|
GUIUser |
UserDetailsPanel.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
UserDetailsPanel.setUser(GUIUser user) |
void |
UsersPanel.showUserDetails(GUIUser user) |
void |
UsersPanel.updateRecord(GUIUser user)
Updates the selected record with new data
|
void |
MenuesPanel.updateRecord(GUIUser user)
Updates the selected record with new data
|
Constructor and Description |
---|
FiltersPanel(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) |
Modifier and Type | Method and Description |
---|---|
GUIUser[] |
LdapService.listUsers(String sid,
String login)
Search for users in the LDAP repository
|
Modifier and Type | Method and Description |
---|---|
GUIUser |
SecurityServiceImpl.getUser(String sid,
long userId) |
GUIUser |
SecurityServiceImpl.saveProfile(String sid,
GUIUser user) |
GUIUser |
SecurityServiceImpl.saveUser(String sid,
GUIUser user,
GUIInfo info) |
GUIUser[] |
SecurityServiceImpl.searchUsers(String sid,
String username,
String groupId) |
Modifier and Type | Method and Description |
---|---|
protected void |
SecurityServiceImpl.loadDashlets(GUIUser usr)
Retrieves the dashlets configuration
|
GUIUser |
SecurityServiceImpl.saveProfile(String sid,
GUIUser user) |
GUIUser |
SecurityServiceImpl.saveUser(String sid,
GUIUser user,
GUIInfo info) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.