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

E22562-02

Uses of Class
oracle.apps.fnd.applcore.trees.uiModel.Attribute

Packages that use Attribute
oracle.apps.fnd.applcore.trees.ui.managed Provides the Managed bean classes in oracle.apps.fnd.applcore.trees.ui.managed package for Application Hierarchy <fnd:hierarchy> 
oracle.apps.fnd.applcore.trees.uiModel Provides the Differnet uiModel data storage bean classes in oracle.apps.fnd.applcore.trees.uiModel package for Application Hierarchy <fnd:hierarchy> 
oracle.apps.fnd.applcore.trees.uiModel.util Provides the utilitu classes for uiModel stored in oracle.apps.fnd.applcore.trees.uiModel.util package for Application Hierarchy <fnd:hierarchy> 
 

Uses of Attribute in oracle.apps.fnd.applcore.trees.ui.managed
 

Method parameters in oracle.apps.fnd.applcore.trees.ui.managed with type arguments of type Attribute
 java.lang.String[] BaseHierarchyBean.setPrimaryKeysEndVal(java.util.List<Attribute> pkAttrs, org.apache.commons.beanutils.DynaBean treeNode)
          Sets the primary key attributesEnd Value for the tree Node.
 java.lang.String[] BaseHierarchyBean.setPrimaryKeysStartVal(java.util.List<Attribute> pkAttrs, org.apache.commons.beanutils.DynaBean treeNode)
          Sets the primary key attributes Start value for the tree Node.
 java.util.List<org.apache.commons.beanutils.DynaBean> BaseHierarchyBean.sortDynaBeanNodes(java.util.List<Attribute> pkAttrs, java.util.List<org.apache.commons.beanutils.DynaBean> childrenOfRangeNode)
          Sort all the DynaBeans Tree Node so that proper range can be set.
 

Uses of Attribute in oracle.apps.fnd.applcore.trees.uiModel
 

Methods in oracle.apps.fnd.applcore.trees.uiModel with parameters of type Attribute
static PrimaryKey PrimaryKey.getPrimaryKey(Attribute attr, java.lang.String val)
          Gets a handle of newly created for given atrtribute and value
 

Uses of Attribute in oracle.apps.fnd.applcore.trees.uiModel.util
 

Methods in oracle.apps.fnd.applcore.trees.uiModel.util that return types with arguments of type Attribute
static java.util.List<Attribute> DataSourceUtils.getDataSourceAttrs(DataSource ds)
          Gets the attribute available for give data source view object.
static java.util.List<Attribute> DataSourceUtils.getDataSourceHierDispAttrs(DataSource ds)
          Gets the hierarchy display attributes for give data source view object.
static java.util.List<Attribute> DataSourceUtils.getDataSourceLabelHierDispAttrs(DataSource ds)
          Gets the hierarchy display attributes for give data source's label view object.
static java.util.List<Attribute> DataSourceUtils.getDataSourceLabelPkAttrs(DataSource ds)
          Gets the primary key attributes for give data source's label view object.
static java.util.List<Attribute> DataSourceUtils.getDataSourcePkAttrs(DataSource ds)
          Gets the primary key attributes for give data source view object.
 

Method parameters in oracle.apps.fnd.applcore.trees.uiModel.util with type arguments of type Attribute
static java.lang.String TreeNodeFactory.buildWhereClauseForValue(java.util.List<Attribute> pkAttrs)
          Builds the where clause String for primary key attributes for value children.
 int TreeNodeComparator.compare(java.lang.Object obj1, java.lang.Object obj2, java.util.List<Attribute> pkAttrs)
          Comapres the Two Tree Node based on the values for Primary Key fields.
static java.lang.String DataSourceDataLoader.concatenateAttrs(java.util.List<Attribute> attrs, oracle.jbo.Row dataSourceVORow)
          Concatenates values for all the Attributes obtained from the row.
static java.lang.String[] UIModelUtils.getPrimaryKeysVal(java.util.List<Attribute> pkAttrs, oracle.jbo.Row nodeRow)
           
 


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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.