Uses of Class
com.avoka.fc.core.entity.SubmissionServiceLog
Packages that use 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
Methods in com.avoka.fc.core.dao that return types with arguments of type SubmissionServiceLogModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type SubmissionServiceLogModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property
<List<SubmissionServiceLog>> _Submission.SUBMISSION_SERVICE_LOGS
Provides the 'SUBMISSION_SERVICE_LOGS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type SubmissionServiceLogModifier and TypeMethodDescription_Submission.getSubmissionServiceLogs()
Return the SubmissionServiceLogs.Methods in com.avoka.fc.core.entity.auto with parameters of type SubmissionServiceLogModifier and TypeMethodDescriptionvoid
_Submission.addToSubmissionServiceLogs
(SubmissionServiceLog obj) Add the SubmissionServiceLogs object.void
_Submission.removeFromSubmissionServiceLogs
(SubmissionServiceLog obj) Remove the SubmissionServiceLogs object.