Class ProductDeliveryModeAvailabilityPopulator<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>
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class ProductDeliveryModeAvailabilityPopulator<SOURCE extends ProductModel,TARGET extends ProductData>
extends AbstractProductPopulator<SOURCE,TARGET>
Product Populator that sets flags for delivery/pickup availability
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BaseStoreServiceprotected PickupAvailabilityStrategyvoidPopulate the target instance with values from the source instance.voidsetBaseStoreService(BaseStoreService baseStoreService) voidsetPickupAvailabilityStrategy(PickupAvailabilityStrategy pickupAvailabilityStrategy) Methods inherited from class de.hybris.platform.commercefacades.product.converters.populator.AbstractProductPopulator
getModelService, getProductAttribute, safeToString, setModelService
-
Constructor Details
-
ProductDeliveryModeAvailabilityPopulator
public ProductDeliveryModeAvailabilityPopulator()
-
-
Method Details
-
getBaseStoreService
-
setBaseStoreService
-
getPickupAvailabilityStrategy
-
setPickupAvailabilityStrategy
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-