Uses of Interface
de.hybris.platform.order.AbstractOrderEntryService
-
Packages that use AbstractOrderEntryService Package Description de.hybris.platform.order de.hybris.platform.order.impl -
-
Uses of AbstractOrderEntryService in de.hybris.platform.order
Subinterfaces of AbstractOrderEntryService in de.hybris.platform.order Modifier and Type Interface Description interfaceCartEntryServiceCart entry utilities.interfaceOrderEntryServiceOrder entry utilities. -
Uses of AbstractOrderEntryService in de.hybris.platform.order.impl
Classes in de.hybris.platform.order.impl that implement AbstractOrderEntryService Modifier and Type Class Description classDefaultAbstractOrderEntryService<T extends AbstractOrderEntryModel>Default implementation ofAbstractOrderEntryService.classDefaultCartEntryServiceConcrete implementation that specifies the type of generic implementation ofDefaultAbstractOrderEntryServiceforCartEntryModel.classDefaultOrderEntryServiceConcrete implementation that specifies the type of generic implementation ofDefaultAbstractOrderEntryServiceforOrderEntryModel.Methods in de.hybris.platform.order.impl that return AbstractOrderEntryService Modifier and Type Method Description protected AbstractOrderEntryService<E>DefaultAbstractOrderService. getAbstractOrderEntryService()Methods in de.hybris.platform.order.impl with parameters of type AbstractOrderEntryService Modifier and Type Method Description voidDefaultAbstractOrderService. setAbstractOrderEntryService(AbstractOrderEntryService<E> abstractOrderEntryService)
-