Class FeaturePeristanceHandler
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.classification.FeaturePeristanceHandler
-
- Direct Known Subclasses:
ClassificationPersistenceHandler
public class FeaturePeristanceHandler extends java.lang.ObjectResponsible for persistance the given features for particular product.- See Also:
ClassificationService
-
-
Field Summary
Fields Modifier and Type Field Description protected ClassificationServiceclassificationService
-
Constructor Summary
Constructors Constructor Description FeaturePeristanceHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsaveFeatures(ProductModel productModel, java.util.Map<java.lang.String,Feature> productFeatures)voidsetClassificationService(ClassificationService classificationService)
-
-
-
Field Detail
-
classificationService
protected ClassificationService classificationService
-
-
Method Detail
-
saveFeatures
protected void saveFeatures(ProductModel productModel, java.util.Map<java.lang.String,Feature> productFeatures)
-
setClassificationService
public void setClassificationService(ClassificationService classificationService)
-
-