Uses of Class
com.avoka.fc.core.entity.SubmissionDeliveryCheckpoint
Packages that use SubmissionDeliveryCheckpoint
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of SubmissionDeliveryCheckpoint in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type SubmissionDeliveryCheckpointModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property
<List<SubmissionDeliveryCheckpoint>> _Submission.DELIVERY_CHECKPOINTS
Provides the 'DELIVERY_CHECKPOINTS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type SubmissionDeliveryCheckpointModifier and TypeMethodDescription_Submission.getDeliveryCheckpoints()
Return the DeliveryCheckpoints.Methods in com.avoka.fc.core.entity.auto with parameters of type SubmissionDeliveryCheckpointModifier and TypeMethodDescriptionvoid
_Submission.addToDeliveryCheckpoints
(SubmissionDeliveryCheckpoint obj) Add the DeliveryCheckpoints object.void
_Submission.removeFromDeliveryCheckpoints
(SubmissionDeliveryCheckpoint obj) Remove the DeliveryCheckpoints object.