Class TmaHierarchicalQuotePopulator

java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator<QuoteModel,QuoteData>
de.hybris.platform.commercefacades.order.converters.populator.QuotePopulator
de.hybris.platform.b2ctelcofacades.order.converters.populator.TmaHierarchicalQuotePopulator
All Implemented Interfaces:
de.hybris.platform.converters.Populator<QuoteModel,QuoteData>

public class TmaHierarchicalQuotePopulator extends de.hybris.platform.commercefacades.order.converters.populator.QuotePopulator
Hierarchical Cart populator with TMA specific details.
Since:
2102
  • Field Summary

    Fields inherited from class de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator

    SKIP_ORDER_ENTRYGROUPS, SKIP_SAPATTACHMENTS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class de.hybris.platform.commercefacades.order.converters.populator.QuotePopulator

    addDetails, addQuoteInfo, getCommerceOrderService, getSapAttachmentFacade, populate, setCommerceOrderService, setSapAttachmentFacade

    Methods inherited from class de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator

    addComments, addCommon, addDeliveryAddress, addDeliveryMethod, addDeliveryStatus, addEntryGroups, addPaymentInformation, addPrincipalInformation, addPromotions, addPromotions, addTotals, assignEntriesToGroups, assignParentGroups, calcTotalItems, calcTotalUnitCount, calcTotalWithTax, checkForGuestCustomer, createPrice, createZeroPrice, getAddressConverter, getCommerceEntryGroupUtils, getCommonI18NService, getCreditCardPaymentInfoConverter, getDeliveryModeConverter, getEntryGroupConverter, getEntryGroupService, getGroup, getModelService, getOrderCommentConverter, getOrderDiscountsAmount, getOrderEntryConverter, getPriceData, getPriceDataFactory, getPrincipalConverter, getProductsDiscountsAmount, getPromotionResultConverter, getPromotions, getPromotionsService, getQuoteDiscountsAmount, getQuoteDiscountsTypeAndRate, getSessionService, getTypeService, getVirtualEntryGroupStrategy, getZoneDeliveryModeConverter, mapGroupIdToEntryData, setAddressConverter, setCommerceEntryGroupUtils, setCommonI18NService, setCreditCardPaymentInfoConverter, setDeliveryModeConverter, setEntryGroupConverter, setEntryGroupService, setModelService, setOrderCommentConverter, setOrderEntryConverter, setPriceDataFactory, setPrincipalConverter, setPromotionResultConverter, setPromotionsService, setSessionService, setTypeService, setVirtualEntryGroupStrategy, setZoneDeliveryModeConverter, sortEntryGroups, updateEntryGroupReferences

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TmaHierarchicalQuotePopulator

      public TmaHierarchicalQuotePopulator()
  • Method Details