public interface ProductImageHelper
| Modifier and Type | Method and Description |
|---|---|
void |
enrichWithProductImages(AbstractOrderData order)
Attaches images to the products corresponding to each order entry
|
void |
enrichWithProductImages(OrderEntryData entry)
Attaches images to the product corresponding to the entry parameter
|
ProductPrimaryImagePopulator<ProductModel,ProductData> |
getProductPrimaryImagePopulator() |
ProductService |
getProductService() |
void |
setProductPrimaryImagePopulator(ProductPrimaryImagePopulator<ProductModel,ProductData> productPrimaryImagePopulator) |
void |
setProductService(ProductService productService) |
void enrichWithProductImages(OrderEntryData entry)
entry - void enrichWithProductImages(AbstractOrderData order)
order - ProductService getProductService()
void setProductService(ProductService productService)
productService - ProductPrimaryImagePopulator<ProductModel,ProductData> getProductPrimaryImagePopulator()
void setProductPrimaryImagePopulator(ProductPrimaryImagePopulator<ProductModel,ProductData> productPrimaryImagePopulator)
productPrimaryImagePopulator - Copyright © 2018 SAP SE. All Rights Reserved.