Class CaseRegistrationValidator
java.lang.Object
ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
ch.tocco.nice2.optional.amm.impl.validator.CaseRegistrationValidator
- All Implemented Interfaces:
EntitiesValidator, EntityValidator
Validator makes sure that only registrations with the same user as the case entity can be related
to each other.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Entity caseEntity, EntityValidationResult validationResult) Validate the entity at hand.Methods inherited from class AbstractEntityValidator
addMyself, getNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityValidator
validate
-
Constructor Details
-
CaseRegistrationValidator
-
-
Method Details
-
validate
Description copied from interface:EntityValidatorValidate the entity at hand.- Parameters:
caseEntity- the entity to be validatedvalidationResult- the EntityValidationResult to write the result of the validation to.EntityValidationResultfor more details on how to construct the EntityValidationResult.
-