Interface ApplicationPrivilege

All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<ApplicationPrivilege>, org.teamapps.universaldb.pojo.Identifiable
All Known Implementing Classes:
UdbApplicationPrivilege

public interface ApplicationPrivilege
extends org.teamapps.universaldb.pojo.Entity<ApplicationPrivilege>
  • 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_PRIVILEGE_GROUP

      static final java.lang.String FIELD_PRIVILEGE_GROUP
      See Also:
      Constant Field Values
    • FIELD_NAME

      static final java.lang.String FIELD_NAME
      See Also:
      Constant Field Values
    • FIELD_ICON

      static final java.lang.String FIELD_ICON
      See Also:
      Constant Field Values
    • FIELD_TITLE_KEY

      static final java.lang.String FIELD_TITLE_KEY
      See Also:
      Constant Field Values
  • Method Details

    • create

      static ApplicationPrivilege create()
    • create

      static ApplicationPrivilege create​(int id)
    • getById

      static ApplicationPrivilege getById​(int id)
    • getBuilder

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

      java.time.Instant getMetaCreationDate()
    • setMetaCreationDate

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

      int getMetaCreationDateAsEpochSecond()
    • setMetaCreationDateAsEpochSecond

      ApplicationPrivilege setMetaCreationDateAsEpochSecond​(int value)
    • getMetaCreationDateAsEpochMilli

      long getMetaCreationDateAsEpochMilli()
    • setMetaCreationDateAsEpochMilli

      ApplicationPrivilege setMetaCreationDateAsEpochMilli​(long value)
    • getMetaCreatedBy

      int getMetaCreatedBy()
    • setMetaCreatedBy

      ApplicationPrivilege setMetaCreatedBy​(int value)
    • getMetaModificationDate

      java.time.Instant getMetaModificationDate()
    • setMetaModificationDate

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

      int getMetaModificationDateAsEpochSecond()
    • setMetaModificationDateAsEpochSecond

      ApplicationPrivilege setMetaModificationDateAsEpochSecond​(int value)
    • getMetaModificationDateAsEpochMilli

      long getMetaModificationDateAsEpochMilli()
    • setMetaModificationDateAsEpochMilli

      ApplicationPrivilege setMetaModificationDateAsEpochMilli​(long value)
    • getMetaModifiedBy

      int getMetaModifiedBy()
    • setMetaModifiedBy

      ApplicationPrivilege setMetaModifiedBy​(int value)
    • getMetaDeletionDate

      java.time.Instant getMetaDeletionDate()
    • setMetaDeletionDate

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

      int getMetaDeletionDateAsEpochSecond()
    • setMetaDeletionDateAsEpochSecond

      ApplicationPrivilege setMetaDeletionDateAsEpochSecond​(int value)
    • getMetaDeletionDateAsEpochMilli

      long getMetaDeletionDateAsEpochMilli()
    • setMetaDeletionDateAsEpochMilli

      ApplicationPrivilege setMetaDeletionDateAsEpochMilli​(long value)
    • getMetaDeletedBy

      int getMetaDeletedBy()
    • setMetaDeletedBy

      ApplicationPrivilege setMetaDeletedBy​(int value)
    • getMetaRestoreDate

      java.time.Instant getMetaRestoreDate()
    • setMetaRestoreDate

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

      int getMetaRestoreDateAsEpochSecond()
    • setMetaRestoreDateAsEpochSecond

      ApplicationPrivilege setMetaRestoreDateAsEpochSecond​(int value)
    • getMetaRestoreDateAsEpochMilli

      long getMetaRestoreDateAsEpochMilli()
    • setMetaRestoreDateAsEpochMilli

      ApplicationPrivilege setMetaRestoreDateAsEpochMilli​(long value)
    • getMetaRestoredBy

      int getMetaRestoredBy()
    • setMetaRestoredBy

      ApplicationPrivilege setMetaRestoredBy​(int value)
    • getPrivilegeGroup

      ApplicationPrivilegeGroup getPrivilegeGroup()
    • setPrivilegeGroup

      ApplicationPrivilege setPrivilegeGroup​(ApplicationPrivilegeGroup value)
    • getName

      java.lang.String getName()
    • setName

      ApplicationPrivilege setName​(java.lang.String value)
    • getIcon

      java.lang.String getIcon()
    • setIcon

      ApplicationPrivilege setIcon​(java.lang.String value)
    • getTitleKey

      java.lang.String getTitleKey()
    • setTitleKey

      ApplicationPrivilege setTitleKey​(java.lang.String value)
    • getAll

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

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

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

      static int getCount()
    • filter

      static ApplicationPrivilegeQuery filter()