Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


oracle.jbodt.common
Interface ValidationManager

All Known Subinterfaces:
AttributeInterface
All Known Implementing Classes:
ValidationManagerImpl

public interface ValidationManager

Method Summary
 void addValidator(BaseValidator validator)
          Adds this attribute object to this object.
 void addValidator(BaseValidator validator, int index)
          Adds this attribute object to this object at the specified index.
 boolean canAcceptValidators()
           
 java.lang.String getFullName()
          Retrieves the fully-qualified name of this object.
 java.lang.String getName()
           
 BaseValidator getValidator(int index)
          Retrieves the validator of the specified index.
 BaseValidator[] getValidators()
          Retrieves an array containing all the validators for this object.
 int getValidatorsCount()
           
 java.util.ArrayList getValidatorsList()
          Retrieves the ArrayList object containing all the validators for this object.
 void removeValidator(BaseValidator val)
          Removes the given validator if found
 void removeValidatorAt(int index)
          Removes a validator at the given index.
 void replaceValidator(BaseValidator oldVal, BaseValidator newVal)
          Replaces an old validator with a new one.
 void setValidatorsList(java.util.ArrayList validatorList)
          Allows the batch setting of the mValidators for the object.

 

Method Detail

getName

java.lang.String getName()

getFullName

java.lang.String getFullName()
Retrieves the fully-qualified name of this object.
Returns:
the name of the object.

canAcceptValidators

boolean canAcceptValidators()

getValidatorsCount

int getValidatorsCount()

setValidatorsList

void setValidatorsList(java.util.ArrayList validatorList)
Allows the batch setting of the mValidators for the object.

getValidatorsList

java.util.ArrayList getValidatorsList()
Retrieves the ArrayList object containing all the validators for this object.

getValidator

BaseValidator getValidator(int index)
Retrieves the validator of the specified index.

getValidators

BaseValidator[] getValidators()
Retrieves an array containing all the validators for this object.

addValidator

void addValidator(BaseValidator validator)
Adds this attribute object to this object.

addValidator

void addValidator(BaseValidator validator,
                  int index)
Adds this attribute object to this object at the specified index.

replaceValidator

void replaceValidator(BaseValidator oldVal,
                      BaseValidator newVal)
Replaces an old validator with a new one.

removeValidatorAt

void removeValidatorAt(int index)
Removes a validator at the given index.

removeValidator

void removeValidator(BaseValidator val)
Removes the given validator if found

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


Copyright © 1997, 2011, Oracle. All rights reserved.