Class DefaultTmaAbstractOrderEntryService

java.lang.Object
de.hybris.platform.servicelayer.internal.service.AbstractService
de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
de.hybris.platform.order.impl.DefaultAbstractOrderEntryService
de.hybris.platform.b2ctelcoservices.order.impl.DefaultTmaAbstractOrderEntryService
All Implemented Interfaces:
TmaAbstractOrderEntryService, de.hybris.platform.order.AbstractOrderEntryService, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class DefaultTmaAbstractOrderEntryService extends de.hybris.platform.order.impl.DefaultAbstractOrderEntryService implements TmaAbstractOrderEntryService
Default implementation of the TmaAbstractOrderEntryService.
Since:
2011
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService

    de.hybris.platform.servicelayer.internal.service.AbstractService.SerializableDTO
  • Field Summary

    Fields inherited from class de.hybris.platform.order.impl.DefaultAbstractOrderEntryService

    abstractOrderEntryTypeService

    Fields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractBusinessService

    modelService, sessionService, txManager

    Fields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService

    tenant
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all the child entries for the provided entry in a list.
    Returns all the parent entries containing Bundled Product Offerings for the provided entry in a list.
    getEntryBy(AbstractOrderModel abstractOrder, int entryNumber)
    Returns the abstract order entry with the id provided and part of he abstract order given by its id.
    Returns the quantity of the product offering found in the list of provided entries.
    Returns the root entry for the provided entry.
    Returns all the SPO child entries for the provided entry in a list.
    Recursive method used for returning all the child SPOs.

    Methods inherited from class de.hybris.platform.order.impl.DefaultAbstractOrderEntryService

    addAllDiscountValues, addAllTaxValues, addDiscountValue, addTaxValue, createEntry, createEntry, getGlobalDiscountValue, removeDiscountValue, removeTaxValue, setAbstractOrderEntryTypeService

    Methods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractBusinessService

    getModelService, getSessionService, getTxManager, setModelService, setSessionService, setTxManager

    Methods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService

    afterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, writeReplace

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.hybris.platform.order.AbstractOrderEntryService

    addAllDiscountValues, addAllTaxValues, addDiscountValue, addTaxValue, createEntry, createEntry, getGlobalDiscountValue, removeDiscountValue, removeTaxValue