Interface EnumerationValidator

  • All Known Implementing Classes:
    DefaultEnumerationValidator

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean validate​(com.hybris.cockpitng.actions.ActionContext<java.util.Collection<java.lang.Object>> context)
      Allows to decide whether the given data can be updated
    • Method Detail

      • validate

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