Class MailBoxValidator

All Implemented Interfaces:
EntitiesValidator, EntityValidator

public class MailBoxValidator extends AbstractEntityValidator
This validator ensures that a folder can't be marked as an mail box with settings so that the actual user couldn't edit it anymore
  • Constructor Details

  • Method Details

    • validate

      public void validate(Entity entity, EntityValidationResult validationResult)
      Description copied from interface: EntityValidator
      Validate the entity at hand.
      Parameters:
      entity - the entity to be validated
      validationResult - the EntityValidationResult to write the result of the validation to. EntityValidationResult for more details on how to construct the EntityValidationResult.