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, setRequestPropertiesaccessControlCheck, 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, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPolicyId, getRequestProperties, setPolicyId, setRequestPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public PreparePIsForEditPolicyCmdImpl()
public void setOrderId(java.lang.Long anOrderId)
setOrderId in interface PreparePIsForEditPolicyCmdanOrderId - A Long that specifies the order ID.public void setPIs(EDPPaymentInstruction[] aPIs)
EditCmd.setPIs in interface PreparePIsForEditPolicyCmdaPIs - An EDPPaymentInstruction[] that represents the payment instructions to be edited.public void setPaymentTCInfos(PaymentTCInfo[] aPaymentTCInfos)
setPaymentTCInfos in interface PreparePIsForEditPolicyCmdaPaymentTCInfos - A PaymentTCInfo[] that represents the PaymentTCInfos applicable
to the payment instructionspublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionECCommand.performExecute()