Interface SystemSettings

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

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

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

    • create

      static SystemSettings create()
    • create

      static SystemSettings create​(int id)
    • getById

      static SystemSettings getById​(int id)
    • getBuilder

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

      java.time.Instant getMetaCreationDate()
    • setMetaCreationDate

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

      int getMetaCreationDateAsEpochSecond()
    • setMetaCreationDateAsEpochSecond

      SystemSettings setMetaCreationDateAsEpochSecond​(int value)
    • getMetaCreationDateAsEpochMilli

      long getMetaCreationDateAsEpochMilli()
    • setMetaCreationDateAsEpochMilli

      SystemSettings setMetaCreationDateAsEpochMilli​(long value)
    • getMetaCreatedBy

      int getMetaCreatedBy()
    • setMetaCreatedBy

      SystemSettings setMetaCreatedBy​(int value)
    • getMetaModificationDate

      java.time.Instant getMetaModificationDate()
    • setMetaModificationDate

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

      int getMetaModificationDateAsEpochSecond()
    • setMetaModificationDateAsEpochSecond

      SystemSettings setMetaModificationDateAsEpochSecond​(int value)
    • getMetaModificationDateAsEpochMilli

      long getMetaModificationDateAsEpochMilli()
    • setMetaModificationDateAsEpochMilli

      SystemSettings setMetaModificationDateAsEpochMilli​(long value)
    • getMetaModifiedBy

      int getMetaModifiedBy()
    • setMetaModifiedBy

      SystemSettings setMetaModifiedBy​(int value)
    • getMetaDeletionDate

      java.time.Instant getMetaDeletionDate()
    • setMetaDeletionDate

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

      int getMetaDeletionDateAsEpochSecond()
    • setMetaDeletionDateAsEpochSecond

      SystemSettings setMetaDeletionDateAsEpochSecond​(int value)
    • getMetaDeletionDateAsEpochMilli

      long getMetaDeletionDateAsEpochMilli()
    • setMetaDeletionDateAsEpochMilli

      SystemSettings setMetaDeletionDateAsEpochMilli​(long value)
    • getMetaDeletedBy

      int getMetaDeletedBy()
    • setMetaDeletedBy

      SystemSettings setMetaDeletedBy​(int value)
    • getMetaRestoreDate

      java.time.Instant getMetaRestoreDate()
    • setMetaRestoreDate

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

      int getMetaRestoreDateAsEpochSecond()
    • setMetaRestoreDateAsEpochSecond

      SystemSettings setMetaRestoreDateAsEpochSecond​(int value)
    • getMetaRestoreDateAsEpochMilli

      long getMetaRestoreDateAsEpochMilli()
    • setMetaRestoreDateAsEpochMilli

      SystemSettings setMetaRestoreDateAsEpochMilli​(long value)
    • getMetaRestoredBy

      int getMetaRestoredBy()
    • setMetaRestoredBy

      SystemSettings setMetaRestoredBy​(int value)
    • getAllowedBaseLanguages

      java.lang.String getAllowedBaseLanguages()
    • setAllowedBaseLanguages

      SystemSettings setAllowedBaseLanguages​(java.lang.String value)
    • getAll

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

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

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

      static int getCount()
    • filter

      static SystemSettingsQuery filter()