Package org.teamapps.model.controlcenter
Interface SystemLog
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<SystemLog>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbSystemLog
public interface SystemLog extends org.teamapps.universaldb.pojo.Entity<SystemLog>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_APPLICATIONstatic java.lang.StringFIELD_APPLICATION_PERSPECTIVEstatic java.lang.StringFIELD_APPLICATION_VERSIONstatic java.lang.StringFIELD_DETAILSstatic java.lang.StringFIELD_EXCEPTION_CLASSstatic java.lang.StringFIELD_LOG_LEVELstatic java.lang.StringFIELD_MANAGED_APPLICATIONstatic java.lang.StringFIELD_MANAGED_PERSPECTIVEstatic java.lang.StringFIELD_MESSAGEstatic java.lang.StringFIELD_META_CREATED_BYstatic java.lang.StringFIELD_META_CREATION_DATEstatic java.lang.StringFIELD_META_DELETED_BYstatic java.lang.StringFIELD_META_DELETION_DATEstatic java.lang.StringFIELD_META_MODIFICATION_DATEstatic java.lang.StringFIELD_META_MODIFIED_BYstatic java.lang.StringFIELD_META_RESTORE_DATEstatic java.lang.StringFIELD_META_RESTORED_BYstatic java.lang.StringFIELD_THREAD -
Method Summary
Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, delete, delete, getEntityValue, getId, isDeleted, isModified, isRestorable, isStored, restoreDeleted, save, save, save, saveTransactional, saveTransactional, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
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_MANAGED_APPLICATION
static final java.lang.String FIELD_MANAGED_APPLICATION- See Also:
- Constant Field Values
-
FIELD_MANAGED_PERSPECTIVE
static final java.lang.String FIELD_MANAGED_PERSPECTIVE- See Also:
- Constant Field Values
-
FIELD_APPLICATION
static final java.lang.String FIELD_APPLICATION- See Also:
- Constant Field Values
-
FIELD_APPLICATION_PERSPECTIVE
static final java.lang.String FIELD_APPLICATION_PERSPECTIVE- See Also:
- Constant Field Values
-
FIELD_APPLICATION_VERSION
static final java.lang.String FIELD_APPLICATION_VERSION- See Also:
- Constant Field Values
-
FIELD_LOG_LEVEL
static final java.lang.String FIELD_LOG_LEVEL- See Also:
- Constant Field Values
-
FIELD_THREAD
static final java.lang.String FIELD_THREAD- See Also:
- Constant Field Values
-
FIELD_MESSAGE
static final java.lang.String FIELD_MESSAGE- See Also:
- Constant Field Values
-
FIELD_DETAILS
static final java.lang.String FIELD_DETAILS- See Also:
- Constant Field Values
-
FIELD_EXCEPTION_CLASS
static final java.lang.String FIELD_EXCEPTION_CLASS- See Also:
- Constant Field Values
-
-
Method Details
-
create
-
create
-
getById
-
getBuilder
-
getMetaCreationDate
java.time.Instant getMetaCreationDate() -
setMetaCreationDate
-
getMetaCreationDateAsEpochSecond
int getMetaCreationDateAsEpochSecond() -
setMetaCreationDateAsEpochSecond
-
getMetaCreationDateAsEpochMilli
long getMetaCreationDateAsEpochMilli() -
setMetaCreationDateAsEpochMilli
-
getMetaCreatedBy
int getMetaCreatedBy() -
setMetaCreatedBy
-
getMetaModificationDate
java.time.Instant getMetaModificationDate() -
setMetaModificationDate
-
getMetaModificationDateAsEpochSecond
int getMetaModificationDateAsEpochSecond() -
setMetaModificationDateAsEpochSecond
-
getMetaModificationDateAsEpochMilli
long getMetaModificationDateAsEpochMilli() -
setMetaModificationDateAsEpochMilli
-
getMetaModifiedBy
int getMetaModifiedBy() -
setMetaModifiedBy
-
getMetaDeletionDate
java.time.Instant getMetaDeletionDate() -
setMetaDeletionDate
-
getMetaDeletionDateAsEpochSecond
int getMetaDeletionDateAsEpochSecond() -
setMetaDeletionDateAsEpochSecond
-
getMetaDeletionDateAsEpochMilli
long getMetaDeletionDateAsEpochMilli() -
setMetaDeletionDateAsEpochMilli
-
getMetaDeletedBy
int getMetaDeletedBy() -
setMetaDeletedBy
-
getMetaRestoreDate
java.time.Instant getMetaRestoreDate() -
setMetaRestoreDate
-
getMetaRestoreDateAsEpochSecond
int getMetaRestoreDateAsEpochSecond() -
setMetaRestoreDateAsEpochSecond
-
getMetaRestoreDateAsEpochMilli
long getMetaRestoreDateAsEpochMilli() -
setMetaRestoreDateAsEpochMilli
-
getMetaRestoredBy
int getMetaRestoredBy() -
setMetaRestoredBy
-
getManagedApplication
ManagedApplication getManagedApplication() -
setManagedApplication
-
getManagedPerspective
ManagedApplicationPerspective getManagedPerspective() -
setManagedPerspective
-
getApplication
Application getApplication() -
setApplication
-
getApplicationPerspective
ApplicationPerspective getApplicationPerspective() -
setApplicationPerspective
-
getApplicationVersion
ApplicationVersion getApplicationVersion() -
setApplicationVersion
-
getLogLevel
LogLevel getLogLevel() -
setLogLevel
-
getThread
java.lang.String getThread() -
setThread
-
getMessage
java.lang.String getMessage() -
setMessage
-
getDetails
java.lang.String getDetails() -
setDetails
-
getExceptionClass
java.lang.String getExceptionClass() -
setExceptionClass
-
getAll
-
getDeletedRecords
-
sort
-
getCount
static int getCount() -
filter
-