Uses of Class
de.hybris.platform.platformbackoffice.bulkedit.dto.ClassificationChangeDto
-
Packages that use ClassificationChangeDto Package Description de.hybris.platform.platformbackoffice.bulkedit -
-
Uses of ClassificationChangeDto in de.hybris.platform.platformbackoffice.bulkedit
Methods in de.hybris.platform.platformbackoffice.bulkedit that return ClassificationChangeDto Modifier and Type Method Description protected ClassificationChangeDtoDefaultBulkEditClassificationService. generateChange(ClassificationBulkEditForm bulkEditForm, java.util.Map<java.lang.String,Feature> modifiedProductFeatures, com.hybris.backoffice.attributechooser.Attribute selectedAttribute)Methods in de.hybris.platform.platformbackoffice.bulkedit that return types with arguments of type ClassificationChangeDto Modifier and Type Method Description java.util.Collection<ClassificationChangeDto>BulkEditClassificationService. generateChanges(ClassificationBulkEditForm bulkEditForm, java.util.Map<java.lang.String,Feature> modifiedProductFeatures)Generates collection ofClassificationChangeDtobased on selected classification attributes and modified feature valuesjava.util.Collection<ClassificationChangeDto>DefaultBulkEditClassificationService. generateChanges(ClassificationBulkEditForm bulkEditForm, java.util.Map<java.lang.String,Feature> modifiedProductFeatures)Generates collection ofClassificationChangeDtobased on selected classification attributes and modified feature valuesMethods in de.hybris.platform.platformbackoffice.bulkedit with parameters of type ClassificationChangeDto Modifier and Type Method Description protected booleanClassificationPersistenceHandler. hasEmptyValueWithoutClearCheckbox(ClassificationChangeDto change, Feature feature)Method parameters in de.hybris.platform.platformbackoffice.bulkedit with type arguments of type ClassificationChangeDto Modifier and Type Method Description voidClassificationPersistenceHandler. saveChanges(ProductModel product, java.util.Collection<ClassificationChangeDto> changes)Saves given list of classification changes for given product
-