Uses of Class
com.avoka.fc.core.entity.SubmissionDeliveryCheckpoint
-
Packages that use SubmissionDeliveryCheckpoint Package Description com.avoka.fc.core.entity.auto 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 SubmissionDeliveryCheckpoint Modifier and Type Field Description static 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 SubmissionDeliveryCheckpoint Modifier and Type Method Description List<SubmissionDeliveryCheckpoint>
_Submission. getDeliveryCheckpoints()
Return the DeliveryCheckpoints.Methods in com.avoka.fc.core.entity.auto with parameters of type SubmissionDeliveryCheckpoint Modifier and Type Method Description void
_Submission. addToDeliveryCheckpoints(SubmissionDeliveryCheckpoint obj)
Add the DeliveryCheckpoints object.void
_Submission. removeFromDeliveryCheckpoints(SubmissionDeliveryCheckpoint obj)
Remove the DeliveryCheckpoints object.
-