Uses of Class
com.avoka.fc.core.entity.SubmissionAsyncMsg
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 submission service implementations.
-
Uses of SubmissionAsyncMsg in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionSubmissionAsyncMsgDao.getAsyncMsgForID
(Object id) Return the submission async message for the given primary key.SubmissionAsyncMsgDao.getAsyncMsgForKey
(String msgKey) Return the submission async message for the given msg key.Modifier and TypeMethodDescriptionSubmissionAsyncMsgDao.getReadyAsyncMsgsForExpiry()
Return list of 'Ready' status async messages which have expiredSubmissionAsyncMsgDao.getReadyAsyncMsgsForTopic
(String topic, int fetchLimit) Return list of 'Ready' status async messages for given topic. -
Uses of SubmissionAsyncMsg in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<SubmissionAsyncMsg>>
_Submission.ASYNC_MSGS
Provides the 'ASYNC_MSGS' property.static final org.apache.cayenne.exp.Property<SubmissionAsyncMsg>
_SubmissionAsyncMsgBody.SUBMISSION_ASYNC_MSG
Provides the 'SUBMISSION_ASYNC_MSG' property.Modifier and TypeMethodDescription_SubmissionAsyncMsgBody.getSubmissionAsyncMsg()
Return the SubmissionAsyncMsg.Modifier and TypeMethodDescriptionvoid
_Submission.addToAsyncMsgs
(SubmissionAsyncMsg obj) Add the AsyncMsgs object.void
_Submission.removeFromAsyncMsgs
(SubmissionAsyncMsg obj) Remove the AsyncMsgs object.void
_SubmissionAsyncMsgBody.setSubmissionAsyncMsg
(SubmissionAsyncMsg submissionAsyncMsg) Set the SubmissionAsyncMsg. -
Uses of SubmissionAsyncMsg in com.avoka.fc.core.service.submission
Modifier and TypeMethodDescriptionAsyncMessageService.createRequestMsg
(Submission submission, String topic, String requestMsg, Date expiryTime) Create a request message with the status of 'Ready'.Modifier and TypeMethodDescriptionvoid
AsyncMessageService.setExpiredStatus
(SubmissionAsyncMsg asyncMsg) Set the expired status on the given message.void
AsyncMessageService.setReceivedStatus
(SubmissionAsyncMsg asyncMsg) Set the message received status.void
AsyncMessageService.setResponseMsg
(SubmissionAsyncMsg asyncMsg, String responseMsg) Set the message response and update status to "Completed".Modifier and TypeMethodDescriptionvoid
AsyncMessageService.setExpiredStatus
(List<SubmissionAsyncMsg> asyncMsgList) Set the expired status on the given list of messages.