Class BusinessUnitDependentDefaultFlagValidator
java.lang.Object
ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
ch.tocco.nice2.optional.finance.impl.validator.BusinessUnitDependentDefaultFlagValidator
- All Implemented Interfaces:
EntitiesValidator, EntityValidator
Validator which ensures, that no default Vat_code, default donation Cost_center or default Cost_center can be set if the corresponding Business_unit flag is not checked
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfiguration(List<BusinessUnitDependentDefaultFlag> configurations) voidvalidate(Entity entity, 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
-
BusinessUnitDependentDefaultFlagValidator
-
-
Method Details
-
validate
public void validate(Entity entity, EntityValidationResult validationResult) throws PersistException Description copied from interface:EntityValidatorValidate the entity at hand.- Parameters:
entity- 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
-
setConfiguration
-