Uses of Class
com.avoka.fc.core.entity.SubmissionServiceLog
-
Packages that use SubmissionServiceLog Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto 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 SubmissionServiceLog Modifier and Type Method Description List<SubmissionServiceLog>
SubmissionServiceDao. 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.List<SubmissionServiceLog>
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 SubmissionServiceLog Modifier and Type Field Description static 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 SubmissionServiceLog Modifier and Type Method Description List<SubmissionServiceLog>
_Submission. getSubmissionServiceLogs()
Return the SubmissionServiceLogs.Methods in com.avoka.fc.core.entity.auto with parameters of type SubmissionServiceLog Modifier and Type Method Description void
_Submission. addToSubmissionServiceLogs(SubmissionServiceLog obj)
Add the SubmissionServiceLogs object.void
_Submission. removeFromSubmissionServiceLogs(SubmissionServiceLog obj)
Remove the SubmissionServiceLogs object.
-