Schnittstelle SystemLog

Alle Superschnittstellen:
org.teamapps.universaldb.pojo.Entity<SystemLog>, org.teamapps.universaldb.pojo.Identifiable
Alle bekannten Implementierungsklassen:
UdbSystemLog

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

  • Methodendetails

    • create

      static SystemLog create()
    • create

      static SystemLog create(int id)
    • getById

      static SystemLog getById(int id)
    • getBuilder

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

      Instant getMetaCreationDate()
    • setMetaCreationDate

      SystemLog setMetaCreationDate(Instant value)
    • getMetaCreationDateAsEpochSecond

      int getMetaCreationDateAsEpochSecond()
    • setMetaCreationDateAsEpochSecond

      SystemLog setMetaCreationDateAsEpochSecond(int value)
    • getMetaCreationDateAsEpochMilli

      long getMetaCreationDateAsEpochMilli()
    • setMetaCreationDateAsEpochMilli

      SystemLog setMetaCreationDateAsEpochMilli(long value)
    • getMetaCreatedBy

      int getMetaCreatedBy()
    • setMetaCreatedBy

      SystemLog setMetaCreatedBy(int value)
    • getMetaModificationDate

      Instant getMetaModificationDate()
    • setMetaModificationDate

      SystemLog setMetaModificationDate(Instant value)
    • getMetaModificationDateAsEpochSecond

      int getMetaModificationDateAsEpochSecond()
    • setMetaModificationDateAsEpochSecond

      SystemLog setMetaModificationDateAsEpochSecond(int value)
    • getMetaModificationDateAsEpochMilli

      long getMetaModificationDateAsEpochMilli()
    • setMetaModificationDateAsEpochMilli

      SystemLog setMetaModificationDateAsEpochMilli(long value)
    • getMetaModifiedBy

      int getMetaModifiedBy()
    • setMetaModifiedBy

      SystemLog setMetaModifiedBy(int value)
    • getMetaDeletionDate

      Instant getMetaDeletionDate()
    • setMetaDeletionDate

      SystemLog setMetaDeletionDate(Instant value)
    • getMetaDeletionDateAsEpochSecond

      int getMetaDeletionDateAsEpochSecond()
    • setMetaDeletionDateAsEpochSecond

      SystemLog setMetaDeletionDateAsEpochSecond(int value)
    • getMetaDeletionDateAsEpochMilli

      long getMetaDeletionDateAsEpochMilli()
    • setMetaDeletionDateAsEpochMilli

      SystemLog setMetaDeletionDateAsEpochMilli(long value)
    • getMetaDeletedBy

      int getMetaDeletedBy()
    • setMetaDeletedBy

      SystemLog setMetaDeletedBy(int value)
    • getMetaRestoreDate

      Instant getMetaRestoreDate()
    • setMetaRestoreDate

      SystemLog setMetaRestoreDate(Instant value)
    • getMetaRestoreDateAsEpochSecond

      int getMetaRestoreDateAsEpochSecond()
    • setMetaRestoreDateAsEpochSecond

      SystemLog setMetaRestoreDateAsEpochSecond(int value)
    • getMetaRestoreDateAsEpochMilli

      long getMetaRestoreDateAsEpochMilli()
    • setMetaRestoreDateAsEpochMilli

      SystemLog setMetaRestoreDateAsEpochMilli(long value)
    • getMetaRestoredBy

      int getMetaRestoredBy()
    • setMetaRestoredBy

      SystemLog setMetaRestoredBy(int value)
    • getManagedApplication

      ManagedApplication getManagedApplication()
    • setManagedApplication

      SystemLog setManagedApplication(ManagedApplication value)
    • getManagedPerspective

      ManagedApplicationPerspective getManagedPerspective()
    • setManagedPerspective

      SystemLog setManagedPerspective(ManagedApplicationPerspective value)
    • getApplication

      Application getApplication()
    • setApplication

      SystemLog setApplication(Application value)
    • getApplicationPerspective

      ApplicationPerspective getApplicationPerspective()
    • setApplicationPerspective

      SystemLog setApplicationPerspective(ApplicationPerspective value)
    • getApplicationVersion

      ApplicationVersion getApplicationVersion()
    • setApplicationVersion

      SystemLog setApplicationVersion(ApplicationVersion value)
    • getLogLevel

      LogLevel getLogLevel()
    • setLogLevel

      SystemLog setLogLevel(LogLevel value)
    • getThread

      String getThread()
    • setThread

      SystemLog setThread(String value)
    • getMessage

      String getMessage()
    • setMessage

      SystemLog setMessage(String value)
    • getDetails

      String getDetails()
    • setDetails

      SystemLog setDetails(String value)
    • getExceptionClass

      String getExceptionClass()
    • setExceptionClass

      SystemLog setExceptionClass(String value)
    • getAll

      static List<SystemLog> getAll()
    • getDeletedRecords

      static List<SystemLog> getDeletedRecords()
    • sort

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

      static int getCount()
    • filter

      static SystemLogQuery filter()