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
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public OrderAccessBean getOrder()
public java.lang.Long getOrderRn()
public void setOrder(OrderAccessBean aabOrder)
public void setOrderRn(java.lang.Long abOrderRn)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.