Package org.teamapps.model.controlcenter
Interface Group
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<Group>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbGroup
public interface Group extends org.teamapps.universaldb.pojo.Entity<Group>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_DESCRIPTIONstatic java.lang.StringFIELD_GROUP_FOLDERSstatic java.lang.StringFIELD_GROUP_TYPEstatic java.lang.StringFIELD_LANGUAGEstatic java.lang.StringFIELD_LAST_MESSAGE_DATEstatic java.lang.StringFIELD_MEMBERSHIP_DEFINITIONSstatic java.lang.StringFIELD_MENTORSstatic 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_META_RESTORE_DATEstatic java.lang.StringFIELD_META_RESTORED_BYstatic java.lang.StringFIELD_MODERATORSstatic java.lang.StringFIELD_NAMEstatic java.lang.StringFIELD_ORGANIZATION_FIELDstatic java.lang.StringFIELD_ORGANIZATION_UNITstatic java.lang.StringFIELD_OWNERstatic java.lang.StringFIELD_REGISTRATION_ALLOWED_FOR_DEFINITIONSstatic java.lang.StringFIELD_USER_MEMBERSHIPSstatic java.lang.StringFIELD_VALID -
Method Summary
Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, delete, delete, getEntityValue, getId, isDeleted, isModified, isRestorable, isStored, restoreDeleted, 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_META_RESTORE_DATE
static final java.lang.String FIELD_META_RESTORE_DATE- See Also:
- Constant Field Values
-
FIELD_META_RESTORED_BY
static final java.lang.String FIELD_META_RESTORED_BY- See Also:
- Constant Field Values
-
FIELD_GROUP_TYPE
static final java.lang.String FIELD_GROUP_TYPE- See Also:
- Constant Field Values
-
FIELD_NAME
static final java.lang.String FIELD_NAME- See Also:
- Constant Field Values
-
FIELD_DESCRIPTION
static final java.lang.String FIELD_DESCRIPTION- See Also:
- Constant Field Values
-
FIELD_LANGUAGE
static final java.lang.String FIELD_LANGUAGE- See Also:
- Constant Field Values
-
FIELD_ORGANIZATION_FIELD
static final java.lang.String FIELD_ORGANIZATION_FIELD- See Also:
- Constant Field Values
-
FIELD_ORGANIZATION_UNIT
static final java.lang.String FIELD_ORGANIZATION_UNIT- See Also:
- Constant Field Values
-
FIELD_OWNER
static final java.lang.String FIELD_OWNER- See Also:
- Constant Field Values
-
FIELD_MODERATORS
static final java.lang.String FIELD_MODERATORS- See Also:
- Constant Field Values
-
FIELD_MENTORS
static final java.lang.String FIELD_MENTORS- See Also:
- Constant Field Values
-
FIELD_VALID
static final java.lang.String FIELD_VALID- See Also:
- Constant Field Values
-
FIELD_MEMBERSHIP_DEFINITIONS
static final java.lang.String FIELD_MEMBERSHIP_DEFINITIONS- See Also:
- Constant Field Values
-
FIELD_REGISTRATION_ALLOWED_FOR_DEFINITIONS
static final java.lang.String FIELD_REGISTRATION_ALLOWED_FOR_DEFINITIONS- See Also:
- Constant Field Values
-
FIELD_USER_MEMBERSHIPS
static final java.lang.String FIELD_USER_MEMBERSHIPS- See Also:
- Constant Field Values
-
FIELD_LAST_MESSAGE_DATE
static final java.lang.String FIELD_LAST_MESSAGE_DATE- See Also:
- Constant Field Values
-
FIELD_GROUP_FOLDERS
static final java.lang.String FIELD_GROUP_FOLDERS- 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
-
getMetaRestoreDate
java.time.Instant getMetaRestoreDate() -
setMetaRestoreDate
-
getMetaRestoreDateAsEpochSecond
int getMetaRestoreDateAsEpochSecond() -
setMetaRestoreDateAsEpochSecond
-
getMetaRestoreDateAsEpochMilli
long getMetaRestoreDateAsEpochMilli() -
setMetaRestoreDateAsEpochMilli
-
getMetaRestoredBy
int getMetaRestoredBy() -
setMetaRestoredBy
-
getGroupType
GroupType getGroupType() -
setGroupType
-
getName
java.lang.String getName() -
setName
-
getDescription
java.lang.String getDescription() -
setDescription
-
getLanguage
java.lang.String getLanguage() -
setLanguage
-
getOrganizationField
OrganizationField getOrganizationField() -
setOrganizationField
-
getOrganizationUnit
OrganizationUnit getOrganizationUnit() -
setOrganizationUnit
-
getOwner
User getOwner() -
setOwner
-
getModerators
java.util.List<User> getModerators() -
setModerators
-
getModeratorsCount
int getModeratorsCount() -
setModerators
-
getModeratorsAsBitSet
java.util.BitSet getModeratorsAsBitSet() -
addModerators
-
addModerators
-
removeModerators
-
removeModerators
-
removeAllModerators
Group removeAllModerators() -
getMentors
java.util.List<User> getMentors() -
setMentors
-
getMentorsCount
int getMentorsCount() -
setMentors
-
getMentorsAsBitSet
java.util.BitSet getMentorsAsBitSet() -
addMentors
-
addMentors
-
removeMentors
-
removeMentors
-
removeAllMentors
Group removeAllMentors() -
getValid
boolean getValid() -
setValid
-
isValid
boolean isValid() -
getMembershipDefinitions
java.util.List<GroupMembershipDefinition> getMembershipDefinitions() -
setMembershipDefinitions
-
getMembershipDefinitionsCount
int getMembershipDefinitionsCount() -
setMembershipDefinitions
-
getMembershipDefinitionsAsBitSet
java.util.BitSet getMembershipDefinitionsAsBitSet() -
addMembershipDefinitions
-
addMembershipDefinitions
-
removeMembershipDefinitions
-
removeMembershipDefinitions
-
removeAllMembershipDefinitions
Group removeAllMembershipDefinitions() -
getRegistrationAllowedForDefinitions
java.util.List<GroupMembershipDefinition> getRegistrationAllowedForDefinitions() -
setRegistrationAllowedForDefinitions
-
getRegistrationAllowedForDefinitionsCount
int getRegistrationAllowedForDefinitionsCount() -
setRegistrationAllowedForDefinitions
-
getRegistrationAllowedForDefinitionsAsBitSet
java.util.BitSet getRegistrationAllowedForDefinitionsAsBitSet() -
addRegistrationAllowedForDefinitions
-
addRegistrationAllowedForDefinitions
-
removeRegistrationAllowedForDefinitions
-
removeRegistrationAllowedForDefinitions
-
removeAllRegistrationAllowedForDefinitions
Group removeAllRegistrationAllowedForDefinitions() -
getUserMemberships
java.util.List<UserGroupMembership> getUserMemberships() -
setUserMemberships
-
getUserMembershipsCount
int getUserMembershipsCount() -
setUserMemberships
-
getUserMembershipsAsBitSet
java.util.BitSet getUserMembershipsAsBitSet() -
addUserMemberships
-
addUserMemberships
-
removeUserMemberships
-
removeUserMemberships
-
removeAllUserMemberships
Group removeAllUserMemberships() -
getLastMessageDate
java.time.Instant getLastMessageDate() -
setLastMessageDate
-
getLastMessageDateAsEpochSecond
int getLastMessageDateAsEpochSecond() -
setLastMessageDateAsEpochSecond
-
getLastMessageDateAsEpochMilli
long getLastMessageDateAsEpochMilli() -
setLastMessageDateAsEpochMilli
-
getGroupFolders
java.util.List<GroupFolder> getGroupFolders() -
setGroupFolders
-
getGroupFoldersCount
int getGroupFoldersCount() -
setGroupFolders
-
getGroupFoldersAsBitSet
java.util.BitSet getGroupFoldersAsBitSet() -
addGroupFolders
-
addGroupFolders
-
removeGroupFolders
-
removeGroupFolders
-
removeAllGroupFolders
Group removeAllGroupFolders() -
getAll
-
getDeletedRecords
-
sort
-
getCount
static int getCount() -
filter
-