|
Oracle Fusion Middleware extensions for Seed Data Framework 11g Release 1 (11.1.1.6) E22564-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applseed.config.ui.wiz.SeedConfiguration
public final class SeedConfiguration
Utility class consisting of static methods to handle configuration wizard tasks. Method also contains constant declarations required for configuration.
| Field Summary | |
|---|---|
static java.lang.String |
ROWID
String constants that are used for validation. |
static java.lang.String |
UROWID
String constants that are used for validation. |
| Method Summary | |
|---|---|
static java.util.List<oracle.jbo.dt.objects.JboKey> |
getAlternateKeyList(oracle.jbo.dt.objects.JboViewReference vRef,
oracle.jbo.dt.objects.JboAppModule am)
Method returns alternateKeyList for viewreference. |
static java.util.List |
getExtractList(oracle.jbo.dt.objects.JboAppModule am,
java.lang.String rootViewName)
Method returns list of attributes that will be extracted. |
static java.lang.String |
getTypeName()
Method retuns Seed Configuration Module short name. |
static java.util.List |
getUpdatedTables(javax.swing.tree.DefaultMutableTreeNode node,
oracle.jbo.dt.objects.JboAppModule am)
Method returns List of tables that are updated during Seed configuration upload of the data for the node. |
static java.util.List |
getViews(oracle.jbo.dt.objects.JboAppModule am)
Method returns List of View Objects that exist in the am. |
static int |
setConfigurationNumber(SDWizard wiz)
Method compares the extract attributes of the Seed Configuration with the original extract attributes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ROWID
public static final java.lang.String UROWID
| Method Detail |
|---|
public static java.util.List getExtractList(oracle.jbo.dt.objects.JboAppModule am,
java.lang.String rootViewName)
am - Seed configuration application modulerootViewName - View Name
public static java.util.List<oracle.jbo.dt.objects.JboKey> getAlternateKeyList(oracle.jbo.dt.objects.JboViewReference vRef,
oracle.jbo.dt.objects.JboAppModule am)
vRef - View Referenceam - Application Module
public static java.util.List getViews(oracle.jbo.dt.objects.JboAppModule am)
am - Application Module being edited
public static java.lang.String getTypeName()
public static java.util.List getUpdatedTables(javax.swing.tree.DefaultMutableTreeNode node,
oracle.jbo.dt.objects.JboAppModule am)
node - Tree Node for which list of tables is requiredam - Application Module being edited
public static int setConfigurationNumber(SDWizard wiz)
wiz - wizard editing the Seed Configuration.
|
Oracle Fusion Middleware extensions for Seed Data Framework 11g Release 1 (11.1.1.6) E22564-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||