Uses of Interface
com.softwareag.centrasite.appl.framework.validation.impl.ValidatableContainer

Packages that use ValidatableContainer
com.softwareag.centrasite.appl.framework.validation.impl   
 

Uses of ValidatableContainer in com.softwareag.centrasite.appl.framework.validation.impl
 

Methods in com.softwareag.centrasite.appl.framework.validation.impl that return ValidatableContainer
static ValidatableContainer Validator.getValidatableContainer(Constraint.Context pContext)
          Reads the ValidatableContainer from the given Constraint.Context.
 

Methods in com.softwareag.centrasite.appl.framework.validation.impl with parameters of type ValidatableContainer
 void Validator.setValidatableContainer(ValidatableContainer pValidatableContainer)
          Sets the ValidatableContainer, which is currently being checked, in the given Constraint.Context.
protected  void Validator.validate(ValidatableContainer pValidatableContainer)
          Called to validate the given ValidatableContainer.
 

Method parameters in com.softwareag.centrasite.appl.framework.validation.impl with type arguments of type ValidatableContainer
protected  void Validator.validateContainers(java.util.Collection<ValidatableContainer> pValidatableContainers)
          Called to validate the given container of validatables.
 java.util.List<Validator.ErrorInfo> Validator.validateContainers(Constraint.Context pContext, java.util.Collection<ValidatableContainer> pValidatableContainers)
          Performs the validation and returns the result.