Interface ProductImageHelper

All Known Implementing Classes:
DefaultProductImageHelper

public interface ProductImageHelper
Used for enriching orders with images corresponding to the products contained
  • Method Details

    • enrichWithProductImages

      void enrichWithProductImages(OrderEntryData entry)
      Attaches images to the product corresponding to the entry parameter
      Parameters:
      entry -
    • enrichWithProductImages

      void enrichWithProductImages(AbstractOrderData order)
      Attaches images to the products corresponding to each order entry
      Parameters:
      order -
    • getProductService

      de.hybris.platform.product.ProductService getProductService()
      Returns:
      productService
    • setProductService

      void setProductService(de.hybris.platform.product.ProductService productService)
      Parameters:
      productService -
    • getProductPrimaryImagePopulator

      de.hybris.platform.commercefacades.product.converters.populator.ProductPrimaryImagePopulator<ProductModel,ProductData> getProductPrimaryImagePopulator()
      Returns:
      productImagePopulator
    • setProductPrimaryImagePopulator

      void setProductPrimaryImagePopulator(de.hybris.platform.commercefacades.product.converters.populator.ProductPrimaryImagePopulator<ProductModel,ProductData> productPrimaryImagePopulator)
      Parameters:
      productPrimaryImagePopulator -