Package org.teamapps.model.controlcenter
Interface User
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<User>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbUser
public interface User extends org.teamapps.universaldb.pojo.Entity<User>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_ACCEPTED_POLICIESstatic java.lang.StringFIELD_ACCESS_TOKENSstatic java.lang.StringFIELD_ADDRESSstatic java.lang.StringFIELD_ALL_GROUP_MEMBERSHIPSstatic java.lang.StringFIELD_EMAILstatic java.lang.StringFIELD_FIRST_NAMEstatic java.lang.StringFIELD_LANGUAGESstatic java.lang.StringFIELD_LAST_LOGINstatic java.lang.StringFIELD_LAST_NAMEstatic java.lang.StringFIELD_LOGINstatic java.lang.StringFIELD_META_CREATED_BYstatic java.lang.StringFIELD_META_CREATION_DATEstatic java.lang.StringFIELD_META_DELETED_BYstatic java.lang.StringFIELD_META_DELETION_DATEstatic java.lang.StringFIELD_META_MODIFICATION_DATEstatic java.lang.StringFIELD_META_MODIFIED_BYstatic java.lang.StringFIELD_MOBILEstatic java.lang.StringFIELD_ORGANIZATION_UNITstatic java.lang.StringFIELD_PASSWORDstatic java.lang.StringFIELD_PHONEstatic java.lang.StringFIELD_PRIVATE_MESSAGESstatic java.lang.StringFIELD_PROFILE_PICTUREstatic java.lang.StringFIELD_PROFILE_PICTURE_LARGEstatic java.lang.StringFIELD_ROLE_ASSIGNMENTSstatic java.lang.StringFIELD_THEMEstatic java.lang.StringFIELD_USER_ACCOUNT_STATUS -
Method Summary
Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, delete, delete, getEntityValue, getId, isDeleted, isModified, isStored, save, save, save, saveTransactional, saveTransactional, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Field Details
-
FIELD_META_CREATION_DATE
static final java.lang.String FIELD_META_CREATION_DATE- See Also:
- Constant Field Values
-
FIELD_META_CREATED_BY
static final java.lang.String FIELD_META_CREATED_BY- See Also:
- Constant Field Values
-
FIELD_META_MODIFICATION_DATE
static final java.lang.String FIELD_META_MODIFICATION_DATE- See Also:
- Constant Field Values
-
FIELD_META_MODIFIED_BY
static final java.lang.String FIELD_META_MODIFIED_BY- See Also:
- Constant Field Values
-
FIELD_META_DELETION_DATE
static final java.lang.String FIELD_META_DELETION_DATE- See Also:
- Constant Field Values
-
FIELD_META_DELETED_BY
static final java.lang.String FIELD_META_DELETED_BY- See Also:
- Constant Field Values
-
FIELD_FIRST_NAME
static final java.lang.String FIELD_FIRST_NAME- See Also:
- Constant Field Values
-
FIELD_LAST_NAME
static final java.lang.String FIELD_LAST_NAME- See Also:
- Constant Field Values
-
FIELD_PROFILE_PICTURE
static final java.lang.String FIELD_PROFILE_PICTURE- See Also:
- Constant Field Values
-
FIELD_PROFILE_PICTURE_LARGE
static final java.lang.String FIELD_PROFILE_PICTURE_LARGE- See Also:
- Constant Field Values
-
FIELD_LANGUAGES
static final java.lang.String FIELD_LANGUAGES- See Also:
- Constant Field Values
-
FIELD_EMAIL
static final java.lang.String FIELD_EMAIL- See Also:
- Constant Field Values
-
FIELD_MOBILE
static final java.lang.String FIELD_MOBILE- See Also:
- Constant Field Values
-
FIELD_PHONE
static final java.lang.String FIELD_PHONE- See Also:
- Constant Field Values
-
FIELD_LOGIN
static final java.lang.String FIELD_LOGIN- See Also:
- Constant Field Values
-
FIELD_LAST_LOGIN
static final java.lang.String FIELD_LAST_LOGIN- See Also:
- Constant Field Values
-
FIELD_PASSWORD
static final java.lang.String FIELD_PASSWORD- See Also:
- Constant Field Values
-
FIELD_THEME
static final java.lang.String FIELD_THEME- See Also:
- Constant Field Values
-
FIELD_USER_ACCOUNT_STATUS
static final java.lang.String FIELD_USER_ACCOUNT_STATUS- See Also:
- Constant Field Values
-
FIELD_ACCEPTED_POLICIES
static final java.lang.String FIELD_ACCEPTED_POLICIES- See Also:
- Constant Field Values
-
FIELD_ADDRESS
static final java.lang.String FIELD_ADDRESS- See Also:
- Constant Field Values
-
FIELD_ORGANIZATION_UNIT
static final java.lang.String FIELD_ORGANIZATION_UNIT- See Also:
- Constant Field Values
-
FIELD_ACCESS_TOKENS
static final java.lang.String FIELD_ACCESS_TOKENS- See Also:
- Constant Field Values
-
FIELD_ROLE_ASSIGNMENTS
static final java.lang.String FIELD_ROLE_ASSIGNMENTS- See Also:
- Constant Field Values
-
FIELD_ALL_GROUP_MEMBERSHIPS
static final java.lang.String FIELD_ALL_GROUP_MEMBERSHIPS- See Also:
- Constant Field Values
-
FIELD_PRIVATE_MESSAGES
static final java.lang.String FIELD_PRIVATE_MESSAGES- See Also:
- Constant Field Values
-
-
Method Details
-
create
-
create
-
getById
-
getBuilder
-
getMetaCreationDate
java.time.Instant getMetaCreationDate() -
setMetaCreationDate
-
getMetaCreationDateAsEpochSecond
int getMetaCreationDateAsEpochSecond() -
setMetaCreationDateAsEpochSecond
-
getMetaCreationDateAsEpochMilli
long getMetaCreationDateAsEpochMilli() -
setMetaCreationDateAsEpochMilli
-
getMetaCreatedBy
int getMetaCreatedBy() -
setMetaCreatedBy
-
getMetaModificationDate
java.time.Instant getMetaModificationDate() -
setMetaModificationDate
-
getMetaModificationDateAsEpochSecond
int getMetaModificationDateAsEpochSecond() -
setMetaModificationDateAsEpochSecond
-
getMetaModificationDateAsEpochMilli
long getMetaModificationDateAsEpochMilli() -
setMetaModificationDateAsEpochMilli
-
getMetaModifiedBy
int getMetaModifiedBy() -
setMetaModifiedBy
-
getMetaDeletionDate
java.time.Instant getMetaDeletionDate() -
setMetaDeletionDate
-
getMetaDeletionDateAsEpochSecond
int getMetaDeletionDateAsEpochSecond() -
setMetaDeletionDateAsEpochSecond
-
getMetaDeletionDateAsEpochMilli
long getMetaDeletionDateAsEpochMilli() -
setMetaDeletionDateAsEpochMilli
-
getMetaDeletedBy
int getMetaDeletedBy() -
setMetaDeletedBy
-
getFirstName
java.lang.String getFirstName() -
setFirstName
-
getLastName
java.lang.String getLastName() -
setLastName
-
getProfilePicture
byte[] getProfilePicture() -
setProfilePicture
-
getProfilePictureLength
int getProfilePictureLength() -
getProfilePictureInputStreamSupplier
java.util.function.Supplier<java.io.InputStream> getProfilePictureInputStreamSupplier() -
getProfilePictureLarge
byte[] getProfilePictureLarge() -
setProfilePictureLarge
-
getProfilePictureLargeLength
int getProfilePictureLargeLength() -
getProfilePictureLargeInputStreamSupplier
java.util.function.Supplier<java.io.InputStream> getProfilePictureLargeInputStreamSupplier() -
getLanguages
java.lang.String getLanguages() -
setLanguages
-
getEmail
java.lang.String getEmail() -
setEmail
-
getMobile
java.lang.String getMobile() -
setMobile
-
getPhone
java.lang.String getPhone() -
setPhone
-
getLogin
java.lang.String getLogin() -
setLogin
-
getLastLogin
java.time.Instant getLastLogin() -
setLastLogin
-
getLastLoginAsEpochSecond
int getLastLoginAsEpochSecond() -
setLastLoginAsEpochSecond
-
getLastLoginAsEpochMilli
long getLastLoginAsEpochMilli() -
setLastLoginAsEpochMilli
-
getPassword
java.lang.String getPassword() -
setPassword
-
getTheme
java.lang.String getTheme() -
setTheme
-
getUserAccountStatus
UserAccountStatus getUserAccountStatus() -
setUserAccountStatus
-
getAcceptedPolicies
UserAcceptedPolicy getAcceptedPolicies() -
setAcceptedPolicies
-
getAddress
Address getAddress() -
setAddress
-
getOrganizationUnit
OrganizationUnit getOrganizationUnit() -
setOrganizationUnit
-
getAccessTokens
java.util.List<UserAccessToken> getAccessTokens() -
setAccessTokens
-
getAccessTokensCount
int getAccessTokensCount() -
setAccessTokens
-
getAccessTokensAsBitSet
java.util.BitSet getAccessTokensAsBitSet() -
addAccessTokens
-
addAccessTokens
-
removeAccessTokens
-
removeAccessTokens
-
removeAllAccessTokens
User removeAllAccessTokens() -
getRoleAssignments
java.util.List<UserRoleAssignment> getRoleAssignments() -
setRoleAssignments
-
getRoleAssignmentsCount
int getRoleAssignmentsCount() -
setRoleAssignments
-
getRoleAssignmentsAsBitSet
java.util.BitSet getRoleAssignmentsAsBitSet() -
addRoleAssignments
-
addRoleAssignments
-
removeRoleAssignments
-
removeRoleAssignments
-
removeAllRoleAssignments
User removeAllRoleAssignments() -
getAllGroupMemberships
java.util.List<UserGroupMembership> getAllGroupMemberships() -
setAllGroupMemberships
-
getAllGroupMembershipsCount
int getAllGroupMembershipsCount() -
setAllGroupMemberships
-
getAllGroupMembershipsAsBitSet
java.util.BitSet getAllGroupMembershipsAsBitSet() -
addAllGroupMemberships
-
addAllGroupMemberships
-
removeAllGroupMemberships
-
removeAllGroupMemberships
-
removeAllAllGroupMemberships
User removeAllAllGroupMemberships() -
getPrivateMessages
java.util.List<Message> getPrivateMessages() -
setPrivateMessages
-
getPrivateMessagesCount
int getPrivateMessagesCount() -
setPrivateMessages
-
getPrivateMessagesAsBitSet
java.util.BitSet getPrivateMessagesAsBitSet() -
addPrivateMessages
-
addPrivateMessages
-
removePrivateMessages
-
removePrivateMessages
-
removeAllPrivateMessages
User removeAllPrivateMessages() -
getAll
-
sort
-
getCount
static int getCount() -
filter
-