public class SapClassificationAttributeHelperImpl extends java.lang.Object implements SapClassificationAttributeHelper
| Constructor and Description |
|---|
SapClassificationAttributeHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogVersionService |
getCatalogVersionService() |
protected ClassificationService |
getClassificationService() |
protected ModelService |
getModelService() |
protected ProductService |
getProductService() |
protected boolean |
isCleanCharacteristicsEnabled() |
void |
removeClassificationAttributeValues(java.lang.String cellValue,
Item processedItem)
Remove the product current classification attribute values before importing the new ones
|
void |
setCatalogVersionService(CatalogVersionService catalogVersionService) |
void |
setClassificationService(ClassificationService classificationService) |
void |
setCleanCharacteristicsEnabled(boolean cleanCharacteristicsEnabled) |
void |
setModelService(ModelService modelService) |
void |
setProductService(ProductService productService) |
public SapClassificationAttributeHelperImpl()
public void removeClassificationAttributeValues(java.lang.String cellValue,
Item processedItem)
SapClassificationAttributeHelperremoveClassificationAttributeValues in interface SapClassificationAttributeHelperprotected boolean isCleanCharacteristicsEnabled()
public void setCleanCharacteristicsEnabled(boolean cleanCharacteristicsEnabled)
protected ClassificationService getClassificationService()
public void setClassificationService(ClassificationService classificationService)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
protected ProductService getProductService()
public void setProductService(ProductService productService)
protected CatalogVersionService getCatalogVersionService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
Copyright © 2018 SAP SE. All Rights Reserved.