Class ProductGalleryImagesPopulator<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.AbstractProductImagePopulator<SOURCE,TARGET>
de.hybris.platform.commercefacades.product.converters.populator.ProductGalleryImagesPopulator<SOURCE,TARGET>
All Implemented Interfaces:
Populator<SOURCE,TARGET>

public class ProductGalleryImagesPopulator<SOURCE extends ProductModel,TARGET extends ProductData> extends AbstractProductImagePopulator<SOURCE,TARGET>
Populate the product data with the product's gallery images
  • Constructor Details

    • ProductGalleryImagesPopulator

      public ProductGalleryImagesPopulator()
  • Method Details