Uses of Class
com.avoka.tm.vo.Txn
-
Packages that use Txn Package Description com.avoka.fc.core.test.func Provides a Form Command Hander test framework.com.avoka.tm.func Provides Fluent Function classes.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of Txn in com.avoka.fc.core.test.func
Fields in com.avoka.fc.core.test.func declared as Txn Modifier and Type Field Description TxnResult. txnThe submission object resulting from the test execution. -
Uses of Txn in com.avoka.tm.func
Fields in com.avoka.tm.func declared as Txn Modifier and Type Field Description TxnFuncParam. txnThe transaction VO.Constructors in com.avoka.tm.func with parameters of type Txn Constructor Description FuncParam(String trigger, Document appDoc, Map<String,Object> params, HttpServletRequest request, SvcDef svcDef, Txn txn, User user)Create a FuncParam value object with the given attributes. -
Uses of Txn in com.avoka.tm.vo
Methods in com.avoka.tm.vo that return Txn Modifier and Type Method Description TxnTxnVoBuilder. build(Submission submission)Return a new Txn value object for the given submission record and fetch parameters.static TxnMarshalUtils. marshalTxn(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.
-