Class SubscriptionMiniCartPopulator
java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator<SOURCE,TARGET>
de.hybris.platform.subscriptionfacades.order.converters.populator.AbstractSubscriptionOrderPopulator<CartModel,CartData>
de.hybris.platform.subscriptionfacades.order.converters.populator.SubscriptionMiniCartPopulator
public class SubscriptionMiniCartPopulator
extends AbstractSubscriptionOrderPopulator<CartModel,CartData>
Subscription mini-cart populator.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.subscriptionfacades.order.converters.populator.AbstractSubscriptionOrderPopulator
addCommon, addPromotions, addTotals, buildBillingTimes, buildOrderPrices, getBillingTimeComparator, getBillingTimeConverter, getCartService, getDeliveryCost, getMasterOrderEntryNo, getOrderService, getSubscriptionPromotions, setBillingTimeComparator, setBillingTimeConverter, setCartService, setOrderServiceMethods inherited from class de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator
addComments, addDeliveryAddress, addDeliveryMethod, addDeliveryStatus, addEntries, addEntryGroups, addPaymentInformation, addPrincipalInformation, addPromotions, 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
-
Constructor Details
-
SubscriptionMiniCartPopulator
public SubscriptionMiniCartPopulator()
-
-
Method Details
-
populate
public void populate(@Nullable CartModel source, @Nonnull CartData target) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CartModel,CartData> - Overrides:
populatein classAbstractSubscriptionOrderPopulator<CartModel,CartData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-