Interface ProductImageHelper
- All Known Implementing Classes:
DefaultProductImageHelper
public interface ProductImageHelper
Used for enriching orders with images corresponding to the products contained
-
Method Summary
Modifier and TypeMethodDescriptionvoidAttaches images to the products corresponding to each order entryvoidAttaches images to the product corresponding to the entry parameterde.hybris.platform.commercefacades.product.converters.populator.ProductPrimaryImagePopulator<ProductModel,ProductData> de.hybris.platform.product.ProductServicevoidsetProductPrimaryImagePopulator(de.hybris.platform.commercefacades.product.converters.populator.ProductPrimaryImagePopulator<ProductModel, ProductData> productPrimaryImagePopulator) voidsetProductService(de.hybris.platform.product.ProductService productService)
-
Method Details
-
enrichWithProductImages
Attaches images to the product corresponding to the entry parameter- Parameters:
entry-
-
enrichWithProductImages
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-
-