Class DeactivationValidator
java.lang.Object
ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
ch.tocco.nice2.optional.cms.impl.template.DeactivationValidator
- All Implemented Interfaces:
 EntitiesValidator,EntityValidator
This validator prevents the user from disabling templates, which are still in use.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Entity cmsTemplate, EntityValidationResult validationResult) Validate the entity at hand.Methods inherited from class ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
addMyself, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.persist.core.api.validation.EntityValidator
validate 
- 
Constructor Details
- 
DeactivationValidator
 
 - 
 - 
Method Details
- 
validate
public void validate(Entity cmsTemplate, EntityValidationResult validationResult) throws PersistException Description copied from interface:EntityValidatorValidate the entity at hand.- Parameters:
 cmsTemplate- 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
 
 -