Class ApparelProductPopulator
java.lang.Object
de.hybris.platform.yacceleratorfacades.populators.ApparelProductPopulator
- All Implemented Interfaces:
Populator<ProductModel,ProductData>
Populates
ProductData with genders-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ProductModelgetBaseProduct(ProductModel productModel) protected Converter<Gender,GenderData> voidpopulate(ProductModel source, ProductData target) Populate the target instance with values from the source instance.voidsetGenderConverter(Converter<Gender, GenderData> genderConverter)
-
Constructor Details
-
ApparelProductPopulator
public ApparelProductPopulator()
-
-
Method Details
-
getGenderConverter
-
setGenderConverter
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ProductModel,ProductData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getBaseProduct
-