Class MerchSnProductImagePopulator
java.lang.Object
com.hybris.merchandising.converters.populators.MerchSnProductImagePopulator
- All Implemented Interfaces:
Populator<MerchSnDocumentContainer,Product>
public class MerchSnProductImagePopulator
extends Object
implements Populator<MerchSnDocumentContainer,Product>
Class populating merch product images
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(MerchSnDocumentContainer source, Product target) Populate the target instance with values from the source instance.populateProductImage(MerchSnDocumentContainer source, String fieldName)
-
Constructor Details
-
MerchSnProductImagePopulator
public MerchSnProductImagePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<MerchSnDocumentContainer,Product> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
populateProductImage
-