Uses of Interface
com.uwyn.rife.site.ValidationContext

Packages that use ValidationContext
com.uwyn.rife.cmf.dam Provides classes and interfaces for the database access management of the content management framework. 
com.uwyn.rife.database.querymanagers.generic Provides classes and interfaces for the persistance framework. 
com.uwyn.rife.site Provides classes and interfaces that provide useful features during the creation of a website. 
 

Uses of ValidationContext in com.uwyn.rife.cmf.dam
 

Classes in com.uwyn.rife.cmf.dam that implement ValidationContext
 class ContentQueryManager<T>
          The ContentQueryManager simplifies working with content a lot.
 

Uses of ValidationContext in com.uwyn.rife.database.querymanagers.generic
 

Subinterfaces of ValidationContext in com.uwyn.rife.database.querymanagers.generic
 interface GenericQueryManager<BeanType>
          A GenericQueryManager provides features that make it easy to persist and retrieve beans in a database with single method calls.
 

Classes in com.uwyn.rife.database.querymanagers.generic that implement ValidationContext
 class AbstractGenericQueryManager<BeanType>
           
 class GenericQueryManagerDelegate<T>
           
 

Uses of ValidationContext in com.uwyn.rife.site
 

Methods in com.uwyn.rife.site with parameters of type ValidationContext
 boolean MetaData.validate(ValidationContext context)
           
 boolean Validation.validate(ValidationContext context)
           
 boolean Validated.validate(ValidationContext context)
          Validates the internal subjects and also validates the bean within the provided ValidationContext
 boolean MetaData.validateGroup(String name, ValidationContext context)
           
 boolean ValidatedConstrained.validateGroup(String name, ValidationContext context)
          Validate the ValidationRules of a particular validation group and also validates the entire bean within the provided ValidationContext
 boolean Validation.validateGroup(String name, ValidationContext context)
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.