Class DefaultCartEntryService

All Implemented Interfaces:
AbstractOrderEntryService<CartEntryModel>, CartEntryService, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class DefaultCartEntryService extends DefaultAbstractOrderEntryService<CartEntryModel> implements CartEntryService
Concrete implementation that specifies the type of generic implementation of DefaultAbstractOrderEntryService for CartEntryModel.
See Also:
  • Constructor Details

    • DefaultCartEntryService

      public DefaultCartEntryService()