java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator<CartModel,CartData>
de.hybris.platform.commercefacades.order.converters.populator.MiniCartPopulator
de.hybris.platform.b2ctelcofacades.order.converters.populator.TmaMiniCartPopulator
All Implemented Interfaces:
de.hybris.platform.converters.Populator<CartModel,CartData>

public class TmaMiniCartPopulator extends de.hybris.platform.commercefacades.order.converters.populator.MiniCartPopulator
Mini cart populator with TUA specific details.
Since:
2102
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Integer
     
    protected Integer
     

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

    populate

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

    addComments, addCommon, addDeliveryAddress, addDeliveryMethod, addDeliveryStatus, addEntries, addEntryGroups, addPaymentInformation, addPrincipalInformation, addPromotions, addPromotions, addTotals, assignEntriesToGroups, assignParentGroups, 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, getTypeService, getVirtualEntryGroupStrategy, getZoneDeliveryModeConverter, mapGroupIdToEntryData, setAddressConverter, setCommerceEntryGroupUtils, setCommonI18NService, setCreditCardPaymentInfoConverter, setDeliveryModeConverter, setEntryGroupConverter, setEntryGroupService, setModelService, setOrderCommentConverter, setOrderEntryConverter, setPriceDataFactory, setPrincipalConverter, setPromotionResultConverter, setPromotionsService, 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

    • TmaMiniCartPopulator

      public TmaMiniCartPopulator()
  • Method Details

    • calcTotalItems

      protected Integer calcTotalItems(AbstractOrderModel source)
      Overrides:
      calcTotalItems in class de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator<CartModel,CartData>
    • calcTotalUnitCount

      protected Integer calcTotalUnitCount(AbstractOrderModel source)
      Overrides:
      calcTotalUnitCount in class de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator<CartModel,CartData>