public interface AuthorizeAccountPaymentCmd extends TaskCommand
AuthorizeAccountPaymentCmd
Task Command is called by the DoPaymentMPFCmdImpl
command implementation to authorize the payment against the customer account through an external
accounting system.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
ERRTASK_NAME
Name of the default error view for this command.
|
static java.lang.String |
NAME
The name of this command.
|
Modifier and Type | Method and Description |
---|---|
void |
setBuyerPOId(java.lang.Long n)
Deprecated.
replaced by
setBuyerPONumber(String) |
void |
setBuyerPONumber(java.lang.String sBPONumber)
Sets the buyerPONumber property of the command.
|
void |
setErrorViewName(java.lang.String sEVN)
Sets the error view to be used to report error.
|
void |
setOrder(OrderAccessBean ab)
Sets the order for which payment is to be authorized.
|
void |
setTotalAmount(java.math.BigDecimal totalAmount)
Sets the totalAmount property of the command.
|
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
static final java.lang.String ERRTASK_NAME
void setBuyerPONumber(java.lang.String sBPONumber)
If no purchase order number is specified, this method should not be called.
sBPONumber
- the buyer purchase order number specified by the customer for the purchasevoid setBuyerPOId(java.lang.Long n)
setBuyerPONumber(String)
n
- the buyerPO IDvoid setErrorViewName(java.lang.String sEVN)
sEVN
- the Error View namevoid setOrder(OrderAccessBean ab)
ab
- the OrderAccessBean of the ordervoid setTotalAmount(java.math.BigDecimal totalAmount)
totalAmount
- the total amount to be authorized.