Interface ProductImageHelper

  • All Known Implementing Classes:
    DefaultProductImageHelper

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

      • 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

        ProductService getProductService()
        Returns:
        productService
      • setProductService

        void setProductService​(ProductService productService)
        Parameters:
        productService -