Class DonationUserOrganisationValidator

java.lang.Object
ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
ch.tocco.nice2.optional.donation.impl.validator.DonationUserOrganisationValidator
All Implemented Interfaces:
EntitiesValidator, EntityValidator

public class DonationUserOrganisationValidator extends AbstractEntityValidator
Check donation entity if either relation to donator user and/or relation to organisation is set.
  • Constructor Details

    • DonationUserOrganisationValidator

      public DonationUserOrganisationValidator()
  • 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.