Class SapClassificationAttributeHelperImpl

java.lang.Object
de.hybris.platform.sap.sapmodel.inbound.SapClassificationAttributeHelperImpl
All Implemented Interfaces:
SapClassificationAttributeHelper

public class SapClassificationAttributeHelperImpl extends Object implements SapClassificationAttributeHelper
  • Constructor Details

    • SapClassificationAttributeHelperImpl

      public SapClassificationAttributeHelperImpl()
  • Method Details

    • removeClassificationAttributeValues

      public void removeClassificationAttributeValues(String cellValue, de.hybris.platform.jalo.Item processedItem)
      Description copied from interface: SapClassificationAttributeHelper
      Remove the product current classification attribute values before importing the new ones
      Specified by:
      removeClassificationAttributeValues in interface SapClassificationAttributeHelper
    • 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)