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

E22564-02

oracle.apps.fnd.applseed.config.common
Class SDPropertyManager

java.lang.Object
  extended by oracle.apps.fnd.applseed.config.common.SDPropertyManager

public class SDPropertyManager
extends java.lang.Object


Constructor Summary
SDPropertyManager(SDConfigObject configObject)
           
 
Method Summary
 SDConfigObject getConfigObject()
           
static java.lang.String getHint(java.lang.String key, oracle.jbo.dt.objects.JboNamedObject jbo)
          Method returns property value for the named object.
static java.util.List getHintsWithKeyPrefix(java.lang.String prefix, oracle.jbo.dt.objects.JboNamedObject jbo)
          Get list of properties of the JboObject that have the given prefix.
 java.lang.String getIdentifierKey(java.lang.String keyBase, SDConfigObject configObject)
          Method returns key with driver view identifier embedded.
static java.util.List<java.lang.String> getSortedHintKeysWithPrefix(java.lang.String prefix, oracle.jbo.dt.objects.JboNamedObject jbo)
          Get sorted list of property keys of the JboObject that have the given prefix.
 java.util.List<SDViewObject> readConfigProperties()
           
 void saveDriverDBObjects(SDViewObject vo)
           
 void saveDriverExternalReferences(SDViewObject vo)
           
 void saveDrivers(java.util.List drivers)
           
 void saveDriverSurrogateAltKeys(SDViewObject vo)
           
 void setConfigObject(SDConfigObject configObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDPropertyManager

public SDPropertyManager(SDConfigObject configObject)
Method Detail

saveDriverExternalReferences

public void saveDriverExternalReferences(SDViewObject vo)

saveDriverDBObjects

public void saveDriverDBObjects(SDViewObject vo)

saveDriverSurrogateAltKeys

public void saveDriverSurrogateAltKeys(SDViewObject vo)

saveDrivers

public void saveDrivers(java.util.List drivers)

getIdentifierKey

public java.lang.String getIdentifierKey(java.lang.String keyBase,
                                         SDConfigObject configObject)
Method returns key with driver view identifier embedded. The wizard provides the identifier fragment.

Parameters:
keyBase - base key
configObject - SDConfigObject
Returns:
reconstructed key

setConfigObject

public void setConfigObject(SDConfigObject configObject)

getConfigObject

public SDConfigObject getConfigObject()

readConfigProperties

public java.util.List<SDViewObject> readConfigProperties()

getHintsWithKeyPrefix

public static java.util.List getHintsWithKeyPrefix(java.lang.String prefix,
                                                   oracle.jbo.dt.objects.JboNamedObject jbo)
Get list of properties of the JboObject that have the given prefix.

Parameters:
prefix - of properties that will be returned
jbo - JboObject whose properties will be returned.
Returns:
List of properties that have keys with the give prefix

getHint

public static java.lang.String getHint(java.lang.String key,
                                       oracle.jbo.dt.objects.JboNamedObject jbo)
Method returns property value for the named object.

Parameters:
key - key of the property
jbo - JboNamedObject that contains the property
Returns:
returns value of the property

getSortedHintKeysWithPrefix

public static java.util.List<java.lang.String> getSortedHintKeysWithPrefix(java.lang.String prefix,
                                                                           oracle.jbo.dt.objects.JboNamedObject jbo)
Get sorted list of property keys of the JboObject that have the given prefix.

Parameters:
prefix - of property keys that will be returned
jbo - JboObject whose keys will be returned.
Returns:
Sorted list of property keys that have the give prefix

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

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.