Checks that an Order can be accepted for processing.
This task command is called by the
OrderProcessCmdImpl
controller command implementation prior to
obtaining buyer approval (see
OrderProcessPreApprovalCmdImpl
), and prior to processing
payment (see
ProcessOrderCmdImpl
).
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM Copyright notice field. |
static java.lang.String |
defaultCommandClassName The name of the default implementation class for this command interface. |
static java.lang.String |
NAME The name of this command interface. |
Method Summary | |
---|---|
void |
setOrderId(java.lang.String astrOrderId)
Sets the identifier of the order to be checked. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setOrderId(java.lang.String astrOrderId)
astrOrderId
- the identifier of the order to be
checked.