Package org.teamapps.model.controlcenter
Interface GroupFolder
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<GroupFolder>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbGroupFolder
public interface GroupFolder extends org.teamapps.universaldb.pojo.Entity<GroupFolder>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_GROUPstatic java.lang.StringFIELD_GROUP_FOLDER_TYPEstatic java.lang.StringFIELD_MESSAGESstatic 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_MODERATOR_READ_ACCESSstatic java.lang.StringFIELD_MODERATOR_WRITE_ACCESSstatic java.lang.StringFIELD_NAMEstatic java.lang.StringFIELD_SUBJECT_TAGS -
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
static final java.lang.String FIELD_GROUP- See Also:
- Constant Field Values
-
FIELD_NAME
static final java.lang.String FIELD_NAME- See Also:
- Constant Field Values
-
FIELD_MODERATOR_READ_ACCESS
static final java.lang.String FIELD_MODERATOR_READ_ACCESS- See Also:
- Constant Field Values
-
FIELD_MODERATOR_WRITE_ACCESS
static final java.lang.String FIELD_MODERATOR_WRITE_ACCESS- See Also:
- Constant Field Values
-
FIELD_SUBJECT_TAGS
static final java.lang.String FIELD_SUBJECT_TAGS- See Also:
- Constant Field Values
-
FIELD_GROUP_FOLDER_TYPE
static final java.lang.String FIELD_GROUP_FOLDER_TYPE- See Also:
- Constant Field Values
-
FIELD_MESSAGES
static final java.lang.String FIELD_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
-
getMetaRestoreDate
java.time.Instant getMetaRestoreDate() -
setMetaRestoreDate
-
getMetaRestoreDateAsEpochSecond
int getMetaRestoreDateAsEpochSecond() -
setMetaRestoreDateAsEpochSecond
-
getMetaRestoreDateAsEpochMilli
long getMetaRestoreDateAsEpochMilli() -
setMetaRestoreDateAsEpochMilli
-
getMetaRestoredBy
int getMetaRestoredBy() -
setMetaRestoredBy
-
getGroup
Group getGroup() -
setGroup
-
getName
java.lang.String getName() -
setName
-
getModeratorReadAccess
boolean getModeratorReadAccess() -
setModeratorReadAccess
-
isModeratorReadAccess
boolean isModeratorReadAccess() -
getModeratorWriteAccess
boolean getModeratorWriteAccess() -
setModeratorWriteAccess
-
isModeratorWriteAccess
boolean isModeratorWriteAccess() -
getSubjectTags
java.lang.String getSubjectTags() -
setSubjectTags
-
getGroupFolderType
GroupFolderType getGroupFolderType() -
setGroupFolderType
-
getMessages
java.util.List<Message> getMessages() -
setMessages
-
getMessagesCount
int getMessagesCount() -
setMessages
-
getMessagesAsBitSet
java.util.BitSet getMessagesAsBitSet() -
addMessages
-
addMessages
-
removeMessages
-
removeMessages
-
removeAllMessages
GroupFolder removeAllMessages() -
getAll
-
getDeletedRecords
-
sort
static java.util.List<GroupFolder> sort(java.util.List<GroupFolder> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
getCount
static int getCount() -
filter
-