Uses of Class
com.avoka.tm.vo.Txn
Packages that use 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
Fields in com.avoka.tm.func declared as TxnConstructors in com.avoka.tm.func with parameters of type Txn -
Uses of Txn in com.avoka.tm.job
Methods in com.avoka.tm.job that return TxnModifier and TypeMethodDescriptionstatic Txn
Jobs.getStartTxn
(Job job) Return the start transaction for the given job. -
Uses of Txn in com.avoka.tm.query
Methods in com.avoka.tm.query that return TxnModifier and TypeMethodDescriptionTxnQuery.firstValue()
Execute the query and return the first transaction value object for the query.Methods in com.avoka.tm.query that return types with arguments of type TxnModifier and TypeMethodDescriptionTxnQuery.listValues()
Execute the transaction query and return a list of Txn value objects.Methods in com.avoka.tm.query with parameters of type Txn -
Uses of Txn in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return TxnModifier 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.Methods in com.avoka.tm.svc with parameters of type TxnModifier 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.Method parameters in com.avoka.tm.svc with type arguments of type TxnModifier and TypeMethodDescriptionSet the transaction list parameter.Constructors in com.avoka.tm.svc with parameters of type TxnModifierConstructorDescriptionTxnCheckpointSvc
(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
Methods in com.avoka.tm.test that return TxnModifier 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
Methods in com.avoka.tm.util with parameters of type TxnModifier 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
Methods in com.avoka.tm.vo that return TxnModifier 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.