Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Uses of Class
oracle.apps.fnd.applseed.rt.extract.common.RowKey

Packages that use RowKey
oracle.apps.fnd.applseed.rt.extract.common   
 

Uses of RowKey in oracle.apps.fnd.applseed.rt.extract.common
 

Methods in oracle.apps.fnd.applseed.rt.extract.common that return RowKey
 RowKey RowKeyBuilder.buildEffDateLogicalKey(oracle.jbo.Row rowP)
          Build a RowKey for an effective dated row, with only the keys that make up the logical row, that is, without the effdate attributes.
 RowKey RowKeyBuilder.buildKey()
          Build a key from this row and vo key attribute list.
 RowKey RowKeyBuilder.buildKey(oracle.jbo.Row rowP)
          Build a key for given Row for this vo key attribute list.
static RowKey RowVersionMap.buildKey(java.lang.String nodeName, java.lang.String rowKey)
          Build a map key from the given node name and row key.
 RowKey RowKeyBuilder.buildResolvedKey(oracle.jbo.Row rowP)
          Build a fully resolved RowKey, containing full parental lineage, dereferencing any surrogates to invariant alternate keys.
 RowKey RowVersion.getKey()
          Getter for rowKey.
static RowKey RowKey.valueOf(java.lang.String fullKey)
          Return a RowKey object from fully qualified key value.
static RowKey RowKey.valueOf(java.lang.String nodeP, java.lang.String rowKeyP)
          Return a RowKey object from view node name and row key.
 

Methods in oracle.apps.fnd.applseed.rt.extract.common with parameters of type RowKey
 RowVersion RowVersionMap.get(RowKey key)
          Get the RowVersion object value from this map for the specified key value.
static RowVersion RowVersion.valueOf(RowKey rowkey, int version)
          Returns a RowVerion object from given RowKey object and version number.
 


Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.