Package de.hybris.platform.order
Interface OrderEntryService
-
- All Superinterfaces:
AbstractOrderEntryService<OrderEntryModel>
- All Known Implementing Classes:
DefaultOrderEntryService
public interface OrderEntryService extends AbstractOrderEntryService<OrderEntryModel>
Order entry utilities. Marker interface that definesAbstractOrderEntryServiceforOrderEntryModeltype.
-
-
Method Summary
-
Methods inherited from interface de.hybris.platform.order.AbstractOrderEntryService
addAllDiscountValues, addAllTaxValues, addDiscountValue, addTaxValue, createEntry, createEntry, getGlobalDiscountValue, removeDiscountValue, removeTaxValue
-
-