Modifier and Type | Interface and Description |
---|---|
interface |
RelatedOrderService<O extends Order<I>,I extends OrderItem>
Additional Services for
RelatedOrder |
interface |
SubOrderService<O extends SubOrder<O,I>,I extends OrderItem>
Additional Services for
SubOrder |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOrderService<O extends Order<I>,I extends OrderItem>
Default
Order service
SENSITIVE SERVICE. |
class |
DefaultSubOrderService<O extends SubOrder<O,I>,I extends OrderItem> |
Modifier and Type | Method and Description |
---|---|
OrderService |
DefaultTransactionService.getOrderService()
For Audit and attached listeners etc; use the service than try to persist directly
If the OrderService is provided then it will call ChangeGenerator.notifyAllListeners(Object) before calling its own DefaultTransactionService.notifyAllListeners(Transaction) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTransactionService.setOrderService(OrderService orderService)
For Audit and attached listeners etc; use the service than try to persist directly
If the OrderService is provided then it will call ChangeGenerator.notifyAllListeners(Object) before calling its own DefaultTransactionService.notifyAllListeners(Transaction) |
Modifier and Type | Field and Description |
---|---|
protected OrderService |
OrderQueryService.service |
Modifier and Type | Method and Description |
---|---|
OrderService<T,I> |
OrderQueryService.getService() |
Modifier and Type | Method and Description |
---|---|
void |
OrderQueryService.setService(OrderService<T,I> service) |
Modifier and Type | Method and Description |
---|---|
OrderService |
OrderProcessHelper.getOrderService() |
Modifier and Type | Method and Description |
---|---|
void |
OrderProcessHelper.setOrderService(OrderService orderService) |
Constructor and Description |
---|
OrderProcessHelper(OrderStrategy orderStrategy,
OrderService orderService,
EcomUserDaoImpl<GuestUser> userDao) |
OrderProcessHelper(OrderStrategy orderStrategy,
OrderService orderService,
PaymentOptionsStrategy paymentOptionsStrategy,
EcomUserDaoImpl<GuestUser> userDao) |
Modifier and Type | Method and Description |
---|---|
OrderService<O,I> |
DefaultCODImpl.getOrderService() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCODImpl.setOrderService(OrderService<O,I> orderService) |
Modifier and Type | Field and Description |
---|---|
protected OrderService<O,I> |
DefaultOrderStrategy.orderService |
Modifier and Type | Method and Description |
---|---|
OrderService<O,I> |
DefaultOrderStrategy.getOrderService() |
OrderService<O,I> |
OrderStrategy.getOrderService()
Access to the underlying
OrderService |
Modifier and Type | Method and Description |
---|---|
void |
DefaultOrderStrategy.setOrderService(OrderService<O,I> orderService) |
Copyright © 2018. All rights reserved.