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.PrimaryKey

Packages that use PrimaryKey
oracle.apps.fnd.applcore.trees.demo.uiModel.applicationModule   
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> 
 

Uses of PrimaryKey in oracle.apps.fnd.applcore.trees.demo.uiModel.applicationModule
 

Method parameters in oracle.apps.fnd.applcore.trees.demo.uiModel.applicationModule with type arguments of type PrimaryKey
 void FndDemoEmpAMImpl.initializeEmployeeDeletion(java.util.List<PrimaryKey> primaryKeysList)
           
 void FndDemoEmpAMImpl.initializeEmployeeDuplication(java.util.List<PrimaryKey> primaryKeysList)
           
 void FndDemoEmpAMImpl.initializeEmployeeUpdation(java.util.List<PrimaryKey> primaryKeysList)
           
 void FndDemoEmpAMImpl.populateRow(java.util.List<PrimaryKey> primaryKeysList)
           
 

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

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

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

Method parameters in oracle.apps.fnd.applcore.trees.uiModel.applicationModule with type arguments of type PrimaryKey
 void CentralTreeNodeAMImpl.initializeFndNodeDeletion(java.util.List<PrimaryKey> primaryKeysList)
          Initializes the row while deleting a record for central Tree Node DataSource.
 void CentralTreeNodeAMImpl.initializeFndNodeDuplication(java.util.List<PrimaryKey> primaryKeysList)
          Initializes the row while duplication of a record for central Tree Node DataSource.
 void CentralTreeNodeAMImpl.initializeFndNodeUpdation(java.util.List<PrimaryKey> primaryKeysList)
          Initializes the row while updation of a record for central Tree Node DataSource.
 void CentralTreeNodeAMImpl.populateRow(java.util.List<PrimaryKey> primaryKeysList)
          Populates the attributes for the selected Row.
 


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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.