Uses of Class
com.avoka.fc.core.entity.SubmissionServiceLog
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of SubmissionServiceLog in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionSubmissionServiceDao.getServiceLogByName
(Submission submission, String serviceName) Return the submission service entries for the given submission and service name, sorted ascending by creation date (oldest first).org.apache.cayenne.ResultIterator<SubmissionServiceLog>
SubmissionServiceDao.getSubmissionServiceForLicensing()
Return the set of transactions that shall be published for licensing.SubmissionServiceDao.getSubServiceLog
(String keyword, String clientId, Date startDate, Date endDate) Return the submission service log records for the given query criteria. -
Uses of SubmissionServiceLog in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<SubmissionServiceLog>>
_Submission.SUBMISSION_SERVICE_LOGS
Provides the 'SUBMISSION_SERVICE_LOGS' property.Modifier and TypeMethodDescription_Submission.getSubmissionServiceLogs()
Return the SubmissionServiceLogs.Modifier and TypeMethodDescriptionvoid
_Submission.addToSubmissionServiceLogs
(SubmissionServiceLog obj) Add the SubmissionServiceLogs object.void
_Submission.removeFromSubmissionServiceLogs
(SubmissionServiceLog obj) Remove the SubmissionServiceLogs object.