Package org.teamapps.model.controlcenter
Interface GroupMembershipDefinition
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<GroupMembershipDefinition>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbGroupMembershipDefinition
public interface GroupMembershipDefinition extends org.teamapps.universaldb.pojo.Entity<GroupMembershipDefinition>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_GROUPstatic java.lang.StringFIELD_GROUP_MEMBER_TYPEstatic 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_ORGANIZATION_UNITstatic java.lang.StringFIELD_ORGANIZATION_UNIT_TYPES_FILTERstatic java.lang.StringFIELD_ROLEstatic java.lang.StringFIELD_USER -
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_MEMBER_TYPE
static final java.lang.String FIELD_GROUP_MEMBER_TYPE- See Also:
- Constant Field Values
-
FIELD_USER
static final java.lang.String FIELD_USER- See Also:
- Constant Field Values
-
FIELD_GROUP
static final java.lang.String FIELD_GROUP- See Also:
- Constant Field Values
-
FIELD_ROLE
static final java.lang.String FIELD_ROLE- See Also:
- Constant Field Values
-
FIELD_ORGANIZATION_UNIT
static final java.lang.String FIELD_ORGANIZATION_UNIT- See Also:
- Constant Field Values
-
FIELD_ORGANIZATION_UNIT_TYPES_FILTER
static final java.lang.String FIELD_ORGANIZATION_UNIT_TYPES_FILTER- 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
-
getGroupMemberType
GroupMemberType getGroupMemberType() -
setGroupMemberType
-
getUser
User getUser() -
setUser
-
getGroup
Group getGroup() -
setGroup
-
getRole
Role getRole() -
setRole
-
getOrganizationUnit
OrganizationUnit getOrganizationUnit() -
setOrganizationUnit
-
getOrganizationUnitTypesFilter
java.util.List<OrganizationUnitType> getOrganizationUnitTypesFilter() -
setOrganizationUnitTypesFilter
GroupMembershipDefinition setOrganizationUnitTypesFilter(java.util.List<OrganizationUnitType> value) -
getOrganizationUnitTypesFilterCount
int getOrganizationUnitTypesFilterCount() -
setOrganizationUnitTypesFilter
-
getOrganizationUnitTypesFilterAsBitSet
java.util.BitSet getOrganizationUnitTypesFilterAsBitSet() -
addOrganizationUnitTypesFilter
GroupMembershipDefinition addOrganizationUnitTypesFilter(java.util.List<OrganizationUnitType> value) -
addOrganizationUnitTypesFilter
-
removeOrganizationUnitTypesFilter
GroupMembershipDefinition removeOrganizationUnitTypesFilter(java.util.List<OrganizationUnitType> value) -
removeOrganizationUnitTypesFilter
-
removeAllOrganizationUnitTypesFilter
GroupMembershipDefinition removeAllOrganizationUnitTypesFilter() -
getAll
-
getDeletedRecords
-
sort
static java.util.List<GroupMembershipDefinition> sort(java.util.List<GroupMembershipDefinition> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
getCount
static int getCount() -
filter
-