Interface EnumerationValidator

All Known Implementing Classes:
DefaultEnumerationValidator

public interface EnumerationValidator
EnumerationValidator allows to decide whether the given data can be updated
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    validate(com.hybris.cockpitng.actions.ActionContext<Collection<Object>> context)
    Allows to decide whether the given data can be updated
  • Method Details

    • validate

      boolean validate(com.hybris.cockpitng.actions.ActionContext<Collection<Object>> context)
      Allows to decide whether the given data can be updated