public class PreparePIsForEditPolicyCmdImpl extends BusinessPolicyCommandImpl implements PreparePIsForEditPolicyCmd
PreparePIsForEditPolicyCmd
task command.
EditCmdImpl.executeEditPaymentTCs()
will be migrated here in
the future
commandContext |
The command context. |
orderId |
A Long that specifies the order ID. |
iPIs |
An EDPPaymentInstruction[] represents the payment instructions. |
iPaymentTCInfos |
A PaymentTCInfo[] that represents the PaymentTCInfos applicable to the payment instructions. |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
defaultCommandClassName, NAME
Constructor and Description |
---|
PreparePIsForEditPolicyCmdImpl()
PreparePIsForEditPolicyCmdImpl constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
performExecute()
Do nothing
|
void |
setOrderId(java.lang.Long anOrderId)
This method sets the order ID.
|
void |
setPaymentTCInfos(PaymentTCInfo[] aPaymentTCInfos)
This method sets the PaymentTCInfos applicable to the payment instructions.
|
void |
setPIs(EDPPaymentInstruction[] aPIs)
This method sets the payment instructions to be edited by
EditCmd . |
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public static final java.lang.String COPYRIGHT
public PreparePIsForEditPolicyCmdImpl()
public void setOrderId(java.lang.Long anOrderId)
setOrderId
in interface PreparePIsForEditPolicyCmd
anOrderId
- A Long that specifies the order ID.public void setPIs(EDPPaymentInstruction[] aPIs)
EditCmd
.setPIs
in interface PreparePIsForEditPolicyCmd
aPIs
- An EDPPaymentInstruction[] that represents the payment instructions to be edited.public void setPaymentTCInfos(PaymentTCInfo[] aPaymentTCInfos)
setPaymentTCInfos
in interface PreparePIsForEditPolicyCmd
aPaymentTCInfos
- A PaymentTCInfo[] that represents the PaymentTCInfos applicable
to the payment instructionspublic void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
ECCommand.performExecute()