Interface GenerateEbillActionValidator

All Known Implementing Classes:
OrderEbillRecipientsValidator

public interface GenerateEbillActionValidator
  • Method Details

    • getName

      String getName()
    • getSelectionModel

      String getSelectionModel()
    • validate

      @Nullable @Nullable String validate(Entity formEntity, PrimaryKeyList selectedEntities)
      Validate the action params of the ebill action
      Parameters:
      formEntity - settings form entity
      selectedEntities - action selection
      Returns:
      Null or empty string if everything is ok, error message if validation failed