public interface PreparePIsForEditPolicyCmd extends BusinessPolicyCommand
EditCmd
to "prepare" payment instructions for
editing before passing them to payment rules. Typical actions include adding policy-specific payment attribute
values to PIs (see PreparePIsForEditPolicyCmd
for an example), or validating PIs against
PaymentTCs.
The default implementation of this command is PreparePIsForEditPolicyCmdImpl
.EditCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The full name of this command.
|
Modifier and Type | Method and Description |
---|---|
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
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 setOrderId(java.lang.Long anOrderId)
anOrderId
- A Long that specifies the order ID.void setPIs(EDPPaymentInstruction[] aPIs)
EditCmd
.aPIs
- An EDPPaymentInstruction[] that represents the payment instructions to be edited.void setPaymentTCInfos(PaymentTCInfo[] aPaymentTCInfos)
aPaymentTCInfos
- A PaymentTCInfo[] that represents the PaymentTCInfos applicable
to the payment instructions