Package de.hybris.platform.order.impl
Class DefaultCartEntryService
java.lang.Object
de.hybris.platform.servicelayer.internal.service.AbstractService
de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
de.hybris.platform.order.impl.DefaultAbstractOrderEntryService<CartEntryModel>
de.hybris.platform.order.impl.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:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
AbstractService.SerializableDTO -
Field Summary
Fields inherited from class de.hybris.platform.order.impl.DefaultAbstractOrderEntryService
abstractOrderEntryTypeServiceFields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
modelService, sessionService, txManagerFields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
tenant -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.order.impl.DefaultAbstractOrderEntryService
addAllDiscountValues, addAllTaxValues, addDiscountValue, addTaxValue, createEntry, createEntry, getGlobalDiscountValue, removeDiscountValue, removeTaxValue, setAbstractOrderEntryTypeServiceMethods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
getModelService, getSessionService, getTxManager, setModelService, setSessionService, setTxManagerMethods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
afterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, writeReplaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.order.AbstractOrderEntryService
addAllDiscountValues, addAllTaxValues, addDiscountValue, addTaxValue, createEntry, createEntry, getGlobalDiscountValue, removeDiscountValue, removeTaxValue
-
Constructor Details
-
DefaultCartEntryService
public DefaultCartEntryService()
-