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

E22562-02

oracle.apps.fnd.applcore.flex.runtime.util
Interface AbstractBCModeler.SegmentValidators

Enclosing class:
AbstractBCModeler

protected static interface AbstractBCModeler.SegmentValidators

Validators for a segment.


Method Summary
 java.lang.String getSegmentAttributeName()
          Gets the name of the attribute for which the validators are defined.
 java.util.List<oracle.jbo.rules.JboAbstractValidator> getValidators()
          Gets all validators.
 java.util.List<oracle.jbo.server.ViewAccessorDef> getViewAccessors()
          Gets all view accessors used by the validators.
 

Method Detail

getSegmentAttributeName

java.lang.String getSegmentAttributeName()
Gets the name of the attribute for which the validators are defined.

Returns:
the name of the attribute to be validated

getViewAccessors

java.util.List<oracle.jbo.server.ViewAccessorDef> getViewAccessors()
Gets all view accessors used by the validators.

Returns:
the list of view accessors

getValidators

java.util.List<oracle.jbo.rules.JboAbstractValidator> getValidators()
Gets all validators.

Returns:
all validators

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.