Uses of Class
com.avoka.tm.vo.FileAttach
-
Packages that use FileAttach Package Description com.avoka.tm.svc Provides Service classes.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of FileAttach in com.avoka.tm.svc
Methods in com.avoka.tm.svc with parameters of type FileAttach Modifier and Type Method Description DeliveryTxnBuilder
DeliveryTxnBuilder. addFileAttach(FileAttach fileAttach)
Add the file attachment to the transaction (optional).TxnBuilder
TxnBuilder. addFileAttach(FileAttach fileAttach)
Add the given file attachment to the transaction.TxnUpdater
TxnUpdater. addFileAttach(FileAttach fileAttach)
Add the given file attachment to the transaction.TxnUpdater
TxnUpdater. removeFileAttach(FileAttach fileAttach)
Remove the given file attachment from the transaction. -
Uses of FileAttach in com.avoka.tm.vo
Methods in com.avoka.tm.vo that return types with arguments of type FileAttach Modifier and Type Method Description List<FileAttach>
Txn. getFileAttachList()
The file attachments list.Constructor parameters in com.avoka.tm.vo with type arguments of type FileAttach Constructor Description Txn(com.avoka.fc.core.entity.Submission sub, Map<String,String> formDataMap, String formXml, Set<String> groupNames, Map<String,String> propertyMap, byte[] receiptPdf, List<FileAttach> fileAttachList, List<TxnDeliveryFunc> deliveryFuncs, List<Comment> commentList)
Create a Txn value object with the given parameters.
-