Class SapClassificationAttributeHelperImpl
java.lang.Object
de.hybris.platform.sap.sapmodel.inbound.SapClassificationAttributeHelperImpl
- All Implemented Interfaces:
SapClassificationAttributeHelper
public class SapClassificationAttributeHelperImpl
extends Object
implements SapClassificationAttributeHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.catalog.CatalogVersionServiceprotected de.hybris.platform.classification.ClassificationServiceprotected de.hybris.platform.servicelayer.model.ModelServiceprotected de.hybris.platform.product.ProductServiceprotected booleanvoidremoveClassificationAttributeValues(String cellValue, de.hybris.platform.jalo.Item processedItem) Remove the product current classification attribute values before importing the new onesvoidsetCatalogVersionService(de.hybris.platform.catalog.CatalogVersionService catalogVersionService) voidsetClassificationService(de.hybris.platform.classification.ClassificationService classificationService) voidsetCleanCharacteristicsEnabled(boolean cleanCharacteristicsEnabled) voidsetModelService(de.hybris.platform.servicelayer.model.ModelService modelService) voidsetProductService(de.hybris.platform.product.ProductService productService)
-
Constructor Details
-
SapClassificationAttributeHelperImpl
public SapClassificationAttributeHelperImpl()
-
-
Method Details
-
removeClassificationAttributeValues
public void removeClassificationAttributeValues(String cellValue, de.hybris.platform.jalo.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 de.hybris.platform.classification.ClassificationService getClassificationService() -
setClassificationService
public void setClassificationService(de.hybris.platform.classification.ClassificationService classificationService) -
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService() -
setModelService
public void setModelService(de.hybris.platform.servicelayer.model.ModelService modelService) -
getProductService
protected de.hybris.platform.product.ProductService getProductService() -
setProductService
public void setProductService(de.hybris.platform.product.ProductService productService) -
getCatalogVersionService
protected de.hybris.platform.catalog.CatalogVersionService getCatalogVersionService() -
setCatalogVersionService
public void setCatalogVersionService(de.hybris.platform.catalog.CatalogVersionService catalogVersionService)
-