Schnittstelle SystemSettings

Alle Superschnittstellen:
org.teamapps.universaldb.pojo.Entity<SystemSettings>, org.teamapps.universaldb.pojo.Identifiable
Alle bekannten Implementierungsklassen:
UdbSystemSettings

public interface SystemSettings extends org.teamapps.universaldb.pojo.Entity<SystemSettings>
  • Felddetails

  • Methodendetails

    • 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

      Instant getMetaCreationDate()
    • setMetaCreationDate

      SystemSettings setMetaCreationDate(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

      Instant getMetaModificationDate()
    • setMetaModificationDate

      SystemSettings setMetaModificationDate(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

      Instant getMetaDeletionDate()
    • setMetaDeletionDate

      SystemSettings setMetaDeletionDate(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

      Instant getMetaRestoreDate()
    • setMetaRestoreDate

      SystemSettings setMetaRestoreDate(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

      String getAllowedBaseLanguages()
    • setAllowedBaseLanguages

      SystemSettings setAllowedBaseLanguages(String value)
    • getAll

      static List<SystemSettings> getAll()
    • getDeletedRecords

      static List<SystemSettings> getDeletedRecords()
    • sort

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

      static int getCount()
    • filter

      static SystemSettingsQuery filter()