Class | Description |
---|---|
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}
|
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}
|
Copyright © 2018. All rights reserved.