Package | Description |
---|---|
com.neurosys.ecom.orders.wicket | |
com.neurosys.ecom.strategy.service |
Modifier and Type | Method and Description |
---|---|
OrderStrategy |
OrderProcessHelper.getOrderStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
OrderProcessHelper.setOrderStrategy(OrderStrategy orderStrategy) |
Constructor and Description |
---|
OrderProcessHelper(OrderStrategy orderStrategy,
OrderService orderService,
EcomUserDaoImpl<GuestUser> userDao) |
OrderProcessHelper(OrderStrategy orderStrategy,
OrderService orderService,
PaymentOptionsStrategy paymentOptionsStrategy,
EcomUserDaoImpl<GuestUser> userDao) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOrderStrategy<P extends Product,U extends IGenericEcomUser,O extends Order<I>,I extends OrderItem>
Allow amalgamation of other strategies to a List of Products that constitute an Order
and produce a Persistent Order
|
class |
DefaultSubOrderStrategy<P extends Product,U extends IGenericEcomUser,O extends SubOrder<O,I>,I extends OrderItem>
Extension to
DefaultOrderStrategy to support additional SubOrder specific common cases. |
Copyright © 2018. All rights reserved.