Uses of Class
com.avoka.fc.core.entity.SubmissionDeliveryFunc
Packages that use 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
Methods in com.avoka.fc.core.dao that return SubmissionDeliveryFuncModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type SubmissionDeliveryFuncModifier 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.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type SubmissionDeliveryFuncModifier and TypeMethodDescription_GroovyServiceLog.getDeliveryFunction()
Return the DeliveryFunction._ServiceDefinition.getDeliveryFunctions()
Return the DeliveryFunctions._Submission.getDeliveryFunctions()
Return the DeliveryFunctions.Methods in com.avoka.fc.core.entity.auto with parameters of type SubmissionDeliveryFuncModifier 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
Constructors in com.avoka.tm.vo with parameters of type SubmissionDeliveryFuncModifierConstructorDescriptionCreate a transaction delivery function value object.