com.retek.component.customerorder.orderfsm.action
Class BaseAddLineAction
java.lang.Object
com.retek.commons.fsm.RcomRmmAction
com.retek.component.customerorder.orderfsm.action.BaseAddLineAction
- All Implemented Interfaces:
- com.retek.fsm.Action, java.io.Serializable
- Direct Known Subclasses:
- CustomerOrderAddOrderLineAction, CustomerOrderAddReplacementAction, CustomerOrderGenerateRefundAction
- public abstract class BaseAddLineAction
- extends RcomRmmAction
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseAddLineAction
public BaseAddLineAction()
doAction
public abstract void doAction(java.lang.Object bo,
RcomRmmEvent event)
throws SystemException,
BusinessException
- Specified by:
doAction
in class RcomRmmAction
- Throws:
SystemException
BusinessException
doValidateOrderLine
protected final void doValidateOrderLine(CustomerOrderImpl order,
CustomerOrderLineImpl orderLine)
throws InvalidOrderLineException,
SystemException,
BusinessException
- Throws:
InvalidOrderLineException
SystemException
BusinessException
doAddOrderLine
protected final void doAddOrderLine(CustomerOrderImpl order,
User user,
CustomerOrderLineImpl orderLine)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28