public interface TrackPaymentActionsCmd extends TaskCommand
TrackPaymentActionsCmdImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class.
|
static java.lang.String |
NAME
The name of the Command Interface class.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.edp.model.AtomicPaymentData |
getEDPAtmPay()
This method gets
edpAtmPay data for the successful payment action. |
com.ibm.commerce.edp.model.PaymentInstructionData |
getEDPPayInst()
This method gets
edpPayInst data for the successful payment action. |
com.ibm.commerce.edp.refunds.RefundInstructionData |
getEDPRefInst()
This method gets
edpRefInst data for the successful payment action. |
java.util.Collection |
getEDPReleases()
This method gets
edpRelease data for the successful payment action. |
com.ibm.commerce.payments.plugincontroller.beans.PPCCreditData |
getPPCCredit()
This method gets
ppcCredit data for the successful payment action. |
java.util.Collection |
getPPCExtDataForPayInst()
This method gets
ppcExtData for ppcPayInst for the successful payment action. |
java.util.Collection |
getPPCExtDataForPayTran()
This method gets
ppcExtData for ppcPayTran for the successful payment action. |
com.ibm.commerce.payments.plugincontroller.beans.PPCPayInstData |
getPPCPayInst()
This method gets
ppcPayInst data for the successful payment action. |
com.ibm.commerce.payments.plugincontroller.beans.PPCPaymentData |
getPPCPayment()
This method gets
ppcPayment data for the successful payment action. |
com.ibm.commerce.payments.plugincontroller.beans.PPCPayTranData |
getPPCPayTran()
This method gets
ppcPayTran data for the successful payment action. |
void |
setActionData(ActionData actionData)
This method sets the action data that has been successfully executed.
|
void |
setActionType(java.lang.Short actionType)
This method sets the action type for this command which determines whether to retrieve or restore successful payment data.
|
void |
setEDPAtmPay(com.ibm.commerce.edp.model.AtomicPaymentData localEdpAtmPay)
This method sets
edpAtmPay data for the successful payment action. |
void |
setEDPPayInst(com.ibm.commerce.edp.model.PaymentInstructionData localEdpPayInst)
This method sets
edpPayInst data for the successful payment action. |
void |
setEDPRefInst(com.ibm.commerce.edp.refunds.RefundInstructionData localEdpRefInst)
This method sets
edpRefInst data for the successful payment action. |
void |
setEDPReleases(java.util.Collection localEdpReleases)
This method sets
edpRelease data for the successful payment action. |
void |
setOrderId(java.lang.Long localOrderId)
This method sets
orderId data for the successful payment action. |
void |
setPPCCredit(com.ibm.commerce.payments.plugincontroller.beans.PPCCreditData localPpcCredit)
This method sets
ppcCredit data for the successful payment action. |
void |
setPPCExtDataForPayInst(java.util.Collection localPPCExtData)
This method sets
ppcExtData for ppcPayInst for the successful payment action. |
void |
setPPCExtDataForPayTran(java.util.Collection localPPCExtData)
This method sets
ppcExtData for ppcPayTran for the successful payment action. |
void |
setPPCPayInst(com.ibm.commerce.payments.plugincontroller.beans.PPCPayInstData localPpcPayInst)
This method sets
ppcPayInst data for the successful payment action. |
void |
setPPCPayment(com.ibm.commerce.payments.plugincontroller.beans.PPCPaymentData localPpcPayment)
This method sets
ppcPayment data for the successful payment action. |
void |
setPPCPayTran(com.ibm.commerce.payments.plugincontroller.beans.PPCPayTranData localPpcPayTran)
This method sets
ppcPayTran data for the successful payment action. |
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setActionData(ActionData actionData)
actionData
- the action data that has been successfully executedvoid setActionType(java.lang.Short actionType)
actionType
- the action type that determines whether to retrieve or restore successful payment data.com.ibm.commerce.payments.plugincontroller.beans.PPCPayInstData getPPCPayInst()
ppcPayInst
data for the successful payment action.ppcPayInst
data for the successful payment action.void setPPCPayInst(com.ibm.commerce.payments.plugincontroller.beans.PPCPayInstData localPpcPayInst)
ppcPayInst
data for the successful payment action.localPpcPayInst
- the ppcPayInst
data for the successful payment action.com.ibm.commerce.payments.plugincontroller.beans.PPCPaymentData getPPCPayment()
ppcPayment
data for the successful payment action.ppcPayment
data for the successful payment action.void setPPCPayment(com.ibm.commerce.payments.plugincontroller.beans.PPCPaymentData localPpcPayment)
ppcPayment
data for the successful payment action.localPpcPayment
- the ppcPayment
data for the successful payment action.com.ibm.commerce.payments.plugincontroller.beans.PPCPayTranData getPPCPayTran()
ppcPayTran
data for the successful payment action.ppcPayTran
data for the successful payment action.void setPPCPayTran(com.ibm.commerce.payments.plugincontroller.beans.PPCPayTranData localPpcPayTran)
ppcPayTran
data for the successful payment action.localPpcPayTran
- the ppcPayTran
data for the successful payment action.com.ibm.commerce.edp.model.PaymentInstructionData getEDPPayInst()
edpPayInst
data for the successful payment action.edpPayInst
data for the successful payment action.void setEDPPayInst(com.ibm.commerce.edp.model.PaymentInstructionData localEdpPayInst)
edpPayInst
data for the successful payment action.localEdpPayInst
- the edpPayInst
data for the successful payment action.com.ibm.commerce.edp.model.AtomicPaymentData getEDPAtmPay()
edpAtmPay
data for the successful payment action.edpAtmPay
data for the successful payment action.void setEDPAtmPay(com.ibm.commerce.edp.model.AtomicPaymentData localEdpAtmPay)
edpAtmPay
data for the successful payment action.localEdpAtmPay
- the edpAtmPay
data for the successful payment action.java.util.Collection getPPCExtDataForPayInst()
ppcExtData
for ppcPayInst
for the successful payment action.ppcExtData
for ppcPayInst
for the successful payment action.void setPPCExtDataForPayInst(java.util.Collection localPPCExtData)
ppcExtData
for ppcPayInst
for the successful payment action.localPPCExtData
- the ppcExtData
for ppcPayInst
for the successful payment action.java.util.Collection getPPCExtDataForPayTran()
ppcExtData
for ppcPayTran
for the successful payment action.ppcExtData
for ppcPayTran
for the successful payment action.void setPPCExtDataForPayTran(java.util.Collection localPPCExtData)
ppcExtData
for ppcPayTran
for the successful payment action.localPPCExtData
- the ppcExtData
for ppcPayTran
for the successful payment action.void setOrderId(java.lang.Long localOrderId)
orderId
data for the successful payment action.localOrderId
- the orderId
data for the successful payment action.void setEDPReleases(java.util.Collection localEdpReleases)
edpRelease
data for the successful payment action.localEdpReleases
- the edpRelease
data for the successful payment action.void setPPCCredit(com.ibm.commerce.payments.plugincontroller.beans.PPCCreditData localPpcCredit)
ppcCredit
data for the successful payment action.localPpcCredit
- the ppcCredit
data for the successful payment action.void setEDPRefInst(com.ibm.commerce.edp.refunds.RefundInstructionData localEdpRefInst)
edpRefInst
data for the successful payment action.localEdpRefInst
- the edpRefInst
data for the successful payment action.java.util.Collection getEDPReleases()
edpRelease
data for the successful payment action.edpRelease
data for the successful payment action.com.ibm.commerce.payments.plugincontroller.beans.PPCCreditData getPPCCredit()
ppcCredit
data for the successful payment action.ppcCredit
data for the successful payment action.com.ibm.commerce.edp.refunds.RefundInstructionData getEDPRefInst()
edpRefInst
data for the successful payment action.edpRefInst
data for the successful payment action.