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 Constructor Description ProductDeliveryModeAvailabilityPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BaseStoreServicegetBaseStoreService()protected PickupAvailabilityStrategygetPickupAvailabilityStrategy()voidpopulate(SOURCE source, TARGET target)Populate 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
-
-
-
-
Method Detail
-
getBaseStoreService
protected BaseStoreService getBaseStoreService()
-
setBaseStoreService
public void setBaseStoreService(BaseStoreService baseStoreService)
-
getPickupAvailabilityStrategy
protected PickupAvailabilityStrategy getPickupAvailabilityStrategy()
-
setPickupAvailabilityStrategy
public void setPickupAvailabilityStrategy(PickupAvailabilityStrategy pickupAvailabilityStrategy)
-
populate
public void populate(SOURCE source, TARGET target) throws ConversionException
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
-
-