Uses of Class
com.avoka.fc.core.entity.ProcessingStatus
Packages that use ProcessingStatus
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 ProcessingStatus in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return ProcessingStatusModifier and TypeMethodDescriptionSubmissionDao.addProcessingStatus
(Submission submission, String status, UserAccount user) Return a processing status entry to a submission.SubmissionDao.addProcessingStatusWithLoginName
(Submission submission, String status, String loginName) Return a processing status entry to a submission.ProcessingStatusDao.getProcessingStatus
(Object id) Return the processing status with the specified OID -
Uses of ProcessingStatus in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type ProcessingStatusModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property
<List<ProcessingStatus>> _Submission.PROCESSING_STATUSES
Provides the 'PROCESSING_STATUSES' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ProcessingStatusModifier and TypeMethodDescription_Submission.getProcessingStatuses()
Return the ProcessingStatuses.Methods in com.avoka.fc.core.entity.auto with parameters of type ProcessingStatusModifier and TypeMethodDescriptionvoid
_Submission.addToProcessingStatuses
(ProcessingStatus obj) Add the ProcessingStatuses object.void
_Submission.removeFromProcessingStatuses
(ProcessingStatus obj) Remove the ProcessingStatuses object.