-
- All Implemented Interfaces:
-
edu.wgu.osmt.db.OutputsModel
public final class AuditLogDao extends LongEntity implements OutputsModel<AuditLog>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAuditLogDao.Companion
-
Field Summary
Fields Modifier and Type Field Description private LocalDateTimecreationDateprivate Stringuserprivate StringoperationTypeprivate StringtargetTableNameprivate LongentityIdprivate StringchangedFieldsprivate ResultRow_readValuesprivate final Databasedbprivate final EntityID<Long>idprivate final EntityClass<Long, Entity<Long>>klassprivate final ResultRowreadValuesprivate final LinkedHashMap<Column<Object>, Object>writeValues
-
Constructor Summary
Constructors Constructor Description AuditLogDao(EntityID<Long> id)
-
Method Summary
Modifier and Type Method Description final LocalDateTimegetCreationDate()final UnitsetCreationDate(LocalDateTime creationDate)final StringgetUser()final UnitsetUser(String user)final StringgetOperationType()final UnitsetOperationType(String operationType)final StringgetTargetTableName()final UnitsetTargetTableName(String targetTableName)final LonggetEntityId()final UnitsetEntityId(Long entityId)final StringgetChangedFields()final UnitsetChangedFields(String changedFields)AuditLogtoModel()-
Methods inherited from class org.jetbrains.exposed.dao.Entity
delete, flush, getDb, getId, getKlass, getReadValues, getValue, getValue, getValue, getValue, getWriteValues, get_readValues, lookup, lookupInReadValues, refresh, setValue, setValue, setValue, setValue, set_readValues, storeWrittenValues, via, via -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AuditLogDao
AuditLogDao(EntityID<Long> id)
-
-
Method Detail
-
getCreationDate
final LocalDateTime getCreationDate()
-
setCreationDate
final Unit setCreationDate(LocalDateTime creationDate)
-
getOperationType
final String getOperationType()
-
setOperationType
final Unit setOperationType(String operationType)
-
getTargetTableName
final String getTargetTableName()
-
setTargetTableName
final Unit setTargetTableName(String targetTableName)
-
getEntityId
final Long getEntityId()
-
setEntityId
final Unit setEntityId(Long entityId)
-
getChangedFields
final String getChangedFields()
-
setChangedFields
final Unit setChangedFields(String changedFields)
-
-
-
-