Uses of Class
com.avoka.fc.core.entity.DeliveryDetails
-
Packages that use DeliveryDetails Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity Provides the SmartForm Manager entity classes.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services.com.avoka.fc.core.service.impl Provides the SmartForm Manager service class implementation.com.avoka.fc.core.service.job.impl Provides Collaboration Jobs service classes.com.avoka.fc.core.service.submission Provides submission service implementations.com.avoka.fc.core.service.test Provides web automated test services.com.avoka.fc.core.util 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 DeliveryDetails Modifier and Type Method Description DeliveryDetails
DeliveryDetailsDao. getDeliveryDetailForClientAndName(Client client, String name)
Return a specific delivery details entryDeliveryDetails
DeliveryDetailsDao. 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 DeliveryDetails Modifier and Type Method Description List<DeliveryDetails>
DeliveryDetailsDao. getClientWSDeliveryDetailsList(Client client)
Return the web service delivery details defined for a clientList<DeliveryDetails>
DeliveryDetailsDao. getDefaultDeliveryChannelForClient(Client client)
Return the default delivery channel for a client, or null if none is marked as default.List<DeliveryDetails>
DeliveryDetailsDao. getDeliveryDetailsList(String clientId)
Return a list of available delivery details ordered by name.List<DeliveryDetails>
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 DeliveryDetails Modifier and Type Method Description List<Form>
FormDao. getFormsByDeliveryDetails(DeliveryDetails deliveryDetails, boolean isTestDelivery)
Gets the forms by delivery details.Submission
SubmissionDao. getNextRestDeliverySubmission(DeliveryDetails deliveryDetails)
Return the next REST delivery submission ready for delivery.Submission
SubmissionDao. getNextSubmissionsForDeliveryDetailsAndStatus(DeliveryDetails deliveryDetails, String deliveryStatus)
Return the next delivery submissions for the specified delivery details and delivery status.List<Submission>
SubmissionDao. getSubmissionsForDeliveryDetailsAndStatus(DeliveryDetails deliveryDetails, String deliveryStatus)
Return the delivery submissions for the specified delivery details and delivery status.List<Submission>
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 DeliveryDetails Modifier and Type Method Description DeliveryDetails
Client. 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 DeliveryDetails Modifier and Type Field Description static org.apache.cayenne.exp.Property<DeliveryDetails>
_Form. ABANDON_DELIVERY
Provides the 'ABANDON_DELIVERY' property.static org.apache.cayenne.exp.Property<DeliveryDetails>
_TemplateVersion. DELIVERY_ABANDON
Provides the 'DELIVERY_ABANDON' property.static org.apache.cayenne.exp.Property<DeliveryDetails>
_ApplicationDelivery. DELIVERY_DETAILS
Provides the 'DELIVERY_DETAILS' property.static org.apache.cayenne.exp.Property<List<DeliveryDetails>>
_Client. DELIVERY_DETAILS
Provides the 'DELIVERY_DETAILS' property.static org.apache.cayenne.exp.Property<List<DeliveryDetails>>
_ServiceDefinition. DELIVERY_DETAILS
Provides the 'DELIVERY_DETAILS' property.static org.apache.cayenne.exp.Property<DeliveryDetails>
_Submission. DELIVERY_DETAILS
Provides the 'DELIVERY_DETAILS' property.static org.apache.cayenne.exp.Property<DeliveryDetails>
_Form. DELIVERY_PROD
Provides the 'DELIVERY_PROD' property.static org.apache.cayenne.exp.Property<DeliveryDetails>
_TemplateVersion. DELIVERY_PROD
Provides the 'DELIVERY_PROD' property.static org.apache.cayenne.exp.Property<DeliveryDetails>
_Form. DELIVERY_TEST
Provides the 'DELIVERY_TEST' property.static org.apache.cayenne.exp.Property<DeliveryDetails>
_TemplateVersion. DELIVERY_TEST
Provides the 'DELIVERY_TEST' property.static org.apache.cayenne.exp.Property<DeliveryDetails>
_TemplateVersion. DELIVERY_VALIDATION
Provides the 'DELIVERY_VALIDATION' property.static org.apache.cayenne.exp.Property<DeliveryDetails>
_Form. VALIDATION_DELIVERY
Provides the 'VALIDATION_DELIVERY' property.Methods in com.avoka.fc.core.entity.auto that return DeliveryDetails Modifier and Type Method Description DeliveryDetails
_Form. getAbandonDelivery()
Return the AbandonDelivery.DeliveryDetails
_TemplateVersion. getDeliveryAbandon()
Return the DeliveryAbandon.DeliveryDetails
_ApplicationDelivery. getDeliveryDetails()
Return the DeliveryDetails.DeliveryDetails
_Submission. getDeliveryDetails()
Return the DeliveryDetails.DeliveryDetails
_Form. getDeliveryProd()
Return the DeliveryProd.DeliveryDetails
_TemplateVersion. getDeliveryProd()
Return the DeliveryProd.DeliveryDetails
_Form. getDeliveryTest()
Return the DeliveryTest.DeliveryDetails
_TemplateVersion. getDeliveryTest()
Return the DeliveryTest.DeliveryDetails
_TemplateVersion. getDeliveryValidation()
Return the DeliveryValidation.DeliveryDetails
_Form. getValidationDelivery()
Return the ValidationDelivery.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type DeliveryDetails Modifier and Type Method Description List<DeliveryDetails>
_Client. getDeliveryDetails()
Return the DeliveryDetails.List<DeliveryDetails>
_ServiceDefinition. getDeliveryDetails()
Return the DeliveryDetails.Methods in com.avoka.fc.core.entity.auto with parameters of type DeliveryDetails Modifier and Type Method Description void
_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 DeliveryDetails Modifier and Type Method Description Submission
ISubmissionDeliveryController. completeRESTDelivery(DeliveryDetails deliveryDetails, Submission submission, boolean deleteData, String processingStatus)
Complete REST Service submission delivery and return the completed submission.Object
IDeliveryProcessService. deliverSubmission(Submission submission, DeliveryDetails deliveryDetails)
Deliver the given submission using a delivery process and return the process invocation identifier.Submission
ISubmissionDeliveryController. errorRESTDelivery(DeliveryDetails deliveryDetails, Submission submission, String errorMessage, HttpServletRequest request)
Set a REST submission delivery error and return the updated submission.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 DeliveryDetails Modifier and Type Method Description Object
FluentDeliveryProcessService. 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 DeliveryDetails Modifier and Type Method Description Submission
SubmissionDeliveryControllerService. completeRESTDelivery(DeliveryDetails deliveryDetails, Submission submission, boolean deleteData, String processingStatus)
Complete REST Service submission delivery and return the completed submission.Object
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.Submission
SubmissionDeliveryControllerService. errorRESTDelivery(DeliveryDetails deliveryDetails, Submission submission, String errorMessage, HttpServletRequest request)
Set a REST submission delivery error and return the updated submission.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 DeliveryDetails Modifier and Type Method Description protected 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 DeliveryDetails Modifier and Type Method Description String
TrashCanDeliveryProcess. 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 DeliveryDetails Modifier and Type Method Description DeliveryDetails
MockEntityUtils. 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 DeliveryDetails Modifier and Type Method Description static DeliveryDetails
SubmissionUtils. resolveDeliveryDetails(Submission submission)
Resolve the delivery details for the submission object.Methods in com.avoka.fc.core.util with parameters of type DeliveryDetails Modifier and Type Method Description static Map<String,DataDocument>
SubmissionUtils. getDeliveryAttachmentsMap(Submission submission, DeliveryDetails deliveryDetails, boolean deliveryAttachments)
Return the submission delivery attachments map, keyed on attachment key.
-