Class ExtendedCartPopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator<CartModel,T>
-
- de.hybris.platform.commercefacades.order.converters.populator.CartPopulator
-
- de.hybris.platform.commercefacades.order.converters.populator.ExtendedCartPopulator
-
- All Implemented Interfaces:
Populator
public class ExtendedCartPopulator extends CartPopulator
-
-
Constructor Summary
Constructors Constructor Description ExtendedCartPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CartModel source, CartData target)Populate the target instance with values from the source instance.-
Methods inherited from class de.hybris.platform.commercefacades.order.converters.populator.CartPopulator
addPromotions, addSavedCartData, getQuoteConverter, setQuoteConverter
-
Methods inherited from class de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator
addComments, addCommon, addDeliveryAddress, addDeliveryMethod, addDeliveryStatus, addEntries, addEntryGroups, addPaymentInformation, addPrincipalInformation, 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, getTypeService, getVirtualEntryGroupStrategy, getZoneDeliveryModeConverter, mapGroupIdToEntryData, setAddressConverter, setCommerceEntryGroupUtils, setCommonI18NService, setCreditCardPaymentInfoConverter, setDeliveryModeConverter, setEntryGroupConverter, setEntryGroupService, setModelService, setOrderCommentConverter, setOrderEntryConverter, setPriceDataFactory, setPrincipalConverter, setPromotionResultConverter, setPromotionsService, setTypeService, setVirtualEntryGroupStrategy, setZoneDeliveryModeConverter, sortEntryGroups, updateEntryGroupReferences
-
-
-
-
Method Detail
-
populate
public void populate(CartModel source, CartData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Overrides:
populatein classCartPopulator- Parameters:
source- the source objecttarget- the target to fill
-
-