|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Validated | |
|---|---|
| com.uwyn.rife.authentication | Provides classes, interfaces and elements for credentials, authentication sessions and "remember me" management. |
| com.uwyn.rife.authentication.credentials | Provides classes and interfaces for credentials and "remember me" data structures. |
| com.uwyn.rife.cmf | Provides classes, interfaces and elements for the content management framework. |
| com.uwyn.rife.cmf.dam.contentmanagers | Provides managers classes for content information support. |
| com.uwyn.rife.database.querymanagers.generic | Provides classes and interfaces for the persistance framework. |
| com.uwyn.rife.mail | Provides classes and interfaces for the mail queue. |
| com.uwyn.rife.scheduler | Provides classes and interfaces for the scheduler. |
| com.uwyn.rife.site | Provides classes and interfaces that provide useful features during the creation of a website. |
| Uses of Validated in com.uwyn.rife.authentication |
|---|
| Subinterfaces of Validated in com.uwyn.rife.authentication | |
|---|---|
interface |
Credentials
This interface defines the methods that classes with Credentials functionalities have to implement. |
| Uses of Validated in com.uwyn.rife.authentication.credentials |
|---|
| Subinterfaces of Validated in com.uwyn.rife.authentication.credentials | |
|---|---|
interface |
RoleUserCredentials
This interface needs to be implemented by all credentials classes that work with RoleUsersManagers, which
is the default user management in RIFE. |
| Classes in com.uwyn.rife.authentication.credentials that implement Validated | |
|---|---|
class |
RoleUser
Provides standard RoleUserCredentials functionalities by
implementing the property accessors and setting up basic validation rules. |
| Uses of Validated in com.uwyn.rife.cmf |
|---|
| Classes in com.uwyn.rife.cmf that implement Validated | |
|---|---|
class |
CmfValidation
Deprecated. As of RIFE 1.3.2, all the methods moved to the base class Validation |
class |
ContentInfo
This class represents all the information that is stored in the backend about a certain Content instance. |
class |
ContentRepository
Contains the information that's required to describe a content repository. |
| Uses of Validated in com.uwyn.rife.cmf.dam.contentmanagers |
|---|
| Classes in com.uwyn.rife.cmf.dam.contentmanagers that implement Validated | |
|---|---|
class |
DatabaseContentInfo
This class adds additional properties to the ContentInfo class
to be able to store the data in a datab.ase |
| Uses of Validated in com.uwyn.rife.database.querymanagers.generic |
|---|
| Methods in com.uwyn.rife.database.querymanagers.generic with parameters of type Validated | |
|---|---|
protected void |
AbstractGenericQueryManager._validateWithoutCallbacks(Validated validated)
|
void |
AbstractGenericQueryManager.validate(Validated validated)
|
void |
GenericQueryManagerDelegate.validate(Validated validated)
|
| Uses of Validated in com.uwyn.rife.mail |
|---|
| Classes in com.uwyn.rife.mail that implement Validated | |
|---|---|
class |
Email
Contains the details of an email message that will be sent through the mail queue. |
| Uses of Validated in com.uwyn.rife.scheduler |
|---|
| Classes in com.uwyn.rife.scheduler that implement Validated | |
|---|---|
class |
Task
|
class |
Taskoption
|
| Uses of Validated in com.uwyn.rife.site |
|---|
| Subinterfaces of Validated in com.uwyn.rife.site | |
|---|---|
interface |
ValidatedConstrained<P extends ConstrainedProperty>
This interface extends the Validated interface and provides additional methods that are related to beans that are constrained with ConstrainedProperty constraints. |
| Classes in com.uwyn.rife.site that implement Validated | |
|---|---|
class |
MetaData<B extends ConstrainedBean,P extends ConstrainedProperty>
This abstract base class can be conveniently used to added Constrained and ValidatedConstrained meta data to a POJO. |
class |
Validation<B extends ConstrainedBean,P extends ConstrainedProperty>
|
| Methods in com.uwyn.rife.site that return Validated | |
|---|---|
Validated |
MetaData.retrieveValidatedBean()
|
Validated |
Validation.retrieveValidatedBean()
|
Validated |
Validated.retrieveValidatedBean()
Retrieves the bean instance that will be validated. |
| Methods in com.uwyn.rife.site with parameters of type Validated | |
|---|---|
static String |
Validation.getErrorIndication(Validated validated,
String subject,
String valid,
String error)
|
void |
MetaData.provideValidatedBean(Validated bean)
|
void |
Validation.provideValidatedBean(Validated bean)
|
void |
Validated.provideValidatedBean(Validated bean)
Provide the bean instance that will be validated. |
void |
ValidationContext.validate(Validated validated)
Validates a Validated in this context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||