java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator<S,T>
de.hybris.platform.configurablebundlefacades.order.converters.populator.BundleCommerceCartPopulator<S,T>
- All Implemented Interfaces:
Populator<S,T>
public class BundleCommerceCartPopulator<S extends CartModel,T extends CartData>
extends AbstractOrderPopulator<S,T>
Modify the cart converter to show the first invalid bundle component in the cart (if it exists).
- Since:
- 6.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddPromotions(AbstractOrderModel source, AbstractOrderData target) protected voidaddPromotions(AbstractOrderModel source, PromotionOrderResults promoOrderResults, AbstractOrderData target) voidModify populate method to set the first incomplete bundle component in the cartCartModelMethods inherited from class de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator
addComments, addCommon, addDeliveryAddress, addDeliveryMethod, addDeliveryStatus, addEntries, addEntryGroups, addPaymentInformation, addPrincipalInformation, 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
-
Constructor Details
-
BundleCommerceCartPopulator
public BundleCommerceCartPopulator()
-
-
Method Details
-
populate
Modify populate method to set the first incomplete bundle component in the cartCartModel- Parameters:
source- the source objecttarget- the target to fill
-
addPromotions
- Overrides:
addPromotionsin classAbstractOrderPopulator<S extends CartModel,T extends CartData>
-
addPromotions
protected void addPromotions(AbstractOrderModel source, PromotionOrderResults promoOrderResults, AbstractOrderData target) - Overrides:
addPromotionsin classAbstractOrderPopulator<S extends CartModel,T extends CartData>
-