Class OrderAccountValidator
java.lang.Object
ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
ch.tocco.nice2.optional.order.impl.validator.AbstractOrderAccountValidator
ch.tocco.nice2.optional.order.impl.validator.OrderAccountValidator
- All Implemented Interfaces:
EntitiesValidator, EntityValidator
validates if the account on the order isn't present on any order_position
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Entity order, EntityValidationResult validationResult) Validate the entity at hand.Methods inherited from class AbstractOrderAccountValidator
setErrorMethods 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
-
OrderAccountValidator
public OrderAccountValidator()
-
-
Method Details
-
validate
Description copied from interface:EntityValidatorValidate the entity at hand.- Parameters:
order- the entity to be validatedvalidationResult- the EntityValidationResult to write the result of the validation to.EntityValidationResultfor more details on how to construct the EntityValidationResult.- Throws:
PersistException
-