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

E22562-02

oracle.apps.fnd.applcore.trees.validator.treeStructure
Class RestrictByDateValidator

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.validator.util.BaseValidator
      extended by oracle.apps.fnd.applcore.trees.validator.treeStructure.RestrictByDateValidator
All Implemented Interfaces:
TreeStructureValidator, Validator

public class RestrictByDateValidator
extends BaseValidator
implements TreeStructureValidator

Restrict By Date Validator for given tree structure. If restrict by date flag in tree structure is set make sure that data source VO has EffectiveStartDate and EffectiveEndDate attributes.

Author:
Abhay K Kumar <abhay.k.kumar@oracle.com>

Constructor Summary
RestrictByDateValidator()
          Constructor for RestrictByDateValidator.
 
Method Summary
 ValidationResult validate(java.lang.String treeStructureCode)
          Validate a tree structure.
 
Methods inherited from class oracle.apps.fnd.applcore.trees.validator.util.BaseValidator
getCode, getDescription, getName, setCode, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.apps.fnd.applcore.trees.validator.Validator
getCode, getDescription, getName
 

Constructor Detail

RestrictByDateValidator

public RestrictByDateValidator()
Constructor for RestrictByDateValidator.

Method Detail

validate

public ValidationResult validate(java.lang.String treeStructureCode)
Description copied from interface: TreeStructureValidator
Validate a tree structure.

Specified by:
validate in interface TreeStructureValidator
Parameters:
treeStructureCode - TreeStructureCode
Returns:
ValidationResult as validation result
See Also:
ValidationResult

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.