Package de.hybris.platform.order
Interface CartEntryService
-
- All Superinterfaces:
AbstractOrderEntryService<CartEntryModel>
- All Known Implementing Classes:
DefaultCartEntryService
public interface CartEntryService extends AbstractOrderEntryService<CartEntryModel>
Cart entry utilities. Marker interface that definesAbstractOrderEntryServiceforCartEntryModeltype.
-
-
Method Summary
-
Methods inherited from interface de.hybris.platform.order.AbstractOrderEntryService
addAllDiscountValues, addAllTaxValues, addDiscountValue, addTaxValue, createEntry, createEntry, getGlobalDiscountValue, removeDiscountValue, removeTaxValue
-
-