Class SapClassificationAttributeHelperImpl
- java.lang.Object
-
- de.hybris.platform.sap.sapmodel.inbound.SapClassificationAttributeHelperImpl
-
- All Implemented Interfaces:
SapClassificationAttributeHelper
public class SapClassificationAttributeHelperImpl extends java.lang.Object implements SapClassificationAttributeHelper
-
-
Constructor Summary
Constructors Constructor Description SapClassificationAttributeHelperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CatalogVersionServicegetCatalogVersionService()protected ClassificationServicegetClassificationService()protected ModelServicegetModelService()protected ProductServicegetProductService()protected booleanisCleanCharacteristicsEnabled()voidremoveClassificationAttributeValues(java.lang.String cellValue, Item processedItem)Remove the product current classification attribute values before importing the new onesvoidsetCatalogVersionService(CatalogVersionService catalogVersionService)voidsetClassificationService(ClassificationService classificationService)voidsetCleanCharacteristicsEnabled(boolean cleanCharacteristicsEnabled)voidsetModelService(ModelService modelService)voidsetProductService(ProductService productService)
-
-
-
Method Detail
-
removeClassificationAttributeValues
public void removeClassificationAttributeValues(java.lang.String cellValue, Item processedItem)Description copied from interface:SapClassificationAttributeHelperRemove the product current classification attribute values before importing the new ones- Specified by:
removeClassificationAttributeValuesin interfaceSapClassificationAttributeHelper
-
isCleanCharacteristicsEnabled
protected boolean isCleanCharacteristicsEnabled()
-
setCleanCharacteristicsEnabled
public void setCleanCharacteristicsEnabled(boolean cleanCharacteristicsEnabled)
-
getClassificationService
protected ClassificationService getClassificationService()
-
setClassificationService
public void setClassificationService(ClassificationService classificationService)
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
getProductService
protected ProductService getProductService()
-
setProductService
public void setProductService(ProductService productService)
-
getCatalogVersionService
protected CatalogVersionService getCatalogVersionService()
-
setCatalogVersionService
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
-
-