Interface BulkEditClassificationService
- All Known Implementing Classes:
DefaultBulkEditClassificationService
public interface BulkEditClassificationService
Supports operations connected with bulk edit and its support for classification.
-
Method Summary
Modifier and TypeMethodDescriptiongenerateChanges(ClassificationBulkEditForm bulkEditForm, Map<String, Feature> modifiedProductFeatures) Generates collection ofClassificationChangeDtobased on selected classification attributes and modified feature values
-
Method Details
-
generateChanges
Collection<ClassificationChangeDto> generateChanges(ClassificationBulkEditForm bulkEditForm, Map<String, Feature> modifiedProductFeatures) Generates collection ofClassificationChangeDtobased on selected classification attributes and modified feature values- Parameters:
bulkEditForm- contains information about selected attributes, state of 'clear value' checkbox and 'merge' checkbox.modifiedProductFeatures- map of modified feature values- Returns:
- collection of changes
-