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