com.retek.component.customerorder.orderfsm.action
Class OrderSubmitAction

java.lang.Object
  extended bycom.retek.commons.fsm.RcomRmmAction
      extended bycom.retek.component.customerorder.orderfsm.action.BaseOrderSubmitAction
          extended bycom.retek.component.customerorder.orderfsm.action.OrderSubmitAction
All Implemented Interfaces:
com.retek.fsm.Action, java.io.Serializable

public class OrderSubmitAction
extends BaseOrderSubmitAction

See Also:
Serialized Form

Constructor Summary
OrderSubmitAction(boolean doValidation)
           
 
Method Summary
 void doAction(java.lang.Object bo, RcomRmmEvent event)
           
protected  void settleCreditPayments(CustomerOrderImpl order)
           
protected  void settleTenderSwapPayments(CustomerOrderImpl order)
           
 
Methods inherited from class com.retek.component.customerorder.orderfsm.action.BaseOrderSubmitAction
doPersistOrder, isBypassFullValiation
 
Methods inherited from class com.retek.commons.fsm.RcomRmmAction
doIt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderSubmitAction

public OrderSubmitAction(boolean doValidation)
Method Detail

doAction

public void doAction(java.lang.Object bo,
                     RcomRmmEvent event)
              throws SystemException,
                     BusinessException
Specified by:
doAction in class RcomRmmAction
Throws:
SystemException
BusinessException

settleTenderSwapPayments

protected void settleTenderSwapPayments(CustomerOrderImpl order)
                                 throws SystemException,
                                        BusinessException
Throws:
SystemException
BusinessException

settleCreditPayments

protected void settleCreditPayments(CustomerOrderImpl order)
                             throws SystemException,
                                    BusinessException
Throws:
SystemException
BusinessException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28