Uses of Class
com.avoka.fc.core.entity.DeliveryDetails
Packages that use DeliveryDetails
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity classes.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides the SmartForm Manager service classes.
Provides the Fluent Groovy API services.
Provides the SmartForm Manager service class implementation.
Provides Collaboration Jobs service classes.
Provides submission service implementations.
Provides web automated test services.
Provides common utility classes and exception objects.
-
Uses of DeliveryDetails in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return DeliveryDetailsModifier and TypeMethodDescriptionDeliveryDetailsDao.getDeliveryDetailForClientAndName
(Client client, String name) Return a specific delivery details entryDeliveryDetailsDao.getDeliveryDetailsForPK
(Object id) Return the delivery details for the given primary key.Methods in com.avoka.fc.core.dao that return types with arguments of type DeliveryDetailsModifier and TypeMethodDescriptionDeliveryDetailsDao.getClientWSDeliveryDetailsList
(Client client) Return the web service delivery details defined for a clientDeliveryDetailsDao.getDefaultDeliveryChannelForClient
(Client client) Return the default delivery channel for a client, or null if none is marked as default.DeliveryDetailsDao.getDeliveryDetailsList
(String clientId) Return a list of available delivery details ordered by name.DeliveryDetailsDao.getDeliveryDetailsListForClient
(String clientId) Return the list of delivery details for a client, sorted by nameMethods in com.avoka.fc.core.dao with parameters of type DeliveryDetailsModifier and TypeMethodDescriptionFormDao.getFormsByDeliveryDetails
(DeliveryDetails deliveryDetails, boolean isTestDelivery) Gets the forms by delivery details.SubmissionDao.getNextRestDeliverySubmission
(DeliveryDetails deliveryDetails) Return the next REST delivery submission ready for delivery.SubmissionDao.getNextSubmissionsForDeliveryDetailsAndStatus
(DeliveryDetails deliveryDetails, String deliveryStatus) Return the next delivery submissions for the specified delivery details and delivery status.SubmissionDao.getSubmissionsForDeliveryDetailsAndStatus
(DeliveryDetails deliveryDetails, String deliveryStatus) Return the delivery submissions for the specified delivery details and delivery status.SubmissionDao.getSubmissionsForDeliveryDetailsAndStatus
(DeliveryDetails deliveryDetails, String deliveryStatus, int fetchLimit) Return the delivery submissions for the specified delivery details and delivery status. -
Uses of DeliveryDetails in com.avoka.fc.core.entity
Methods in com.avoka.fc.core.entity that return DeliveryDetailsModifier and TypeMethodDescriptionClient.getDefaultDeliveryDetails()
Return the default delivery details for the client, or null if not defined. -
Uses of DeliveryDetails in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type DeliveryDetailsModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<DeliveryDetails>
_Form.ABANDON_DELIVERY
Provides the 'ABANDON_DELIVERY' property.static final org.apache.cayenne.exp.Property<DeliveryDetails>
_TemplateVersion.DELIVERY_ABANDON
Provides the 'DELIVERY_ABANDON' property.static final org.apache.cayenne.exp.Property<DeliveryDetails>
_ApplicationDelivery.DELIVERY_DETAILS
Provides the 'DELIVERY_DETAILS' property.static final org.apache.cayenne.exp.Property<List<DeliveryDetails>>
_Client.DELIVERY_DETAILS
Provides the 'DELIVERY_DETAILS' property.static final org.apache.cayenne.exp.Property<List<DeliveryDetails>>
_ServiceDefinition.DELIVERY_DETAILS
Provides the 'DELIVERY_DETAILS' property.static final org.apache.cayenne.exp.Property<DeliveryDetails>
_Submission.DELIVERY_DETAILS
Provides the 'DELIVERY_DETAILS' property.static final org.apache.cayenne.exp.Property<DeliveryDetails>
_Form.DELIVERY_PROD
Provides the 'DELIVERY_PROD' property.static final org.apache.cayenne.exp.Property<DeliveryDetails>
_TemplateVersion.DELIVERY_PROD
Provides the 'DELIVERY_PROD' property.static final org.apache.cayenne.exp.Property<DeliveryDetails>
_Form.DELIVERY_TEST
Provides the 'DELIVERY_TEST' property.static final org.apache.cayenne.exp.Property<DeliveryDetails>
_TemplateVersion.DELIVERY_TEST
Provides the 'DELIVERY_TEST' property.static final org.apache.cayenne.exp.Property<DeliveryDetails>
_TemplateVersion.DELIVERY_VALIDATION
Provides the 'DELIVERY_VALIDATION' property.static final org.apache.cayenne.exp.Property<DeliveryDetails>
_Form.VALIDATION_DELIVERY
Provides the 'VALIDATION_DELIVERY' property.Methods in com.avoka.fc.core.entity.auto that return DeliveryDetailsModifier and TypeMethodDescription_Form.getAbandonDelivery()
Return the AbandonDelivery._TemplateVersion.getDeliveryAbandon()
Return the DeliveryAbandon._ApplicationDelivery.getDeliveryDetails()
Return the DeliveryDetails._Submission.getDeliveryDetails()
Return the DeliveryDetails._Form.getDeliveryProd()
Return the DeliveryProd._TemplateVersion.getDeliveryProd()
Return the DeliveryProd._Form.getDeliveryTest()
Return the DeliveryTest._TemplateVersion.getDeliveryTest()
Return the DeliveryTest._TemplateVersion.getDeliveryValidation()
Return the DeliveryValidation._Form.getValidationDelivery()
Return the ValidationDelivery.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type DeliveryDetailsModifier and TypeMethodDescription_Client.getDeliveryDetails()
Return the DeliveryDetails._ServiceDefinition.getDeliveryDetails()
Return the DeliveryDetails.Methods in com.avoka.fc.core.entity.auto with parameters of type DeliveryDetailsModifier and TypeMethodDescriptionvoid
_Client.addToDeliveryDetails
(DeliveryDetails obj) Add the DeliveryDetails object.void
_ServiceDefinition.addToDeliveryDetails
(DeliveryDetails obj) Add the DeliveryDetails object.void
_Client.removeFromDeliveryDetails
(DeliveryDetails obj) Remove the DeliveryDetails object.void
_ServiceDefinition.removeFromDeliveryDetails
(DeliveryDetails obj) Remove the DeliveryDetails object.void
_Form.setAbandonDelivery
(DeliveryDetails abandonDelivery) Set the AbandonDelivery.void
_TemplateVersion.setDeliveryAbandon
(DeliveryDetails deliveryAbandon) Set the DeliveryAbandon.void
_ApplicationDelivery.setDeliveryDetails
(DeliveryDetails deliveryDetails) Set the DeliveryDetails.void
_Submission.setDeliveryDetails
(DeliveryDetails deliveryDetails) Set the DeliveryDetails.void
_Form.setDeliveryProd
(DeliveryDetails deliveryProd) Set the DeliveryProd.void
_TemplateVersion.setDeliveryProd
(DeliveryDetails deliveryProd) Set the DeliveryProd.void
_Form.setDeliveryTest
(DeliveryDetails deliveryTest) Set the DeliveryTest.void
_TemplateVersion.setDeliveryTest
(DeliveryDetails deliveryTest) Set the DeliveryTest.void
_TemplateVersion.setDeliveryValidation
(DeliveryDetails deliveryValidation) Set the DeliveryValidation.void
_Form.setValidationDelivery
(DeliveryDetails validationDelivery) Set the ValidationDelivery. -
Uses of DeliveryDetails in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service with parameters of type DeliveryDetailsModifier and TypeMethodDescriptionISubmissionDeliveryController.completeRESTDelivery
(DeliveryDetails deliveryDetails, Submission submission, boolean deleteData, String processingStatus) Complete REST Service submission delivery and return the completed submission.IDeliveryProcessService.deliverSubmission
(Submission submission, DeliveryDetails deliveryDetails) Deliver the given submission using a delivery process and return the process invocation identifier.ISubmissionDeliveryController.errorRESTDelivery
(DeliveryDetails deliveryDetails, Submission submission, String errorMessage, HttpServletRequest request) Set a REST submission delivery error and return the updated submission.ISubmissionDeliveryController.getNextRESTSubmission
(DeliveryDetails deliveryDetails) Return the next submission ready for delivery for the given REST Service delivery details, and set the Submission delivery status to 'In Progress' or null otherwise. -
Uses of DeliveryDetails in com.avoka.fc.core.service.fluent
Methods in com.avoka.fc.core.service.fluent with parameters of type DeliveryDetailsModifier and TypeMethodDescriptionFluentDeliveryProcessService.deliverSubmission
(Submission submission, DeliveryDetails deliveryDetails) Deliver the given submission using a Fluent Groovy Script delivery process and return a delivery process invocation identifier if applicable. -
Uses of DeliveryDetails in com.avoka.fc.core.service.impl
Methods in com.avoka.fc.core.service.impl with parameters of type DeliveryDetailsModifier and TypeMethodDescriptionSubmissionDeliveryControllerService.completeRESTDelivery
(DeliveryDetails deliveryDetails, Submission submission, boolean deleteData, String processingStatus) Complete REST Service submission delivery and return the completed submission.GroovyDeliveryProcessService.deliverSubmission
(Submission submission, DeliveryDetails deliveryDetails) Deliver the given submission using a Groovy Script delivery process and return a delivery process invocation identifier if applicable.protected String
SubmissionDeliveryControllerService.deliverViaDeliveryProcess
(Submission submission, DeliveryDetails deliveryDetails, IDeliveryProcessService deliveryProcess, String deliveryServiceName) Deliver the given submission via Delivery Process using the delivery details provided.protected String
SubmissionDeliveryControllerService.deliverViaEmail
(Submission submission, DeliveryDetails deliveryDetails) Deliver the given submission via email using the delivery details provided.protected String
SubmissionDeliveryControllerService.deliverViaEmailSecure
(Submission submission, DeliveryDetails deliveryDetails) Deliver the given submission via email using the delivery details provided.SubmissionDeliveryControllerService.errorRESTDelivery
(DeliveryDetails deliveryDetails, Submission submission, String errorMessage, HttpServletRequest request) Set a REST submission delivery error and return the updated submission.SubmissionDeliveryControllerService.getNextRESTSubmission
(DeliveryDetails deliveryDetails) Return the next submission ready for delivery for the given REST Service delivery details, and set the Submission delivery status to 'In Progress' or null otherwise. -
Uses of DeliveryDetails in com.avoka.fc.core.service.job.impl
Methods in com.avoka.fc.core.service.job.impl that return DeliveryDetailsModifier and TypeMethodDescriptionprotected DeliveryDetails
JobDeliveryService.getDeliveryDetails
(Submission submission, String deliveryDetailsName, JobAction jobAction) Return the delivery details for the submission. -
Uses of DeliveryDetails in com.avoka.fc.core.service.submission
Methods in com.avoka.fc.core.service.submission with parameters of type DeliveryDetailsModifier and TypeMethodDescriptionTrashCanDeliveryProcess.deliverSubmission
(Submission submission, DeliveryDetails deliveryDetails) Delivery process which does nothing and returns null. -
Uses of DeliveryDetails in com.avoka.fc.core.service.test
Methods in com.avoka.fc.core.service.test that return DeliveryDetailsModifier and TypeMethodDescriptionMockEntityUtils.createDeliveryDetails
(Client client, String name, String method) Create a basic delivery channel for the given client. -
Uses of DeliveryDetails in com.avoka.fc.core.util
Methods in com.avoka.fc.core.util that return DeliveryDetailsModifier and TypeMethodDescriptionstatic DeliveryDetails
SubmissionUtils.resolveDeliveryDetails
(Submission submission) Resolve the delivery details for the submission object.Methods in com.avoka.fc.core.util with parameters of type DeliveryDetailsModifier and TypeMethodDescriptionstatic Map<String,
DataDocument> SubmissionUtils.getDeliveryAttachmentsMap
(Submission submission, DeliveryDetails deliveryDetails, boolean deliveryAttachments) Return the submission delivery attachments map, keyed on attachment key.