Uses of Class
com.avoka.fc.core.entity.SubmissionDeliveryFunc
-
Packages that use SubmissionDeliveryFunc Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of SubmissionDeliveryFunc in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return SubmissionDeliveryFunc Modifier and Type Method Description SubmissionDeliveryFunc
SubmissionDeliveryFuncDao. 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 SubmissionDeliveryFunc Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<SubmissionDeliveryFunc>>
_GroovyServiceLog. DELIVERY_FUNCTION
Provides the 'DELIVERY_FUNCTION' property.static org.apache.cayenne.exp.Property<List<SubmissionDeliveryFunc>>
_ServiceDefinition. DELIVERY_FUNCTIONS
Provides the 'DELIVERY_FUNCTIONS' property.static 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 SubmissionDeliveryFunc Modifier and Type Method Description List<SubmissionDeliveryFunc>
_GroovyServiceLog. getDeliveryFunction()
Return the DeliveryFunction.List<SubmissionDeliveryFunc>
_ServiceDefinition. getDeliveryFunctions()
Return the DeliveryFunctions.List<SubmissionDeliveryFunc>
_Submission. getDeliveryFunctions()
Return the DeliveryFunctions.Methods in com.avoka.fc.core.entity.auto with parameters of type SubmissionDeliveryFunc Modifier and Type Method Description void
_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 SubmissionDeliveryFunc Constructor Description TxnDeliveryFunc(SubmissionDeliveryFunc sdf)
Create a transaction delivery function value object.
-