com.ibm.commerce.order.commands
Interface ExtOrderProcessCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ExtOrderProcessCmdImpl

public interface ExtOrderProcessCmd
extends TaskCommand

Perform custom processing just prior to the completion of the OrderProcessCmd controller command. This task command may be overridden to perform custom processing associated with the execution of the OrderProcessCmd controller command. It is called by the default implementation of the OrderProcessCmd controller command just before it completes execution.


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
  OrderAccessBean getOrder()
          Gets the OrderAccessBean for the Order that was processed.
 java.lang.Long getOrderRn()
          Deprecated.  
 void setOrder( OrderAccessBean aabOrder)
          Sets the OrderAccessBean for the Order that was processed.
 void setOrderRn(java.lang.Long abOrderRn)
          Deprecated.  
 

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

getOrder

public OrderAccessBean getOrder()
Gets the OrderAccessBean for the Order that was processed.
Returns:
the OrderAccessBean for the Order that was processed.

getOrderRn

public java.lang.Long getOrderRn()
Deprecated.  
Gets the identifier of the Order that was processed.
Returns:
the identifier of the Order that was processed.

setOrder

public void setOrder(OrderAccessBean aabOrder)
Sets the OrderAccessBean for the Order that was processed.
Parameters:
aabOrder - the OrderAccessBean for the Order that was processed.

setOrderRn

public void setOrderRn(java.lang.Long abOrderRn)
Deprecated.  
Sets the identifier of the Order that was processed.
Parameters:
abOrderRn - the identifier of the Order that was processed.