com.ibm.commerce.order.commands
Interface CheckOrderAcceptanceCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CheckOrderAcceptanceCmdImpl

public interface CheckOrderAcceptanceCmd
extends TaskCommand

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
IBM Copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this command interface.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The name of the default implementation class for this command interface.
See Also:
Constant Field Values
Method Detail

setOrderId

public void setOrderId(java.lang.String astrOrderId)
Sets the identifier of the order to be checked.
Parameters:
astrOrderId - the identifier of the order to be checked.