Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

oracle.adfinternal.businesseditor.objects
Class AttributeValidatorGroupHelper

java.lang.Object
  extended by oracle.adfinternal.businesseditor.objects.ObjectGroupHelper
      extended by oracle.adfinternal.businesseditor.objects.AttributeValidatorGroupHelper

public final class AttributeValidatorGroupHelper
extends ObjectGroupHelper

For internal framework use only. Helper class to manager the validators for an attribute

For internal use only. Application developers should not use this

Constructor Summary
protected AttributeValidatorGroupHelper(AttributeImpl attr)
           
 
Method Summary
protected  void commitDeleteChild(BusinessEditorBaseObjectImpl child)
           
protected  AttributeValidatorImpl createValidator(java.lang.String name, java.lang.String ruleDefinition, java.lang.String errorMessage)
           
protected  void deleteValidator(AttributeValidator validator)
           
protected  AttributeValidatorImpl findValidator(java.lang.String name)
           
protected  java.util.Collection<AttributeValidator> getValidators()
           
protected  void populateChildren()
           
protected  void renameValidator(AttributeValidatorImpl validator, java.lang.String oldName, java.lang.String newName)
           
 
Methods inherited from class oracle.adfinternal.businesseditor.objects.ObjectGroupHelper
addChild, addNewChild, canPopulateChildren, childExists, deleteChild, doCommit, doRollback, getChild, getChildren, getLocalizedString, renameChild, setPopulated, updateNonExistentChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeValidatorGroupHelper

protected AttributeValidatorGroupHelper(AttributeImpl attr)
Method Detail

getValidators

protected java.util.Collection<AttributeValidator> getValidators()

findValidator

protected AttributeValidatorImpl findValidator(java.lang.String name)

createValidator

protected AttributeValidatorImpl createValidator(java.lang.String name,
                                                 java.lang.String ruleDefinition,
                                                 java.lang.String errorMessage)

deleteValidator

protected void deleteValidator(AttributeValidator validator)

populateChildren

protected void populateChildren()
Overrides:
populateChildren in class ObjectGroupHelper

commitDeleteChild

protected void commitDeleteChild(BusinessEditorBaseObjectImpl child)
Overrides:
commitDeleteChild in class ObjectGroupHelper

renameValidator

protected void renameValidator(AttributeValidatorImpl validator,
                               java.lang.String oldName,
                               java.lang.String newName)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

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