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

E22562-05

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

Packages that use DataSource
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.applicationModule Provides the Application Module classes in oracle.apps.fnd.applcore.trees.uiModel.applicationModule 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> 
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 DataSource in oracle.apps.fnd.applcore.trees.ui.managed
 

Methods in oracle.apps.fnd.applcore.trees.ui.managed that return DataSource
 DataSource DuplicateTreeNodeHandler.getSelectedDataSource()
          Getter for Selected Data Source entity.
 

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

Methods in oracle.apps.fnd.applcore.trees.uiModel that return DataSource
 DataSource DataSource.findDataSource(java.lang.String dataSourceId)
          Finds the data source with the given ID within this data source's hierarchy.
 DataSource TreeStructure.findDataSource(java.lang.String dataSourceId)
          Finds the data source with the given ID.
 DataSource DataSource.findParent()
          Gets the parent raw(unprocessed) data source.
 DataSource DataSource.getParent()
          Deprecated. Use findParent() instead
 

Methods in oracle.apps.fnd.applcore.trees.uiModel that return types with arguments of type DataSource
 java.util.Map<java.lang.String,DataSource> TreeStructure.getAllDataSourceMap()
          Gets the the data source Map for all the data sources for this tree structure as Id and Data Source pair.
 java.util.List<DataSource> DataSource.getChildren()
          Gets the children data sources.
 java.util.List<DataSource> TreeStructure.getRootDataSources()
          Gets the list of root data sources.
 

Constructors in oracle.apps.fnd.applcore.trees.uiModel with parameters of type DataSource
DataSource(FndTsDataSourceRelVORow dsRel, DataSource parentDS)
          Create a raw data source with the specified parent.
 

Uses of DataSource in oracle.apps.fnd.applcore.trees.uiModel.applicationModule
 

Methods in oracle.apps.fnd.applcore.trees.uiModel.applicationModule with parameters of type DataSource
 void CreateTreeAMImpl.addTreeLabelRows(java.util.List<java.lang.String> selectedLabels, DataSource selectedDs, java.util.Map<java.lang.String,java.lang.String> availableTreeLabelsMap, java.lang.String labelingScheme)
          Add tree label rows to the transient VO GlobalTreeLabelVO on click of save button in the Add Tree label page.
 

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

Methods in oracle.apps.fnd.applcore.trees.uiModel.util that return DataSource
static DataSource DataSourceUtils.findVlAccessorChildDS(DataSource parentDs, java.lang.String vlAccessorVoDefFullName)
          If a parent data source has registered a view link, find the child data source that is pointed by this view link.
 

Methods in oracle.apps.fnd.applcore.trees.uiModel.util with parameters of type DataSource
static boolean DataSourceDataLoader.dataSourceParamsBasedValidation(java.lang.String treeStructureCode, java.lang.String treeCode, java.lang.String treeVersionId, DataSource ds, java.lang.String[] primaryKeysVal)
          Validates whether this is a suilable candidate for addition when parameters provided for data source.
static DataSource DataSourceUtils.findVlAccessorChildDS(DataSource parentDs, java.lang.String vlAccessorVoDefFullName)
          If a parent data source has registered a view link, find the child data source that is pointed by this view link.
static java.util.Map<java.lang.String,java.lang.String> TreeLabelsLoader.getAvailableLabelsForDataSource(oracle.jbo.ApplicationModule helperAM, java.lang.String treeStructureCode, DataSource dataSource)
          Gets the available labels information from attached Label VO.
static java.util.Map<java.lang.String,java.lang.String> DataSourceDataLoader.getAvailableNodesFromDataSource(java.lang.String treeStructureCode, java.lang.String treeCode, java.lang.String treeVersionId, DataSource dataSource, int startIndex)
          Gets the available nodes information from DataSource.
static oracle.jbo.server.ViewRowSetImpl UIModelUtils.getChildAccessorTreeNodes(DataSource ds, oracle.jbo.Row treeNodeRow, oracle.jbo.ApplicationModule am, boolean isDynamicRow)
          Gets the List of actual Tree nodes from child accessor data source as row iterator of value nodes.
static java.lang.String DataSourceUtils.getCreateDataSourcePage(DataSource ds)
          Gets the create page UI from view object definition of data source.
static java.util.List<Attribute> DataSourceUtils.getDataSourceAttrs(DataSource ds)
          Gets the attribute available for give data source view object.
static java.lang.String DataSourceUtils.getDataSourceDisplayName(DataSource ds)
          Gets the data source display name for given data source.
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.
static java.util.List<org.apache.commons.beanutils.DynaProperty> DataSourceUtils.getDataSourceProperties(DataSource ds)
          Gets the DynaProperty's of this DataSource and all its children.
static java.lang.String DataSourceUtils.getDeleteDataSourcePage(DataSource ds)
          Gets the delete page UI from view object definition of data source.
static java.lang.String DataSourceUtils.getDuplicateDataSourcePage(DataSource ds)
          Gets the duplicate page UI from view object definition of data source.
static java.lang.String DataSourceUtils.getLabelDataSourceDisplayName(DataSource ds)
          Gets the label data source display name for given data source.
static oracle.jbo.RowIterator UIModelUtils.getRangeTreeNodes(DataSource ds, oracle.jbo.Row rangeNodeRow, oracle.jbo.ApplicationModule am)
          Gets the actual Tree nodes Iterator as set of actual data source nodes for a given range tree node.
static java.lang.String DataSourceUtils.getSearchDataSourcePage(DataSource ds)
          Gets the search and select page UI from view object definition of data source.
static java.lang.String DataSourceUtils.getUpdateDataSourcePage(DataSource ds)
          Gets the update page UI from view object definition of data source.
static oracle.jbo.Row UIModelUtils.getValueTreeNode(DataSource ds, oracle.jbo.Row valueNodeRow, oracle.jbo.ApplicationModule am)
          Gets the actual Tree nodes from data source as value node.
static boolean DataSourceUtils.isVlAccessorChild(oracle.jbo.server.ApplicationModuleImpl am, DataSource ds)
          checks whether this data source is registered for some view link of its parent data source.
static void TreeNodeFactory.populateNodeFromRow(org.apache.commons.beanutils.DynaBean node, DataSource ds, oracle.jbo.Row row)
          Populates a node (DynaBean) with values from a tree data source row.
static void TreeNodeFactory.setParameterBasedCriteria(TreeService treeSvc, java.lang.String treeStructureCode, java.lang.String treeCode, java.lang.String treeVersionId, oracle.jbo.ViewObject vo, DataSource ds)
          Sets Criteria and where conditions specified for data source as parameters.
static java.lang.String DataSourceDataLoader.validateAndGetHierarchyDisplay(java.lang.String treeStructureCode, java.lang.String treeCode, java.lang.String treeVersionId, DataSource ds, java.lang.String[] primaryKeysVal)
          Validates whether this is a candidate for addition when parameters provided for data source and return hierarchy Display
 

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

Methods in oracle.apps.fnd.applcore.trees.validator.util with parameters of type DataSource
static java.lang.String ValidatorUtils.concatenatedPrimaryKeyFromDataSourceNode(DataSource ds, oracle.jbo.Row dataSourceNodeRow)
           
static java.util.List<java.lang.String> ValidatorUtils.getAvailableLabelsForDataSource(oracle.jbo.ApplicationModule helperAM, DataSource ds)
          Gets the available labels information from attached Label VO.
static java.util.Map<java.lang.String,java.lang.String> ValidatorUtils.getAvailableNodesForDataSource(java.lang.String treeStructureCode, java.lang.String treeCode, java.lang.String treeVersionId, oracle.jbo.ApplicationModule helperAM, DataSource ds, int startIndex)
          Gets the available Nodes from the data source along with custom attribute UsedFlag.
 


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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.