Class AbstractInactiveCostCenterValidator
java.lang.Object
ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
ch.tocco.nice2.optional.finance.api.validator.AbstractInactiveCostCenterValidator
- All Implemented Interfaces:
EntitiesValidator, EntityValidator
- Direct Known Subclasses:
InactiveCostCenterValidator, InactiveCostCenterValidator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidextendedValidation(Entity costCenter, EntityValidationResult validationResult) voidvalidate(Entity costCenter, 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
-
Field Details
-
TEXT_VARIABLE_ENTITIES
- See Also:
-
HTML_BULLET_POINT
- See Also:
-
-
Constructor Details
-
AbstractInactiveCostCenterValidator
public AbstractInactiveCostCenterValidator()
-
-
Method Details
-
validate
public void validate(Entity costCenter, EntityValidationResult validationResult) throws PersistException Description copied from interface:EntityValidatorValidate the entity at hand.- Parameters:
costCenter- 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
-
extendedValidation
-