Uses of Class
com.avoka.tm.vo.Txn
Package
Description
Provides Fluent Function classes.
Provides Collaboration Job classes.
Provides Value Object Query classes.
Provides Service classes.
Provides Unit Testing support classes.
Provides Utility function classes.
Provides Value Object persistent entity classes.
-
Uses of Txn in com.avoka.tm.func
-
Uses of Txn in com.avoka.tm.job
Modifier and TypeMethodDescriptionstatic Txn
Jobs.getStartTxn
(Job job) Return the start transaction for the given job. -
Uses of Txn in com.avoka.tm.query
Modifier and TypeMethodDescriptionTxnQuery.firstValue()
Execute the query and return the first transaction value object for the query.Modifier and TypeMethodDescriptionTxnQuery.listValues()
Execute the transaction query and return a list of Txn value objects. -
Uses of Txn in com.avoka.tm.svc
Modifier and TypeMethodDescriptionDeliveryTxnBuilder.build()
Build a delivery transaction with a Delivery Status of "Ready" using the specified parameters.TxnBuilder.build()
Create a transaction based on the specified parameter and return the new Txn value object.TxnUpdater.update()
Update the identified transaction with the specified parameters, and return a new immutable Txn value object.Modifier and TypeMethodDescriptionSet the transaction to resolve the email service with.Set the transaction to associate with the error log.Set the transaction to associate with the event log.Set the transaction parameter.Modifier and TypeMethodDescriptionSet the transaction list parameter.ModifierConstructorDescriptionTxnCheckpointSvc
(Txn txn) Create a transaction delivery checkpoint service for the given transaction.TxnUpdater
(Txn txn) Create a transaction updater for the given txn value object. -
Uses of Txn in com.avoka.tm.test
Modifier and TypeMethodDescriptionMockVoBuilder.createTxnCompletedWithFormAndXml
(Form form) Create a completed transaction entity with the given form.MockVoBuilder.createTxnCompletedWithFormAndXml
(Form form, String formXmlData) Create a completed transaction entity with the given form and XML form data.MockVoBuilder.createTxnCompletedWithXml
(String formXmlData) Create a completed transaction entity with the given XML form data.MockVoBuilder.createTxnDeliveryReadyWithXml
(String formXmlData) Create a completed transaction entity with the given form and XML form data.MockVoBuilder.createTxnOpened()
Create a opened transaction entity.MockVoBuilder.createTxnSavedWithXml
(String formXmlData) Create a saved transaction entity with the given XML form data.MockVoBuilder.createTxnSavedWithXml
(String clientName, String formXmlData) Create a saved transaction entity with the given XML form data and Client Name.MockVoBuilder.createTxnSubmittedWithFormAndXml
(Form form) Create a submitted transaction entity with the given form.MockVoBuilder.createTxnSubmittedWithFormAndXml
(Form form, String formXmlData) Create a submitted transaction entity with the given form and XML form data.MockVoBuilder.createTxnSubmittedWithXml
(String formXmlData) Create a submitted transaction entity with the given XML form data.MockVoBuilder.createTxnTaskWithXml
(String formXmlData) Create an assigned Submission form task entity with the given XML form data.MockVoBuilder.createTxnTaskWithXml
(String clientName, String formXmlData) Create an assigned Submission form task entity with the given XML and client name. -
Uses of Txn in com.avoka.tm.util
Modifier and TypeMethodDescriptionstatic void
Security.addSessionReceiptSecurityTokens
(jakarta.servlet.http.HttpServletRequest request, Txn txn) Add the transaction PDF receipt security access tokens to the session.static void
Security.addSessionTxnSecurityTokens
(jakarta.servlet.http.HttpServletRequest request, Txn txn) Add the transaction security access tokens to the session.Set the transaction property. -
Uses of Txn in com.avoka.tm.vo
Modifier and TypeMethodDescriptionTxnVoBuilder.build
(com.avoka.fc.core.entity.Submission submission) Return a new Txn value object for the given submission record and fetch parameters.static Txn
MarshalUtils.marshalTxn
(com.avoka.fc.core.entity.Submission sub, boolean withFormDataMap, boolean withFormXml, boolean withGroupNames, boolean withPropertyMap, boolean withReceiptPdf, boolean withFileAttachList, boolean withDeliveryFuncs, boolean withComments) Marshal a submission entity into a new Txn value object.