Uses of Class
com.avoka.fc.core.entity.SubmissionDeliveryFunc
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 Value Object persistent entity classes.
-
Uses of SubmissionDeliveryFunc in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionSubmissionDeliveryFuncDao.getFuncForSubmission
(Submission submission, ServiceDefinition deliveryService) Return the SubmissionDeliveryFunc for the given submission and service definition. -
Uses of SubmissionDeliveryFunc in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<SubmissionDeliveryFunc>>
_GroovyServiceLog.DELIVERY_FUNCTION
Provides the 'DELIVERY_FUNCTION' property.static final org.apache.cayenne.exp.Property<List<SubmissionDeliveryFunc>>
_ServiceDefinition.DELIVERY_FUNCTIONS
Provides the 'DELIVERY_FUNCTIONS' property.static final org.apache.cayenne.exp.Property<List<SubmissionDeliveryFunc>>
_Submission.DELIVERY_FUNCTIONS
Provides the 'DELIVERY_FUNCTIONS' property.Modifier and TypeMethodDescription_GroovyServiceLog.getDeliveryFunction()
Return the DeliveryFunction._ServiceDefinition.getDeliveryFunctions()
Return the DeliveryFunctions._Submission.getDeliveryFunctions()
Return the DeliveryFunctions.Modifier and TypeMethodDescriptionvoid
_GroovyServiceLog.addToDeliveryFunction
(SubmissionDeliveryFunc obj) Add the DeliveryFunction object.void
_ServiceDefinition.addToDeliveryFunctions
(SubmissionDeliveryFunc obj) Add the DeliveryFunctions object.void
_Submission.addToDeliveryFunctions
(SubmissionDeliveryFunc obj) Add the DeliveryFunctions object.void
_GroovyServiceLog.removeFromDeliveryFunction
(SubmissionDeliveryFunc obj) Remove the DeliveryFunction object.void
_ServiceDefinition.removeFromDeliveryFunctions
(SubmissionDeliveryFunc obj) Remove the DeliveryFunctions object.void
_Submission.removeFromDeliveryFunctions
(SubmissionDeliveryFunc obj) Remove the DeliveryFunctions object. -
Uses of SubmissionDeliveryFunc in com.avoka.tm.vo
ModifierConstructorDescriptionCreate a transaction delivery function value object.