Uses of Class
com.avoka.fc.core.entity.EventLog
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 the SmartForm Manager service classes.
Provides web automated test services.
Provides Value Object persistent entity classes.
-
Uses of EventLog in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionEventLogDao.getEventLogList
(Long clientId, String eventId, String type, String messageFilter, String message, String submissionId, String submissionFilter, Date startDate, Date endDate, String sortBy, boolean ascending, int pageSize, int fetchLimit) Return a list of event log records matching the specified search criteria.EventLogDao.getEventLogList
(String eventId, String type, String messageFilter, String message, String submissionId, String submissionFilter, Date startDate, Date endDate, String sortBy, boolean ascending, int pageSize, int fetchLimit) Return a list of event log records matching the specified search criteria.EventLogDao.getEventLogList
(String eventId, String type, String messageFilter, String message, String submissionId, Date startDate, Date endDate, String sortBy, boolean ascending, int pageSize) Return a list of event log records matching the specified search criteria.EventLogDao.getSubmissionEvents
(Object submissionId) Return the list of event log entries associated with a submission (note: the query uses the generic fetch limit and is thus used in lieu of submission.getEvents() for performance reasons) -
Uses of EventLog in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescription_EmailQueue.EVENT_LOG
Provides the 'EVENT_LOG' property.static final org.apache.cayenne.exp.Property<EventLog>
_IntegrityCheckerLog.EVENT_LOG
Provides the 'EVENT_LOG' property._ServerNode.EVENT_LOG
Provides the 'EVENT_LOG' property._Submission.EVENT_LOG
Provides the 'EVENT_LOG' property.Modifier and TypeMethodDescription_EmailQueue.getEventLog()
Return the EventLog._ServerNode.getEventLog()
Return the EventLog._Submission.getEventLog()
Return the EventLog.Modifier and TypeMethodDescriptionvoid
_EmailQueue.addToEventLog
(EventLog obj) Add the EventLog object.void
_ServerNode.addToEventLog
(EventLog obj) Add the EventLog object.void
_Submission.addToEventLog
(EventLog obj) Add the EventLog object.void
_EmailQueue.removeFromEventLog
(EventLog obj) Remove the EventLog object.void
_ServerNode.removeFromEventLog
(EventLog obj) Remove the EventLog object.void
_Submission.removeFromEventLog
(EventLog obj) Remove the EventLog object.void
_IntegrityCheckerLog.setEventLog
(EventLog eventLog) Set the EventLog. -
Uses of EventLog in com.avoka.fc.core.service
Modifier and TypeMethodDescriptionvoid
IntegrityCheckerLogService.createIntegrityCheckerLog
(DatabaseIntegrityCheckerService.IntegrityType integrityType, EventLog eventLog, String message) create a new IntegrityCheckerLog entity. -
Uses of EventLog in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createEventLog
(Submission submission) Create a mock EventLog. -
Uses of EventLog in com.avoka.fc.core.sysevent
Modifier and TypeMethodDescriptionvoid
SysEventBuilder.ISysEventBuilder.addEventLog
(EventLog el) Registers the Event Log for inclusion in the system event messages. -
Uses of EventLog in com.avoka.tm.vo