Uses of Class
com.avoka.tm.vo.FileAttach
-
Packages that use FileAttach Package Description com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
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(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.
-