Uses of Class
com.avoka.tm.vo.Txn
-
Packages that use Txn Package Description com.avoka.tm.func Provides Fluent Function classes.com.avoka.tm.job Provides Collaboration Job classes.com.avoka.tm.query Provides Value Object Query classes.com.avoka.tm.svc Provides Service classes.com.avoka.tm.test Provides Unit Testing support classes.com.avoka.tm.util Provides Utility function classes.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of Txn in com.avoka.tm.func
Fields in com.avoka.tm.func declared as Txn Modifier and Type Field Description Txn
FuncParam. txn
The transaction VO.Constructors in com.avoka.tm.func with parameters of type Txn Constructor Description FuncParam(String trigger, Document appDoc, Map<String,Object> params, javax.servlet.http.HttpServletRequest request, SvcDef svcDef, Txn txn, User user)
Create a FuncParam value object with the given attributes. -
Uses of Txn in com.avoka.tm.job
Methods in com.avoka.tm.job that return Txn Modifier and Type Method Description static 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 Txn Modifier and Type Method Description Txn
TxnQuery. 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 Txn Modifier and Type Method Description List<Txn>
TxnQuery. listValues()
Execute the transaction query and return a list of Txn value objects.Methods in com.avoka.tm.query with parameters of type Txn Modifier and Type Method Description PropertyQuery
PropertyQuery. setTxn(Txn txn)
Set the transaction to resolve the property value against.TxnQuery
TxnQuery. setTxn(Txn txn)
Set the transaction query parameter. -
Uses of Txn in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return Txn Modifier and Type Method Description Txn
DeliveryTxnBuilder. build()
Build a delivery transaction with a Delivery Status of "Ready" using the specified parameters.Txn
TxnBuilder. build()
Create a transaction based on the specified parameter and return the new Txn value object.Txn
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 Txn Modifier and Type Method Description Emailer
Emailer. setTxn(Txn txn)
Set the transaction to resolve the email service with.ErrorLogger
ErrorLogger. setTxn(Txn txn)
Set the transaction to associate with the error log.EventLogger
EventLogger. setTxn(Txn txn)
Set the transaction to associate with the event log.ReceiptSvc
ReceiptSvc. setTxn(Txn txn)
Set the transaction parameter.Method parameters in com.avoka.tm.svc with type arguments of type Txn Modifier and Type Method Description MergeReceiptSvc
MergeReceiptSvc. setTxns(List<Txn> txns)
Set the transaction list parameter.Constructors in com.avoka.tm.svc with parameters of type Txn Constructor Description TxnCheckpointSvc(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 Txn Modifier and Type Method Description Txn
MockVoBuilder. createTxnCompletedWithFormAndXml(Form form)
Create a completed transaction entity with the given form.Txn
MockVoBuilder. createTxnCompletedWithFormAndXml(Form form, String formXmlData)
Create a completed transaction entity with the given form and XML form data.Txn
MockVoBuilder. createTxnCompletedWithXml(String formXmlData)
Create a completed transaction entity with the given XML form data.Txn
MockVoBuilder. createTxnDeliveryReadyWithXml(String formXmlData)
Create a completed transaction entity with the given form and XML form data.Txn
MockVoBuilder. createTxnOpened()
Create a opened transaction entity.Txn
MockVoBuilder. createTxnSavedWithXml(String formXmlData)
Create a saved transaction entity with the given XML form data.Txn
MockVoBuilder. createTxnSubmittedWithFormAndXml(Form form)
Create a submitted transaction entity with the given form.Txn
MockVoBuilder. createTxnSubmittedWithFormAndXml(Form form, String formXmlData)
Create a submitted transaction entity with the given form and XML form data.Txn
MockVoBuilder. createTxnSubmittedWithXml(String formXmlData)
Create a submitted transaction entity with the given XML form data.Txn
MockVoBuilder. createTxnTaskWithXml(String formXmlData)
Create an assigned Submission form task entity with the given XML form data. -
Uses of Txn in com.avoka.tm.util
Methods in com.avoka.tm.util with parameters of type Txn Modifier and Type Method Description static void
Security. addSessionReceiptSecurityTokens(javax.servlet.http.HttpServletRequest request, Txn txn)
Add the transaction PDF receipt security access tokens to the session.static void
Security. addSessionTxnSecurityTokens(javax.servlet.http.HttpServletRequest request, Txn txn)
Add the transaction security access tokens to the session.TxnUrlBuilder
TxnUrlBuilder. setTxn(Txn txn)
Set the transaction property. -
Uses of Txn in com.avoka.tm.vo
Methods in com.avoka.tm.vo that return Txn Modifier and Type Method Description Txn
TxnVoBuilder. 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)
Marshal a submission entity into a new Txn value object.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.
-