Uses of Class
com.avoka.tm.svc.TxnUpdater
Packages that use TxnUpdater
-
Uses of TxnUpdater in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return TxnUpdaterModifier and TypeMethodDescriptionTxnUpdater.addComment
(Comment comment) Add comment to the transaction.TxnUpdater.addFileAttach
(FileAttach fileAttach) Add the given file attachment to the transaction.TxnUpdater.addFormDataExtract
(String name, String value) Add form data (data extract) to the transaction.TxnUpdater.addMilestone
(String milestone) Add the transaction milestone event (maximum 100 characters).TxnUpdater.addSegment
(String name, String value) Add the transaction segment event name and valueTxnUpdater.addServiceCallLog
(String svcName, String info, String url) Add a service call log to the transaction.TxnUpdater.removeFileAttach
(FileAttach fileAttach) Remove the given file attachment from the transaction.TxnUpdater.removeFormDataExtract
(String name) Remove form data (data extract) from the transaction.TxnUpdater.removeProperty
(String name) Specify the property to remove from the transaction.TxnUpdater.returnNull()
Set the updater to return null instead of a transaction object.TxnUpdater.setAbandonMode
(TxnUpdater.AbandonMode abandonMode) Perform an abandonment on the transaction to be purgedTxnUpdater.setAttachmentsStatus
(String attachmentsStatus) The attachments status value to set on the transaction.TxnUpdater.setBillableFlag
(boolean billableFlag) Set the billable flag of the submission.TxnUpdater.setDeliveryChannel
(String deliveryChannel) The organization delivery channel to associate with the transaction.TxnUpdater.setDeliveryStatus
(String deliveryStatus) The delivery status value to set on the transaction.TxnUpdater.setExternalUserId
(String externalUserId) Set external user id to the transaction.TxnUpdater.setFormStatus
(String formStatus) Set the form status value to set on the transaction [ Txn.FORM_SAVED | Txn.FORM_COMPLETED | Txn.FORM_ABANDONED ].TxnUpdater.setFormVersionNumber
(String formVersionNumber) Set the form version number for the transaction.TxnUpdater.setFormXml
(String formXml) The form XML data value to set on the transaction.TxnUpdater.setGroupName
(String groupName) Set group name parameter.TxnUpdater.setGroupNames
(Collection<String> groupNames) Set group names parameter.Set the transaction id (PK) to identify the transaction to update.TxnUpdater.setLinkedTxnId
(Number linkedTxnId) Set the previous transaction id to update previous submission and linkedTxnId.TxnUpdater.setPaymentStatus
(String paymentStatus) The payment status value to set on the transaction.TxnUpdater.setProcessStatus
(String processStatus) Set the Process Status.TxnUpdater.setProperty
(String name, String value) Specify the property name and value to add or update on the transaction.TxnUpdater.setReceiptNumber
(String receiptNumber) Set the Receipt Number.TxnUpdater.setReceiptStatusReady()
Set the transaction PDF receipt generation status to be ready.TxnUpdater.setSaveChallengeAnswer
(String saveChallengeAnswer) Set save challenge answer to the transaction.TxnUpdater.setSaveChallengeLocked
(Boolean saveChallengeLocked) Set save challenge locked to the transaction.TxnUpdater.setSaveChallengeTimeout
(Date saveChallengeTimeout) Set save challenge timeout to the transaction.The space value to set on the transaction.TxnUpdater.setTaskAllowClaim
(boolean taskAllowClaim) Set the Task Allow Claim FlagTxnUpdater.setTimeTaskExpiry
(Date timeTaskExpiry) Set the Task Expiry TimeTxnUpdater.setTimeTxnExpiry
(Date timeTxnExpiry) Set the Txn Expiry DateThe user value to set on the transaction.TxnUpdater.setUserSaved
(boolean userSaved) Set the user saved to the transaction.TxnUpdater.withAll()
Set the updater to return the transaction with all the associated attachments map, form data map, form XML, group names, property map, receipt PDF data, etc.TxnUpdater.withComments()
Set the updater to return the transaction with the comments.TxnUpdater.withDeliveryFuncs()
Set the updater to return the transaction with the associated transaction delivery functions.TxnUpdater.withFileAttachList()
Set the updater to return the transaction with the associated file attachment list.TxnUpdater.withFormDataMap()
Set the updater to return the transaction with the associated form data map information.TxnUpdater.withFormXml()
Set the updater to return the transaction with the associated form XML information.TxnUpdater.withGroupNames()
Set the updater to return the transaction with the associated group names information.TxnUpdater.withNone()
Set the updater to return the transaction with none of the associated attachments map, form data map, form XML, group names, property map, receipt PDF data, etc.TxnUpdater.withPropertyMap()
Set the updater to return the transaction with the associated property map information.TxnUpdater.withReceiptPdf()
Set the updater to return the transaction with the associated receipt PDF data.