Interface AbstractOrderEntryService<E extends AbstractOrderEntryModel>

All Known Subinterfaces:
CartEntryService, OrderEntryService
All Known Implementing Classes:
DefaultAbstractOrderEntryService, DefaultCartEntryService, DefaultOrderEntryService

public interface AbstractOrderEntryService<E extends AbstractOrderEntryModel>
Generic service that allows creation of order entries of particular type. Concrete implementation should be typed for a particular subtype of AbstractOrderEntryModel. I.e :

The service allows managing taxes and discounts on abstract order entry level.