Class PromotionRestrictionPopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.promotion.converters.populator.PromotionRestrictionPopulator
-
- All Implemented Interfaces:
Populator<AbstractPromotionRestrictionModel,PromotionRestrictionData>
public class PromotionRestrictionPopulator extends java.lang.Object implements Populator<AbstractPromotionRestrictionModel,PromotionRestrictionData>
Populator implementation forAbstractPromotionRestrictionModelas source andPromotionRestrictionDataas target type.
-
-
Constructor Summary
Constructors Constructor Description PromotionRestrictionPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(AbstractPromotionRestrictionModel source, PromotionRestrictionData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(AbstractPromotionRestrictionModel source, PromotionRestrictionData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractPromotionRestrictionModel,PromotionRestrictionData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-