Interface EnumerationValidator
-
- All Known Implementing Classes:
DefaultEnumerationValidator
public interface EnumerationValidatorEnumerationValidator allows to decide whether the given data can be updated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvalidate(com.hybris.cockpitng.actions.ActionContext<java.util.Collection<java.lang.Object>> context)Allows to decide whether the given data can be updated
-