Modifier and Type | Method and Description |
---|---|
UserStatus |
UserData.getStatus()
Get the status of user
|
Modifier and Type | Method and Description |
---|---|
void |
UserData.setStatus(UserStatus status)
Set the status of user
|
Constructor and Description |
---|
DetailedUserData(Date lastModificationDate,
Date lastPhotoModificationDate,
Long userId,
String email,
String alias,
String firstName,
String lastName,
String salutation,
UserStatus status)
Contructor
|
DetailedUserData(Date lastModificationDate,
Long userId,
String email,
String alias,
String firstName,
String lastName,
String salutation,
UserStatus status)
Contructor
|
UserData(Long id,
String email,
String alias,
String firstName,
String lastName,
String salutation,
UserStatus status)
Construtor for the userListItem
|
Constructor and Description |
---|
UserManagementListItem(UserRole[] roles,
Long userId,
String email,
String alias,
String firstName,
String lastName,
String salutation,
UserStatus status) |
UserProfileDetailListItem(String alias,
String firstName,
String lastName,
String salutation,
UserStatus status,
String position,
String company,
String street,
String zip,
String city,
PhoneNumber phone,
PhoneNumber fax,
String countryCode,
String timeZoneId) |
Modifier and Type | Method and Description |
---|---|
UserStatus |
InvalidUserStatusTransitionException.getCurrentStatus()
the current status of the user
|
UserStatus |
InvalidUserStatusTransitionException.getFailedNewStatus()
the new status that should have been set, but could not be set.
|
UserStatus |
UserProfileDetails.getUserStatus() |
Modifier and Type | Method and Description |
---|---|
void |
UserManagementBase.changeUserStatusByManager(Long userId,
UserStatus newStatus) |
void |
UserManagement.changeUserStatusByManager(Long userId,
UserStatus newStatus)
Change the status of a user.
|
List<User> |
UserManagementImpl.findUsersByRole(UserRole role,
UserStatus status) |
List<User> |
UserManagement.findUsersByRole(UserRole userRole,
UserStatus status)
Returns a collection of users having a specific role and optionally a specific status.
|
protected void |
UserManagementImpl.handleChangeUserStatusByManager(Long userId,
UserStatus newStatus) |
protected abstract void |
UserManagementBase.handleChangeUserStatusByManager(Long userId,
UserStatus newStatus) |
void |
InvalidUserStatusTransitionException.setCurrentStatus(UserStatus currentStatus) |
void |
InvalidUserStatusTransitionException.setFailedNewStatus(UserStatus failedNewStatus) |
void |
UserProfileDetails.setUserStatus(UserStatus userStatus) |
Constructor and Description |
---|
InvalidUserStatusTransitionException(UserStatus currentStatus,
UserStatus failedNewStatus,
User user)
Constructs a new instance of InvalidUserStatusTransitionException
|
Modifier and Type | Method and Description |
---|---|
UserStatus |
UserStatusChangedEvent.getNewStatus() |
UserStatus |
UserStatusChangedEvent.getOldStatus() |
Constructor and Description |
---|
UserStatusChangedEvent(Long userId,
UserStatus oldStatus,
UserStatus newStatus)
Create a new event describing the status change.
|
Modifier and Type | Method and Description |
---|---|
UserStatus[] |
UserQueryParameters.getExcludeStatusFilter() |
UserStatus[] |
UserQueryParameters.getIncludeStatusFilter()
Gets the status filter.
|
Modifier and Type | Method and Description |
---|---|
void |
UserQueryParameters.setExcludeStatusFilter(UserStatus[] excludeStatusFilter) |
void |
UserQueryParameters.setIncludeStatusFilter(UserStatus[] includeStatusFilter)
Sets the status filter.
|
Modifier and Type | Field and Description |
---|---|
static UserStatus |
UserStatus.ACTIVE |
static UserStatus |
UserStatus.CONFIRMED |
static UserStatus |
UserStatus.DELETED |
static UserStatus |
UserStatus.INVITED |
static UserStatus |
UserStatus.PERMANENTLY_DISABLED
The user decided to leave the system or was disabled by the client manager.
|
static UserStatus |
UserStatus.REGISTERED |
static UserStatus |
UserStatus.TEMPORARILY_DISABLED
The user was temporarily disabled by the client manager and can be re-activated by the client
manager.
|
static UserStatus |
UserStatus.TERMS_NOT_ACCEPTED |
Modifier and Type | Method and Description |
---|---|
static UserStatus |
UserStatus.fromString(String value)
Creates an instance of UserStatus from
value . |
UserStatus |
User.getStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
User.hasStatus(UserStatus status) |
static User |
User.Factory.newInstance(String email,
String languageCode,
UserStatus status,
boolean termsAccepted,
boolean reminderMailSent,
Timestamp statusChanged,
UserProfile profile)
Constructs a new instance of
User , taking all required and/or read-only
properties as arguments. |
void |
User.setStatus(UserStatus status) |
Modifier and Type | Class and Description |
---|---|
class |
UserStatusEnum |
Modifier and Type | Method and Description |
---|---|
UserStatus |
ExternalUserVO.getStatus()
Status of the user to be set.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
UserDaoBase.findByRole(UserRole userRole,
UserStatus status) |
List<User> |
UserDao.findByRole(UserRole userRole,
UserStatus status) |
protected List<User> |
UserDaoImpl.handleFindByRole(UserRole userRole,
UserStatus status)
Performs the core logic for
UserDaoBase.findByRole(com.communote.server.model.user.UserRole, com.communote.server.model.user.UserStatus) |
protected abstract List<User> |
UserDaoBase.handleFindByRole(UserRole userRole,
UserStatus status)
Performs the core logic for
UserDaoBase.findByRole(com.communote.server.model.user.UserRole, com.communote.server.model.user.UserStatus) |
void |
ExternalUserVO.setStatus(UserStatus status)
Set the user status.
|
Copyright © 2019 Communote team. All rights reserved.