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 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_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

      static ApplicationFolder create()
    • create

      static ApplicationFolder create​(int id)
    • getById

      static ApplicationFolder getById​(int id)
    • getBuilder

      static org.teamapps.universaldb.record.EntityBuilder<ApplicationFolder> getBuilder()
    • getMetaCreationDate

      java.time.Instant getMetaCreationDate()
    • setMetaCreationDate

      ApplicationFolder setMetaCreationDate​(java.time.Instant value)
    • getMetaCreationDateAsEpochSecond

      int getMetaCreationDateAsEpochSecond()
    • setMetaCreationDateAsEpochSecond

      ApplicationFolder setMetaCreationDateAsEpochSecond​(int value)
    • getMetaCreationDateAsEpochMilli

      long getMetaCreationDateAsEpochMilli()
    • setMetaCreationDateAsEpochMilli

      ApplicationFolder setMetaCreationDateAsEpochMilli​(long value)
    • getMetaCreatedBy

      int getMetaCreatedBy()
    • setMetaCreatedBy

      ApplicationFolder setMetaCreatedBy​(int value)
    • getMetaModificationDate

      java.time.Instant getMetaModificationDate()
    • setMetaModificationDate

      ApplicationFolder setMetaModificationDate​(java.time.Instant value)
    • getMetaModificationDateAsEpochSecond

      int getMetaModificationDateAsEpochSecond()
    • setMetaModificationDateAsEpochSecond

      ApplicationFolder setMetaModificationDateAsEpochSecond​(int value)
    • getMetaModificationDateAsEpochMilli

      long getMetaModificationDateAsEpochMilli()
    • setMetaModificationDateAsEpochMilli

      ApplicationFolder setMetaModificationDateAsEpochMilli​(long value)
    • getMetaModifiedBy

      int getMetaModifiedBy()
    • setMetaModifiedBy

      ApplicationFolder setMetaModifiedBy​(int value)
    • getMetaDeletionDate

      java.time.Instant getMetaDeletionDate()
    • setMetaDeletionDate

      ApplicationFolder setMetaDeletionDate​(java.time.Instant value)
    • getMetaDeletionDateAsEpochSecond

      int getMetaDeletionDateAsEpochSecond()
    • setMetaDeletionDateAsEpochSecond

      ApplicationFolder setMetaDeletionDateAsEpochSecond​(int value)
    • getMetaDeletionDateAsEpochMilli

      long getMetaDeletionDateAsEpochMilli()
    • setMetaDeletionDateAsEpochMilli

      ApplicationFolder setMetaDeletionDateAsEpochMilli​(long value)
    • getMetaDeletedBy

      int getMetaDeletedBy()
    • setMetaDeletedBy

      ApplicationFolder setMetaDeletedBy​(int value)
    • getMetaRestoreDate

      java.time.Instant getMetaRestoreDate()
    • setMetaRestoreDate

      ApplicationFolder setMetaRestoreDate​(java.time.Instant value)
    • getMetaRestoreDateAsEpochSecond

      int getMetaRestoreDateAsEpochSecond()
    • setMetaRestoreDateAsEpochSecond

      ApplicationFolder setMetaRestoreDateAsEpochSecond​(int value)
    • getMetaRestoreDateAsEpochMilli

      long getMetaRestoreDateAsEpochMilli()
    • setMetaRestoreDateAsEpochMilli

      ApplicationFolder setMetaRestoreDateAsEpochMilli​(long value)
    • getMetaRestoredBy

      int getMetaRestoredBy()
    • setMetaRestoredBy

      ApplicationFolder setMetaRestoredBy​(int value)
    • getName

      java.lang.String getName()
    • setName

      ApplicationFolder setName​(java.lang.String value)
    • getApplication

      Application getApplication()
    • setApplication

      ApplicationFolder setApplication​(Application value)
    • getApplicationFolderType

      ApplicationFolderType getApplicationFolderType()
    • setApplicationFolderType

      ApplicationFolder setApplicationFolderType​(ApplicationFolderType value)
    • getParent

      ApplicationFolder getParent()
    • setParent

      ApplicationFolder setParent​(ApplicationFolder value)
    • getChildren

      java.util.List<ApplicationFolder> getChildren()
    • setChildren

      ApplicationFolder setChildren​(java.util.List<ApplicationFolder> value)
    • getChildrenCount

      int getChildrenCount()
    • setChildren

      ApplicationFolder setChildren​(ApplicationFolder... value)
    • getChildrenAsBitSet

      java.util.BitSet getChildrenAsBitSet()
    • addChildren

      ApplicationFolder addChildren​(java.util.List<ApplicationFolder> value)
    • addChildren

      ApplicationFolder addChildren​(ApplicationFolder... value)
    • removeChildren

      ApplicationFolder removeChildren​(java.util.List<ApplicationFolder> value)
    • removeChildren

      ApplicationFolder removeChildren​(ApplicationFolder... value)
    • removeAllChildren

      ApplicationFolder removeAllChildren()
    • getMessages

      java.util.List<Message> getMessages()
    • setMessages

      ApplicationFolder setMessages​(java.util.List<Message> value)
    • getMessagesCount

      int getMessagesCount()
    • setMessages

      ApplicationFolder setMessages​(Message... value)
    • getMessagesAsBitSet

      java.util.BitSet getMessagesAsBitSet()
    • addMessages

      ApplicationFolder addMessages​(java.util.List<Message> value)
    • addMessages

      ApplicationFolder addMessages​(Message... value)
    • removeMessages

      ApplicationFolder removeMessages​(java.util.List<Message> value)
    • removeMessages

      ApplicationFolder removeMessages​(Message... value)
    • removeAllMessages

      ApplicationFolder removeAllMessages()
    • getAll

      static java.util.List<ApplicationFolder> getAll()
    • getDeletedRecords

      static java.util.List<ApplicationFolder> getDeletedRecords()
    • sort

      static java.util.List<ApplicationFolder> sort​(java.util.List<ApplicationFolder> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path)
    • getCount

      static int getCount()
    • filter

      static ApplicationFolderQuery filter()