|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.customerorder.impl.CustomerOrderTransactionGroupFactory
Factory class which encapsulates behavior for creating/assigning a transaction group. This is a specialized factory class which is used within CustomerOrderImpl to simply/encapsulate the complex rules around assigning a transaction group for a given transaction item within an order.
Constructor Summary | |
CustomerOrderTransactionGroupFactory(CustomerOrderImpl order)
|
Method Summary | |
CustomerOrderTransactionGroup |
createTransactionGroup(CustomerOrderTransactionItem transactionItem)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CustomerOrderTransactionGroupFactory(CustomerOrderImpl order) throws SystemException
Method Detail |
public CustomerOrderTransactionGroup createTransactionGroup(CustomerOrderTransactionItem transactionItem) throws SystemException, BusinessException
SystemException
BusinessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |