Class DefaultCartServiceForAccelerator

All Implemented Interfaces:
AbstractOrderService<CartModel,CartEntryModel>, CartService, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class DefaultCartServiceForAccelerator extends DefaultCartService
Override addNewEntry method from AbstractOrderService for adding new entry/update entries to cart.
See Also:
  • Constructor Details

    • DefaultCartServiceForAccelerator

      public DefaultCartServiceForAccelerator()
  • Method Details