Package org.teamapps.model.controlcenter
Interface ApplicationFolder
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<ApplicationFolder>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbApplicationFolder
public interface ApplicationFolder extends org.teamapps.universaldb.pojo.Entity<ApplicationFolder>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_APPLICATIONstatic java.lang.StringFIELD_APPLICATION_FOLDER_TYPEstatic java.lang.StringFIELD_CHILDRENstatic 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_NAMEstatic java.lang.StringFIELD_PARENT -
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_NAME
static final java.lang.String FIELD_NAME- See Also:
- Constant Field Values
-
FIELD_APPLICATION
static final java.lang.String FIELD_APPLICATION- See Also:
- Constant Field Values
-
FIELD_APPLICATION_FOLDER_TYPE
static final java.lang.String FIELD_APPLICATION_FOLDER_TYPE- See Also:
- Constant Field Values
-
FIELD_PARENT
static final java.lang.String FIELD_PARENT- See Also:
- Constant Field Values
-
FIELD_CHILDREN
static final java.lang.String FIELD_CHILDREN- 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
-
getName
java.lang.String getName() -
setName
-
getApplication
Application getApplication() -
setApplication
-
getApplicationFolderType
ApplicationFolderType getApplicationFolderType() -
setApplicationFolderType
-
getParent
ApplicationFolder getParent() -
setParent
-
getChildren
java.util.List<ApplicationFolder> getChildren() -
setChildren
-
getChildrenCount
int getChildrenCount() -
setChildren
-
getChildrenAsBitSet
java.util.BitSet getChildrenAsBitSet() -
addChildren
-
addChildren
-
removeChildren
-
removeChildren
-
removeAllChildren
ApplicationFolder removeAllChildren() -
getMessages
java.util.List<Message> getMessages() -
setMessages
-
getMessagesCount
int getMessagesCount() -
setMessages
-
getMessagesAsBitSet
java.util.BitSet getMessagesAsBitSet() -
addMessages
-
addMessages
-
removeMessages
-
removeMessages
-
removeAllMessages
ApplicationFolder removeAllMessages() -
getAll
-
sort
static java.util.List<ApplicationFolder> sort(java.util.List<ApplicationFolder> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path) -
getCount
static int getCount() -
filter
-