Uses of Class
com.avoka.tm.vo.FileAttach
Packages that use FileAttach
Package
Description
Provides Service classes.
Provides Value Object persistent entity classes.
-
Uses of FileAttach in com.avoka.tm.svc
Methods in com.avoka.tm.svc with parameters of type FileAttachModifier and TypeMethodDescriptionDeliveryTxnBuilder.addFileAttach
(FileAttach fileAttach) Add the file attachment to the transaction (optional).TxnBuilder.addFileAttach
(FileAttach fileAttach) Add the given file attachment to the transaction.TxnUpdater.addFileAttach
(FileAttach fileAttach) Add the given file attachment to the transaction.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 FileAttachConstructor parameters in com.avoka.tm.vo with type arguments of type FileAttachModifierConstructorDescriptionTxn
(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. -
Uses of FileAttach in com.avoka.tm.vo.v1
Methods in com.avoka.tm.vo.v1 that return types with arguments of type FileAttachMethod parameters in com.avoka.tm.vo.v1 with type arguments of type FileAttachModifier and TypeMethodDescriptionvoid
Transaction.setFileAttachments
(List<FileAttach> fileAttachments)