Uses of Class
com.avoka.fc.core.entity.AuditLog
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides Value Object persistent entity classes.
-
Uses of AuditLog in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionAuditLogDao.createAuditLogRecord
(BaseEntity entity, String message, String type) Create an audit log recordAuditLogDao.createAuditLogRecord
(BaseEntity entity, String message, String type, Submission submission) Create an audit log recordModifier and TypeMethodDescriptionAuditLogDao.getAuditLogList
(String clientId, String changedBy, String operation, String message, String entityName, String entityId, Date startDate, Date endDate, int pageSize, int fetchLimit) Return a list of audit log records matching the search criteriaAuditLogDao.getAuditLogList
(String clientId, String changedBy, String message, String entityName, String entityId, Date startDate, Date endDate, String sortBy, boolean ascending, int pageSize) Return a list of audit log records matching the search criteriaAuditLogDao.getAuditLogList
(String clientId, String changedBy, String message, String entityName, String entityId, Date startDate, Date endDate, String sortBy, boolean ascending, int pageSize, int fetchLimit) Return a list of audit log records matching the search criteriaModifier and TypeMethodDescriptionvoid
AuditLogDao.iterateOverFullAuditLog
(org.apache.cayenne.ResultIteratorCallback<AuditLog> op) Iterates over the FULL audit log, sorted ascending by audit datetime, applying provided callback. -
Uses of AuditLog in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescription_Submission.AUDIT_LOGS
Provides the 'AUDIT_LOGS' property._UserAccount.AUDIT_LOGS
Provides the 'AUDIT_LOGS' property.Modifier and TypeMethodDescription_Submission.getAuditLogs()
Return the AuditLogs._UserAccount.getAuditLogs()
Return the AuditLogs.Modifier and TypeMethodDescriptionvoid
_Submission.addToAuditLogs
(AuditLog obj) Add the AuditLogs object.void
_UserAccount.addToAuditLogs
(AuditLog obj) Add the AuditLogs object.void
_Submission.removeFromAuditLogs
(AuditLog obj) Remove the AuditLogs object.void
_UserAccount.removeFromAuditLogs
(AuditLog obj) Remove the AuditLogs object. -
Uses of AuditLog in com.avoka.fc.core.sysevent
Modifier and TypeMethodDescriptionvoid
SysEventBuilder.ISysEventBuilder.addAuditLog
(AuditLog al) Registers the audit log for inclusion in the system event messages. -
Uses of AuditLog in com.avoka.tm.vo