Package | Description |
---|---|
com.neurosys.ecom.cart.service | |
com.neurosys.ecom.cart.service.wicket | |
com.neurosys.ecom.cart.wicket.components | |
com.neurosys.ecom.user.service.jaxrs |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCartService<P extends Product,S,R,U extends User>
Basic implementation for
CartService uses SESSION. |
Modifier and Type | Class and Description |
---|---|
class |
ServletCartService<P extends Product,S extends javax.servlet.http.HttpSession,U extends IGenericEcomUser>
Servlet implementation for
CartService
Since this implements ChangeGenerator ; it will also generate Events of TypeOn Any change - Object[]{String cartType, Cart , sessionId as String, (optional) CartService method name}
On Any operation UPDATE/INSERT/REMOVE - Object[]{String cartType, Cart existingCart, Cart cartForOperation, sessionId as String, String operationName}
|
class |
WicketCartService<P extends Product,S extends EComSession<U>,U extends IGenericEcomUser>
Default implementation for
CartService uses EComSession (needs Apache Wicket)
Since this implements ChangeGenerator ; it will also generate Events of TypeOn Any change - Object[]{String cartType, Cart , sessionId as String, (optional) CartService method name}
On Any operation UPDATE/INSERT/REMOVE - Object[]{String cartType, Cart existingCart, Cart cartForOperation, sessionId as String, String operationName}
|
Modifier and Type | Method and Description |
---|---|
protected abstract CartService |
AbstractCartForm.getCartService() |
Modifier and Type | Method and Description |
---|---|
CartService |
WicketEcomUserContextUpdateService.getCartService() |
Modifier and Type | Method and Description |
---|---|
void |
WicketEcomUserContextUpdateService.setCartService(CartService cartService) |
Copyright © 2018. All rights reserved.