Class TimereportCodeValidator

java.lang.Object
ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
ch.tocco.nice2.optional.timereport.impl.validate.TimereportCodeValidator
All Implemented Interfaces:
EntitiesValidator, EntityValidator

public class TimereportCodeValidator extends AbstractEntityValidator
check if on the same Timereport_day already a record exist with the same Timereport_code Only the code normal (Arbeitszeit) can occur multiple times
  • 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.