Interface EntityValidationService

All Known Implementing Classes:
EntityValidationServiceImpl

public interface EntityValidationService
  • Method Details

    • getValidation

      Validation getValidation()
      Returns a object that applies all configured validators to a given entity. The validators are looked up using the `EntityModel` of the entity (as in getEntitiesValidators(EntityModel)).
    • getAsyncValidation

      Validation getAsyncValidation()
      Returns a object that applies all configured asynchronous validators to a given entity. The validators are looked up using the `EntityModel` of the entity (as in getEntitiesValidators(EntityModel)).
    • getEntitiesValidators

      Iterable<EntitiesValidator> getEntitiesValidators(EntityModel model)
      Returns a list of configured validators for a given entity model.