Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Uses of Interface
oracle.apps.fnd.applcore.trees.validator.Validator

Packages that use Validator
oracle.apps.fnd.applcore.trees.validator Provides the Validators for for Tree Structure and Tree Version in the oracle.apps.fnd.applcore.trees.validator package in Application Hierarchy <fnd:hierarchy> 
oracle.apps.fnd.applcore.trees.validator.treeStructure Provides the Validators for for Tree Structure in the oracle.apps.fnd.applcore.trees.validator.treeStructure package in Application Hierarchy <fnd:hierarchy> 
oracle.apps.fnd.applcore.trees.validator.treeVersion Provides the Validators for for Tree Version in the oracle.apps.fnd.applcore.trees.validator.treeVersion package in Application Hierarchy <fnd:hierarchy> 
oracle.apps.fnd.applcore.trees.validator.util Provides the utility classes for tree structure and tree version Validations in the oracle.apps.fnd.applcore.trees.validator.util package in Application Hierarchy <fnd:hierarchy> 
 

Uses of Validator in oracle.apps.fnd.applcore.trees.validator
 

Subinterfaces of Validator in oracle.apps.fnd.applcore.trees.validator
 interface TreeStructureValidator
          Validator interface for tree structure validation.
 interface TreeVersionValidator
          Validator to be used for Tree Version specific validation.
 

Methods in oracle.apps.fnd.applcore.trees.validator that return Validator
 Validator ValidationResult.getValidator()
          Gets the validator associated with this Validation Result.
 

Methods in oracle.apps.fnd.applcore.trees.validator with parameters of type Validator
 void ValidationResult.setValidator(Validator validator)
          Sets the validator object also along with the Validation Result.
 

Uses of Validator in oracle.apps.fnd.applcore.trees.validator.treeStructure
 

Classes in oracle.apps.fnd.applcore.trees.validator.treeStructure that implement Validator
 class AllowNodeLevelSecurityValidator
          Allow Node Level Security Validator for given tree structure.
 class AvailableDataSourcesValidator
          Validator for available data sources for given tree structure.
 class AvailableLabelDataSourcesValidator
          Validator for available label data sources for given tree structure.
 class ColFlattenedTableValidator
          Validator for Column Flattened Table of a Tree Structure.
 class RestrictByDateValidator
          Restrict By Date Validator for given tree structure.
 class RestrictBySetIdValidator
          Restrict By Set Id Validator for given tree structure.
 class RowFlattenedTableValidator
          Validator for Row Flattened Table of a Tree Structure.
 class TreeNodeTableValidator
          Validator for Tree Node Table of a Tree Structure.
 

Uses of Validator in oracle.apps.fnd.applcore.trees.validator.treeVersion
 

Classes in oracle.apps.fnd.applcore.trees.validator.treeVersion that implement Validator
 class AvailableNodeValidator
          Validator for availablity of tree version nodes.
 class DataSourceMaxDepthValidator
          Validator for Data Source Max Depth imposed on tree version nodes.
 class DateRestrictedNodeValidator
          Validator for Date Restriction imposed on tree version nodes.
 class DuplicateNodeValidator
          Validator for Nodes in Tree Version based on Allow Duplicate Node flag of associated data sources.
 class EffectiveDateValidator
          Validator for Date Effectivity of a Tree Version.
 class LabelEnabledNodeValidator
          Validator for nodes based on labeling scheme for a tree version nodes.
 class MultipleActiveVersionValidator
          Validator for multiple active tree versions (overlapping date ranges).
 class NodeRelationshipValidator
          Validator for Node relationships imposed on tree version nodes.
 class OnlineTreeVersionValidator
          Validator for availablity of tree version nodes.
 class RangeBasedNodeValidator
          Validator for range based node whether it is allowed for associated data source.
 class RootNodeValidator
          Validator for root nodes of a Tree Version.
 class SetIdRestrictedNodeValidator
          Validator for the Set ID restriction imposed on tree version nodes.
 class TerminalNodeValidator
          Validator for Terminal Nodes for Tree version nodes.
 class UsageLimitValidator
          Validator for Nodes in Tree Version based on Usage Limit attribute of associated data sources.
 

Uses of Validator in oracle.apps.fnd.applcore.trees.validator.util
 

Classes in oracle.apps.fnd.applcore.trees.validator.util that implement Validator
 class BaseValidator
          Base class for validators providing common functionality across all types of validators.
 


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.