Class ShoppingProductDeliveryModeAvailabilityPopulator<SOURCE extends ProductModel,TARGET extends ProductData>
java.lang.Object
de.hybris.platform.commercefacades.product.converters.populator.AbstractProductPopulator<SOURCE,TARGET>
de.hybris.platform.commercefacades.product.converters.populator.ProductDeliveryModeAvailabilityPopulator<SOURCE,TARGET>
de.hybris.platform.shoppingfacades.product.converters.populator.ShoppingProductDeliveryModeAvailabilityPopulator<SOURCE,TARGET>
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>
public class ShoppingProductDeliveryModeAvailabilityPopulator<SOURCE extends ProductModel,TARGET extends ProductData>
extends de.hybris.platform.commercefacades.product.converters.populator.ProductDeliveryModeAvailabilityPopulator<SOURCE,TARGET>
The extension of
ProductDeliveryModeAvailabilityPopulator to skip the setter when the product is of type
ShoppingFareProductModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets excluded item type list.voidvoidsetExcludedItemTypeList(List<String> excludedItemTypeList) Sets excluded item type list.Methods inherited from class de.hybris.platform.commercefacades.product.converters.populator.ProductDeliveryModeAvailabilityPopulator
getBaseStoreService, getPickupAvailabilityStrategy, setBaseStoreService, setPickupAvailabilityStrategyMethods inherited from class de.hybris.platform.commercefacades.product.converters.populator.AbstractProductPopulator
getModelService, getProductAttribute, safeToString, setModelService
-
Constructor Details
-
ShoppingProductDeliveryModeAvailabilityPopulator
public ShoppingProductDeliveryModeAvailabilityPopulator()
-
-
Method Details
-
populate
public void populate(SOURCE source, TARGET target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException - Specified by:
populatein interfacede.hybris.platform.converters.Populator<SOURCE extends ProductModel,TARGET extends ProductData> - Overrides:
populatein classde.hybris.platform.commercefacades.product.converters.populator.ProductDeliveryModeAvailabilityPopulator<SOURCE extends ProductModel,TARGET extends ProductData> - Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-
getExcludedItemTypeList
Gets excluded item type list.- Returns:
- the excluded item type list
-
setExcludedItemTypeList
Sets excluded item type list.- Parameters:
excludedItemTypeList- the excluded item type list
-