TxnUpdater |
TxnUpdater.addFileAttach(FileAttach fileAttach) |
Add the given file attachment to the transaction.
|
TxnUpdater |
TxnUpdater.addFormDataExtract(java.lang.String name,
java.lang.String value) |
Add form data (data extract) to the transaction.
|
TxnUpdater |
TxnUpdater.addMilestone(java.lang.String milestone) |
Add the transaction milestone event (maximum 100 characters).
|
TxnUpdater |
TxnUpdater.addSegment(java.lang.String name,
java.lang.String value) |
Add the transaction segment event name and value
|
TxnUpdater |
TxnUpdater.addServiceCallLog(java.lang.String svcName,
java.lang.String info,
java.lang.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(java.lang.String name) |
Remove form data (data extract) from the transaction.
|
TxnUpdater |
TxnUpdater.removeProperty(java.lang.String name) |
Specify the property to remove from the transaction.
|
TxnUpdater |
TxnUpdater.setAttachmentsStatus(java.lang.String attachmentsStatus) |
The attachments status value to set on the transaction.
|
TxnUpdater |
TxnUpdater.setDeliveryChannel(java.lang.String deliveryChannel) |
The organization delivery channel to associate with the transaction.
|
TxnUpdater |
TxnUpdater.setDeliveryStatus(java.lang.String deliveryStatus) |
The delivery status value to set on the transaction.
|
TxnUpdater |
TxnUpdater.setExternalUserId(java.lang.String externalUserId) |
Set external user id to the transaction.
|
TxnUpdater |
TxnUpdater.setFormStatus(java.lang.String formStatus) |
Set the form status value to set on the transaction [ Txn.FORM_SAVED | Txn.FORM_COMPLETED | Txn.FORM_ABANDONED ].
|
TxnUpdater |
TxnUpdater.setFormVersionNumber(java.lang.String formVersionNumber) |
Set the form version number for the transaction.
|
TxnUpdater |
TxnUpdater.setFormXml(java.lang.String formXml) |
The form XML data value to set on the transaction.
|
TxnUpdater |
TxnUpdater.setGroupName(java.lang.String groupName) |
Set group name parameter.
|
TxnUpdater |
TxnUpdater.setGroupNames(java.util.Collection<java.lang.String> groupNames) |
Set group names parameter.
|
TxnUpdater |
TxnUpdater.setId(java.lang.Number id) |
Set the transaction id (PK) to identify the transaction to update.
|
TxnUpdater |
TxnUpdater.setPaymentStatus(java.lang.String paymentStatus) |
The payment status value to set on the transaction.
|
TxnUpdater |
TxnUpdater.setProperty(java.lang.String name,
java.lang.String value) |
Specify the property name and value to add or update on the transaction.
|
TxnUpdater |
TxnUpdater.setReceiptStatusReady() |
Set the transaction PDF receipt generation status to be ready.
|
TxnUpdater |
TxnUpdater.setSaveChallengeAnswer(java.lang.String saveChallengeAnswer) |
Set save challenge answer to the transaction.
|
TxnUpdater |
TxnUpdater.setSaveChallengeTimeout(java.util.Date saveChallengeTimeout) |
Set save challenge timeout to the transaction.
|
TxnUpdater |
TxnUpdater.setSpace(Space space) |
The space value to set on the transaction.
|
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.
|