Class ImageHandlerImpl
java.lang.Object
de.hybris.platform.sap.productconfig.occ.util.impl.ImageHandlerImpl
- All Implemented Interfaces:
ImageHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertImages(ConfigurationData configData, ConfigurationWsDTO configurationWs) Converts image dataprotected voidconvertImagesInCstic(CsticData cstic, CsticWsDTO csticWs) protected voidconvertImagesInCstic(CsticData cstic, List<CsticWsDTO> cstics) protected voidconvertImagesInGroup(UiGroupData group, GroupWsDTO groupWs) protected voidconvertImagesInGroup(UiGroupData group, List<GroupWsDTO> groups) protected voidconvertImagesInValue(CsticValueData csticValue, CsticValueWsDTO csticValueWs) protected voidconvertImagesInValue(CsticValueData csticValue, List<CsticValueWsDTO> csticValueListWs) protected DataMapper
-
Field Details
-
dataMapper
-
-
Constructor Details
-
ImageHandlerImpl
public ImageHandlerImpl()
-
-
Method Details
-
convertImages
Description copied from interface:ImageHandlerConverts image data- Specified by:
convertImagesin interfaceImageHandler- Parameters:
configData- Source configuration dataconfigurationWs- Target configuationWs DTO
-
convertImagesInGroup
-
convertImagesInGroup
-
convertImagesInCstic
-
convertImagesInCstic
-
convertImagesInValue
-
convertImagesInValue
protected void convertImagesInValue(CsticValueData csticValue, List<CsticValueWsDTO> csticValueListWs) -
getDataMapper
-