Class EvaluationTemplateAddressDaysValidator
java.lang.Object
ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
ch.tocco.nice2.optional.evaluation.impl.validators.EvaluationTemplateAddressDaysValidator
- All Implemented Interfaces:
EntitiesValidator
,EntityValidator
An Evaluation_template needs both fields ('relEmail_template_reminder' and 'days_till_remind') filled out.
If only one is filled an error is shown.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(Entity evaluationTemplate, EntityValidationResult validationResult) Validate the entity at hand.Methods inherited from class ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
addMyself, getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.validation.EntityValidator
validate
-
Constructor Details
-
EvaluationTemplateAddressDaysValidator
public EvaluationTemplateAddressDaysValidator()
-
-
Method Details
-
validate
public void validate(Entity evaluationTemplate, EntityValidationResult validationResult) throws PersistException Description copied from interface:EntityValidator
Validate the entity at hand.- Parameters:
evaluationTemplate
- the entity to be validatedvalidationResult
- the EntityValidationResult to write the result of the validation to.EntityValidationResult
for more details on how to construct the EntityValidationResult.- Throws:
PersistException
-