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

E22564-02

Serialized Form


Package oracle.apps.fnd.applseed.addin.ui

Class oracle.apps.fnd.applseed.addin.ui.SDAbstractDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

PREF_WIDTH

int PREF_WIDTH

PREF_HEIGHT

int PREF_HEIGHT

mTable

javax.swing.JTable mTable

mComboBox

javax.swing.JComboBox mComboBox

mOKButton

javax.swing.JButton mOKButton

mCancelButton

javax.swing.JButton mCancelButton

nCount

int nCount

mLabel

java.lang.String mLabel

bApply

boolean bApply

Class oracle.apps.fnd.applseed.addin.ui.SDAbstractDialog.SDAbstractTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

COLNAMES

java.lang.String[] COLNAMES

data

java.lang.Object[][] data

Class oracle.apps.fnd.applseed.addin.ui.SDAMDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mAMTree

SDJboAppModuleTree mAMTree

mOKButton

javax.swing.JButton mOKButton

mCancelButton

javax.swing.JButton mCancelButton

bApply

boolean bApply

Class oracle.apps.fnd.applseed.addin.ui.SDConfigDialog extends SDAbstractDialog implements Serializable

Serialized Fields

mCfgMgr

oracle.jbo.dt.objects.JboConfigFile mCfgMgr

Class oracle.apps.fnd.applseed.addin.ui.SDConnectionDialog extends SDAbstractDialog implements Serializable

Serialized Fields

mCons

DatabaseConnections mCons

Class oracle.apps.fnd.applseed.addin.ui.SDJboAppModuleTree extends oracle.jbo.dt.ui.main.tree.DtuAppModuleTree implements Serializable


Package oracle.apps.fnd.applseed.config.common

Class oracle.apps.fnd.applseed.config.common.SDConfigException extends java.lang.Exception implements Serializable

Class oracle.apps.fnd.applseed.config.common.SDConfigIncompleteException extends SDConfigException implements Serializable

Serialized Fields

errorMessage

java.lang.String errorMessage

Package oracle.apps.fnd.applseed.config.lists

Class oracle.apps.fnd.applseed.config.lists.SDModuleTree extends oracle.jbo.dt.ui.main.tree.DtuModuleTree implements Serializable

Serialized Fields

am

oracle.jbo.dt.objects.JboAppModule am

visitedNodes

java.util.Set<E> visitedNodes

Class oracle.apps.fnd.applseed.config.lists.SDViewTreeList extends javax.swing.JList implements Serializable

Serialized Fields

wizard

SDWizard wizard

Class oracle.apps.fnd.applseed.config.lists.SDViewTreeList.TreeToListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

source

javax.swing.tree.TreeModel source

invalid

boolean invalid

currentValue

java.lang.Object currentValue

cache

java.util.List<E> cache

Package oracle.apps.fnd.applseed.config.model

Class oracle.apps.fnd.applseed.config.model.CheckNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

check

javax.swing.JCheckBox check

isModelContained

boolean isModelContained

isCheckConstrainedByModel

boolean isCheckConstrainedByModel

Package oracle.apps.fnd.applseed.config.ui.renderers

Class oracle.apps.fnd.applseed.config.ui.renderers.SDCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class oracle.apps.fnd.applseed.config.ui.renderers.SDContainerCellRenderer extends SDTreeCellRenderer implements Serializable

Class oracle.apps.fnd.applseed.config.ui.renderers.SDCustomCellRenderer extends SDTreeCellRenderer implements Serializable

Class oracle.apps.fnd.applseed.config.ui.renderers.SDDisplayPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

component

java.awt.Component component

label

javax.swing.JLabel label

alignment

float alignment

Class oracle.apps.fnd.applseed.config.ui.renderers.SDReportCellRenderer extends SDTreeCellRenderer implements Serializable

Class oracle.apps.fnd.applseed.config.ui.renderers.SDTreeCellRenderer extends oracle.jbo.dt.ui.main.tree.AMTreeCellRenderer implements Serializable

Serialized Fields

am

oracle.jbo.dt.objects.JboAppModule am

Package oracle.apps.fnd.applseed.config.ui.table

Class oracle.apps.fnd.applseed.config.ui.table.SDAbstractTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

data

java.lang.Object[][] data

editMaskList

java.util.Set<E> editMaskList

deleteMaskList

java.util.Set<E> deleteMaskList

iconMaskList

java.util.Set<E> iconMaskList

compMaskList

java.util.Set<E> compMaskList

Class oracle.apps.fnd.applseed.config.ui.table.SDChoiceModel extends SDAbstractTableModel implements Serializable

Serialized Fields

specialColumnList

java.util.List<E> specialColumnList

specialColumnNames

java.util.List<E> specialColumnNames

bGroup

javax.swing.ButtonGroup bGroup

defaultButton

javax.swing.JRadioButton defaultButton

Class oracle.apps.fnd.applseed.config.ui.table.SDChoiceTable extends javax.swing.JTable implements Serializable

Class oracle.apps.fnd.applseed.config.ui.table.SDTable extends javax.swing.JTable implements Serializable

Class oracle.apps.fnd.applseed.config.ui.table.SDTableModel extends SDAbstractTableModel implements Serializable

Serialized Fields

specialList

java.util.List<E> specialList

specialColumnNameList

java.util.List<E> specialColumnNameList

Package oracle.apps.fnd.applseed.config.ui.wiz

Class oracle.apps.fnd.applseed.config.ui.wiz.SDContainerPanel extends SDTreePanel implements Serializable

Serialized Fields

currentTreeSelection

CheckNode currentTreeSelection

hintText

oracle.jbo.dt.ui.main.DtuHintText hintText

tableHintText

oracle.jbo.dt.ui.main.DtuHintText tableHintText

table

SDTable table

lRb

java.util.ResourceBundle lRb

Class oracle.apps.fnd.applseed.config.ui.wiz.SDCustomizationPanel extends SDTreePanel implements Serializable

Serialized Fields

currentTreeSelection

CheckNode currentTreeSelection
Currently selected tree node.


textArea

javax.swing.JTextArea textArea

textPane

javax.swing.JScrollPane textPane

hintText

oracle.jbo.dt.ui.main.DtuHintText hintText

Class oracle.apps.fnd.applseed.config.ui.wiz.SDDriverPanel extends oracle.jbo.dt.ui.main.dlg.DtuWizardPanel implements Serializable

Serialized Fields

tableHintText

oracle.jbo.dt.ui.main.DtuHintText tableHintText

drivervTable

javax.swing.JTable drivervTable

lRb

java.util.ResourceBundle lRb

Class oracle.apps.fnd.applseed.config.ui.wiz.SDHandlerPanel extends SDTreePanel implements Serializable

Serialized Fields

currentTreeSelection

javax.swing.tree.DefaultMutableTreeNode currentTreeSelection
The current selected tree node


currentRadioBtn

javax.swing.JRadioButton currentRadioBtn

choicePanel

oracle.jbo.dt.ui.main.dlg.DtuWizardPanel choicePanel

buttonGroup

javax.swing.ButtonGroup buttonGroup

defaultHandler

javax.swing.JRadioButton defaultHandler

customHandler

javax.swing.JRadioButton customHandler

bulkHandler

javax.swing.JRadioButton bulkHandler

bulkTableField

javax.swing.JTextField bulkTableField

textArea

javax.swing.JTextArea textArea

alternateArea

javax.swing.JTextArea alternateArea

textPane

javax.swing.JScrollPane textPane

alternatePane

javax.swing.JScrollPane alternatePane

tabbedPane

javax.swing.JTabbedPane tabbedPane

refLabel

javax.swing.JLabel refLabel

selectLabel

javax.swing.JLabel selectLabel

referencePanel

javax.swing.JPanel referencePanel

moduleTree

SDModuleTree moduleTree

layout

java.awt.GridBagLayout layout

allModuleScroller

oracle.jbo.dt.ui.main.DtuList allModuleScroller

allModuleList

javax.swing.JList allModuleList

allModuleModel

oracle.jbo.dt.ui.main.DtuListModel allModuleModel

buttonPanel

oracle.jbo.dt.ui.main.DtuShuttleButtonPanel buttonPanel

hintText

oracle.jbo.dt.ui.main.DtuHintText hintText

lRb

java.util.ResourceBundle lRb

Class oracle.apps.fnd.applseed.config.ui.wiz.SDSummaryPanel extends SDTreePanel implements Serializable

Serialized Fields

currentTreeSelection

CheckNode currentTreeSelection

hintText

oracle.jbo.dt.ui.main.DtuHintText hintText

tableHintText

oracle.jbo.dt.ui.main.DtuHintText tableHintText

table

SDTable table

lRb

java.util.ResourceBundle lRb

Class oracle.apps.fnd.applseed.config.ui.wiz.SDSurrogatePanel extends SDTreePanel implements Serializable

Serialized Fields

currentTreeSelection

javax.swing.tree.DefaultMutableTreeNode currentTreeSelection

attrListScroller

oracle.jbo.dt.ui.main.DtuList attrListScroller

attrListBox

javax.swing.JList attrListBox

attrListModel

oracle.jbo.dt.ui.main.DtuListModel attrListModel

attributePanel

oracle.jbo.dt.ui.main.dlg.DtuWizardPanel attributePanel

surrogateViewAttrTree

SDViewTreeList surrogateViewAttrTree

seqField

javax.swing.JTextField seqField

altKeyBox

javax.swing.JComboBox altKeyBox

viewAttrListScroller

javax.swing.JScrollPane viewAttrListScroller

surrogateButtonsPanel

oracle.jbo.dt.ui.main.DtuShuttleButtonPanel surrogateButtonsPanel

hintText

oracle.jbo.dt.ui.main.DtuHintText hintText

lRb

java.util.ResourceBundle lRb

Class oracle.apps.fnd.applseed.config.ui.wiz.SDTreePanel extends oracle.jbo.dt.ui.main.dlg.DtuWizardPanel implements Serializable

Serialized Fields

queryTree

oracle.jbo.dt.ui.main.tree.AMViewTree queryTree

controlPanel

oracle.jbo.dt.ui.main.dlg.DtuWizardPanel controlPanel

xWidth

int xWidth

xChoiceWidth

int xChoiceWidth

openNodes

int openNodes

Package oracle.apps.fnd.applseed.config.ui.wizard

Class oracle.apps.fnd.applseed.config.ui.wizard.SDConfigDatabaseObjectPanel extends oracle.jbo.dt.ui.main.dlg.DtuWizardPanel implements Serializable

Serialized Fields

modelTableHintText

oracle.jbo.dt.ui.main.DtuHintText modelTableHintText

userTableHintText

oracle.jbo.dt.ui.main.DtuHintText userTableHintText

modelDatabaseObjectList

javax.swing.JList modelDatabaseObjectList

configObject

SDConfigObject configObject

modelDBObjectList

java.util.List<E> modelDBObjectList

userDBObjectList

java.util.List<E> userDBObjectList

modelDatabaseTable

javax.swing.JTable modelDatabaseTable

modelDBTableModel

oracle.apps.fnd.applseed.config.ui.wizard.SDConfigDatabaseObjectPanel.DatabaseTableModel modelDBTableModel

userDBTableModel

oracle.apps.fnd.applseed.config.ui.wizard.SDConfigDatabaseObjectPanel.DatabaseTableModel userDBTableModel

userDatabaseTable

javax.swing.JTable userDatabaseTable

addUserTablebtn

javax.swing.JButton addUserTablebtn

removeUserTablebtn

javax.swing.JButton removeUserTablebtn

saveUserTablebtn

javax.swing.JButton saveUserTablebtn

usageValues

java.lang.Object[] usageValues

usageColumnComboBox

javax.swing.JComboBox usageColumnComboBox

newObject

SDDBObject newObject

Class oracle.apps.fnd.applseed.config.ui.wizard.SDConfigDriverPanel extends oracle.jbo.dt.ui.main.dlg.DtuWizardPanel implements Serializable

Serialized Fields

tableHintText

oracle.jbo.dt.ui.main.DtuHintText tableHintText

driverTable

javax.swing.JTable driverTable

model

oracle.apps.fnd.applseed.config.ui.wizard.SDConfigDriverPanel.DriverTableModel model

configObject

SDConfigObject configObject

driverList

java.util.List<E> driverList

selectedDriverRow

int selectedDriverRow

Class oracle.apps.fnd.applseed.config.ui.wizard.SDConfigExternalReferencePanel extends oracle.jbo.dt.ui.main.dlg.DtuWizardPanel implements Serializable

Serialized Fields

externalReferenceHintText

oracle.jbo.dt.ui.main.DtuHintText externalReferenceHintText

externalReferences

java.util.List<E> externalReferences

configObject

SDConfigObject configObject

externalReferenceTable

javax.swing.JTable externalReferenceTable

tableModel

oracle.apps.fnd.applseed.config.ui.wizard.SDConfigExternalReferencePanel.TableModel tableModel

Class oracle.apps.fnd.applseed.config.ui.wizard.SDConfigSummaryPanel extends oracle.jbo.dt.ui.main.dlg.DtuWizardPanel implements Serializable

Serialized Fields

summaryTreeHintText

oracle.jbo.dt.ui.main.DtuHintText summaryTreeHintText

configObject

SDConfigObject configObject

summaryTree

javax.swing.JTree summaryTree

root

javax.swing.tree.TreeNode root

model

javax.swing.tree.DefaultTreeModel model

Class oracle.apps.fnd.applseed.config.ui.wizard.SDConfigSurrogatePanel extends oracle.jbo.dt.ui.main.dlg.DtuWizardPanel implements Serializable

Serialized Fields

configObject

SDConfigObject configObject

keyTable

javax.swing.JTable keyTable

model

oracle.apps.fnd.applseed.config.ui.wizard.SDConfigSurrogatePanel.SurrogateAltKeyTableModel model

generatedAttributeTable

javax.swing.JTable generatedAttributeTable

generatedAttributeTableModel

oracle.apps.fnd.applseed.config.ui.wizard.SDConfigSurrogatePanel.GeneratedAttributeTableModel generatedAttributeTableModel

tableHintText

oracle.jbo.dt.ui.main.DtuHintText tableHintText

generatedAttributeTableHintText

oracle.jbo.dt.ui.main.DtuHintText generatedAttributeTableHintText

surrogateAltKeys

java.util.List<E> surrogateAltKeys

generatedAttributes

java.util.List<E> generatedAttributes

addGeneratedAttributeTablebtn

javax.swing.JButton addGeneratedAttributeTablebtn

removeGeneratedAttributeTablebtn

javax.swing.JButton removeGeneratedAttributeTablebtn

saveUserTableGeneratedAttributeTablebtn

javax.swing.JButton saveUserTableGeneratedAttributeTablebtn

newObject

SDGeneratedAttribute newObject

Package oracle.apps.fnd.applseed.console.excep

Class oracle.apps.fnd.applseed.console.excep.SDConnectInfoParseException extends SDConsoleParamsException implements Serializable

Class oracle.apps.fnd.applseed.console.excep.SDConsoleException extends java.lang.Exception implements Serializable

Class oracle.apps.fnd.applseed.console.excep.SDConsoleParamsException extends SDConsoleException implements Serializable


Package oracle.apps.fnd.applseed.console.ui

Class oracle.apps.fnd.applseed.console.ui.SDMainFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

mTreePane

SDDriverViewTree mTreePane

mResultWindow

SDResultWindow mResultWindow

mMenubar

javax.swing.JMenuBar mMenubar

mStatusbar

javax.swing.JLabel mStatusbar

theAM

oracle.jbo.ApplicationModule theAM

Package oracle.apps.fnd.applseed.console.ui.action

Class oracle.apps.fnd.applseed.console.ui.action.AbstractConsoleAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

theNode

SDVOTreeNode theNode

Class oracle.apps.fnd.applseed.console.ui.action.CheckinAction extends javax.swing.AbstractAction implements Serializable

Class oracle.apps.fnd.applseed.console.ui.action.CleanAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mValue

java.lang.String mValue

mNode

SDVOTreeNode mNode

Class oracle.apps.fnd.applseed.console.ui.action.ClearAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

theDoc

javax.swing.text.Document theDoc

Class oracle.apps.fnd.applseed.console.ui.action.CustomizationAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mValue

java.lang.String mValue

mNode

SDVOTreeNode mNode

Class oracle.apps.fnd.applseed.console.ui.action.ExitAction extends javax.swing.AbstractAction implements Serializable

Class oracle.apps.fnd.applseed.console.ui.action.ExtractAction extends AbstractConsoleAction implements Serializable

Class oracle.apps.fnd.applseed.console.ui.action.ExtractProcessModeAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mNode

SDVOTreeNode mNode

mMode

ExtractProcessMode mMode

Class oracle.apps.fnd.applseed.console.ui.action.HelpAction extends javax.swing.AbstractAction implements Serializable

Class oracle.apps.fnd.applseed.console.ui.action.LoadAction extends AbstractConsoleAction implements Serializable

Serialized Fields

voNode

SDVOTreeNode voNode

Class oracle.apps.fnd.applseed.console.ui.action.LogLevelAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mLevel

java.util.logging.Level mLevel

mNode

SDVOTreeNode mNode

Class oracle.apps.fnd.applseed.console.ui.action.PropertiesAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

theAM

oracle.jbo.ApplicationModule theAM

Package oracle.apps.fnd.applseed.console.ui.panel

Class oracle.apps.fnd.applseed.console.ui.panel.SDCriteriaDialog extends javax.swing.JDialog implements Serializable

Class oracle.apps.fnd.applseed.console.ui.panel.SDMessagePane extends javax.swing.JTextPane implements Serializable

Serialized Fields

theNode

SDVOTreeNode theNode

mDocument

javax.swing.text.StyledDocument mDocument

mLogHandler

oracle.apps.fnd.applseed.console.ui.panel.SDMessagePane.LogStreamHandler mLogHandler

Class oracle.apps.fnd.applseed.console.ui.panel.SDPropertiesDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mOKButton

javax.swing.JButton mOKButton

Class oracle.apps.fnd.applseed.console.ui.panel.SDResultWindow extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

mTabs

java.util.Map<K,V> mTabs

Package oracle.apps.fnd.applseed.console.ui.panel.taxonomy

Class oracle.apps.fnd.applseed.console.ui.panel.taxonomy.SDTaxonomyPartitionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

taxonomyDlgHelper

SDTaxonomyDlgHelper taxonomyDlgHelper
SDTaxonomyDlgHelper holds the data model and decides which values to show based on taxonomy module type.


partitionListPanel

oracle.apps.fnd.applseed.console.ui.panel.taxonomy.SDTaxonomyPartitionDialog.PartitionListPanel partitionListPanel
PartitionList JPanel


mOKButton

javax.swing.JButton mOKButton

mCancelButton

javax.swing.JButton mCancelButton

mFilterButton

javax.swing.JButton mFilterButton

bApply

boolean bApply

Package oracle.apps.fnd.applseed.console.ui.tree

Class oracle.apps.fnd.applseed.console.ui.tree.SDAMTreeNode extends SDTreeNode implements Serializable

Serialized Fields

theAM

oracle.jbo.ApplicationModule theAM

Class oracle.apps.fnd.applseed.console.ui.tree.SDDriverViewTree extends javax.swing.JTree implements Serializable

Serialized Fields

mMode

java.lang.String mMode

Class oracle.apps.fnd.applseed.console.ui.tree.SDTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

mCompObject

oracle.jbo.ComponentObject mCompObject

Class oracle.apps.fnd.applseed.console.ui.tree.SDVOTreeNode extends SDTreeNode implements Serializable

Serialized Fields

logLevel

java.util.logging.Level logLevel

theVO

oracle.jbo.ViewObject theVO

mCustMode

java.lang.String mCustMode

mCleanMode

java.lang.String mCleanMode

extractProcessMode

ExtractProcessMode extractProcessMode

Package oracle.apps.fnd.applseed.diagnostics.util.objects

Class oracle.apps.fnd.applseed.diagnostics.util.objects.SDInheritedViewNode extends SDViewNode implements Serializable


Package oracle.apps.fnd.applseed.orch.exception

Class oracle.apps.fnd.applseed.orch.exception.SDFOrchestratorException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -5524249750611832378L

Class oracle.apps.fnd.applseed.orch.exception.SDFOrchestratorParamException extends SDFOrchestratorException implements Serializable

serialVersionUID: -7241634833541477338L

Class oracle.apps.fnd.applseed.orch.exception.SDFOrchestratorStopException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1610799465735836699L

Class oracle.apps.fnd.applseed.orch.exception.SDFOrchestratorWorkerException extends SDFOrchestratorException implements Serializable

serialVersionUID: -7428888015501447221L


Package oracle.apps.fnd.applseed.orch.util

Class oracle.apps.fnd.applseed.orch.util.SDFOrchestratorParams extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable


Package oracle.apps.fnd.applseed.report

Class oracle.apps.fnd.applseed.report.TreeReportWriter extends java.util.TreeSet implements Serializable

Serialized Fields

am

oracle.jbo.dt.objects.JboAppModule am

title

java.lang.String title

Package oracle.apps.fnd.applseed.rt.common.classloader.crawl

Class oracle.apps.fnd.applseed.rt.common.classloader.crawl.EARFile extends java.io.File implements Serializable

Serialized Fields

prodFamily

java.lang.String prodFamily

time2Process

long time2Process

appModules

java.util.Set<E> appModules

classpath

java.util.Set<E> classpath

Class oracle.apps.fnd.applseed.rt.common.classloader.crawl.SDFFile extends java.io.File implements Serializable

Serialized Fields

appModule

java.lang.String appModule

driverView

java.lang.String driverView

family

java.lang.String family

ear

EARFile ear

relPath

java.lang.String relPath

Package oracle.apps.fnd.applseed.rt.common.classloader.jdev

Class oracle.apps.fnd.applseed.rt.common.classloader.jdev.JdevNotFoundException extends JdevRelatedException implements Serializable

Class oracle.apps.fnd.applseed.rt.common.classloader.jdev.JdevRelatedException extends java.lang.Exception implements Serializable

Class oracle.apps.fnd.applseed.rt.common.classloader.jdev.JdevVersionMismatchException extends JdevRelatedException implements Serializable

Class oracle.apps.fnd.applseed.rt.common.classloader.jdev.LibrariesXMLReadException extends JdevRelatedException implements Serializable

Class oracle.apps.fnd.applseed.rt.common.classloader.jdev.NoExtensionDirectoryException extends JdevRelatedException implements Serializable


Package oracle.apps.fnd.applseed.rt.common.excep

Class oracle.apps.fnd.applseed.rt.common.excep.SDBadReferenceException extends SDRuntimeException implements Serializable

Class oracle.apps.fnd.applseed.rt.common.excep.SDLogParamsException extends SDRuntimeException implements Serializable

Class oracle.apps.fnd.applseed.rt.common.excep.SDMappingException extends SDRuntimeException implements Serializable

Class oracle.apps.fnd.applseed.rt.common.excep.SDMetaDataException extends SDRuntimeException implements Serializable

Class oracle.apps.fnd.applseed.rt.common.excep.SDMissingDataException extends SDRuntimeException implements Serializable

Class oracle.apps.fnd.applseed.rt.common.excep.SDMissingLOVDerivedAttrException extends SDRuntimeException implements Serializable

Class oracle.apps.fnd.applseed.rt.common.excep.SDPasswordException extends SDRuntimeException implements Serializable

Class oracle.apps.fnd.applseed.rt.common.excep.SDRuntimeException extends java.lang.RuntimeException implements Serializable

Class oracle.apps.fnd.applseed.rt.common.excep.SDTooManyAttributesInViewLinkException extends SDRuntimeException implements Serializable

Class oracle.apps.fnd.applseed.rt.common.excep.SDTooManyAttributesMatchException extends SDRuntimeException implements Serializable


Package oracle.apps.fnd.applseed.rt.common.objects

Class oracle.apps.fnd.applseed.rt.common.objects.SDViewNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

vo

oracle.jbo.ViewObject vo

am

oracle.jbo.ApplicationModule am

driverId

java.lang.String driverId

isContained

boolean isContained

surrogateAttribute

oracle.jbo.AttributeDef surrogateAttribute

enterpriseAttribute

oracle.jbo.AttributeDef enterpriseAttribute

uniqueAltKeyList

java.util.List<E> uniqueAltKeyList

extractAttrList

java.util.List<E> extractAttrList

childNodes

java.util.List<E> childNodes

childLinks

java.util.Map<K,V> childLinks

refNodes

java.util.List<E> refNodes

referenceLinks

java.util.Map<K,V> referenceLinks

lovUsages

java.util.Map<K,V> lovUsages

mappers

java.util.Map<K,V> mappers

altViewCriteria

oracle.jbo.ViewCriteria altViewCriteria

hasSelfReferences

boolean hasSelfReferences

selfRefAttrs

java.util.LinkedHashMap<K,V> selfRefAttrs

extendedNodesMap

java.util.Map<K,V> extendedNodesMap

isEffectiveDated

boolean isEffectiveDated

exclusionLinkList

java.util.List<E> exclusionLinkList

lovExclusionList

java.util.List<E> lovExclusionList

transientAttrExtractList

java.util.List<E> transientAttrExtractList

attrExclusionList

java.util.List<E> attrExclusionList

extRefList

java.util.List<E> extRefList

refVAList

java.util.List<E> refVAList

orderedPayloadAttrs

java.util.Set<E> orderedPayloadAttrs

isNodeTranslatable

java.lang.Boolean isNodeTranslatable

Package oracle.apps.fnd.applseed.rt.extract.common

Class oracle.apps.fnd.applseed.rt.extract.common.ExtractFileList extends java.util.ArrayList<ExtractFile> implements Serializable

serialVersionUID: 1L

Class oracle.apps.fnd.applseed.rt.extract.common.RowVersionMap extends java.util.HashMap<RowKey,RowVersion> implements Serializable

Class oracle.apps.fnd.applseed.rt.extract.common.SDExtractViewNode extends SDViewNode implements Serializable

Serialized Fields

childOrder

int childOrder
Defines the order in which to sort siblings of this node. Lower numbers ordered first. Used when children of a node need to be loaded in a particular order. See Bug 9413051.


Package oracle.apps.fnd.applseed.rt.extract.diff

Class oracle.apps.fnd.applseed.rt.extract.diff.DiffKeySet extends java.util.HashSet<RowKey> implements Serializable

Class oracle.apps.fnd.applseed.rt.extract.diff.SeedXMLDiff extends oracle.xml.differ.XMLDiff implements Serializable

Serialized Fields

diffFile1

java.io.File diffFile1
Deprecated. 
Diff File 1.


diffFile2

java.io.File diffFile2
Deprecated. 
Diff File 2.


Package oracle.apps.fnd.applseed.rt.extract.exception

Class oracle.apps.fnd.applseed.rt.extract.exception.ExtractException extends SDRuntimeException implements Serializable

Serialized Fields

status

SDExceptionStatus status
Track exception status: critical, recoverable, warning.

Class oracle.apps.fnd.applseed.rt.extract.exception.ExtractPropertyException extends ExtractException implements Serializable

Class oracle.apps.fnd.applseed.rt.extract.exception.ExtractWriteAccessException extends ExtractException implements Serializable

Class oracle.apps.fnd.applseed.rt.extract.exception.ExtractXmlSerializeException extends ExtractException implements Serializable

Class oracle.apps.fnd.applseed.rt.extract.exception.SDExtractParamsException extends ExtractException implements Serializable

Class oracle.apps.fnd.applseed.rt.extract.exception.SDInvalidLanguageException extends ExtractException implements Serializable

Class oracle.apps.fnd.applseed.rt.extract.exception.SDReferenceAMInvalidException extends SDMetaDataException implements Serializable


Package oracle.apps.fnd.applseed.rt.extract.util.taxonomy

Class oracle.apps.fnd.applseed.rt.extract.util.taxonomy.PartitionKeyMap extends java.util.HashMap<java.lang.String,PartitionKeyValue> implements Serializable

Serialized Fields

keyAttributeName

java.lang.String keyAttributeName
This holds the name of the key attribute whose values are being mapped, eg ModuleId or ApplicationId.


allSelected

boolean allSelected
flag set when all value entries are selected.


Package oracle.apps.fnd.applseed.rt.extract.util.xml

Class oracle.apps.fnd.applseed.rt.extract.util.xml.SDNodeAttributes extends java.util.LinkedHashMap<java.lang.String,java.lang.String> implements Serializable


Package oracle.apps.fnd.applseed.rt.loader.core

Class oracle.apps.fnd.applseed.rt.loader.core.SDLoaderViewNode extends SDViewNode implements Serializable

Serialized Fields

dvo

oracle.jbo.server.ViewObjectImpl dvo

listOfTables

java.util.List<E> listOfTables

commitSize

java.lang.Integer commitSize
The cached commitSize value for this node.


lastUpdatedByAttributeName

java.lang.String lastUpdatedByAttributeName

enterpriseAttributeName

java.lang.String enterpriseAttributeName

Package oracle.apps.fnd.applseed.rt.loader.exception

Class oracle.apps.fnd.applseed.rt.loader.exception.SDDBFatalException extends SDLoaderFatalException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDDriverInitException extends SDLoaderFatalException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDLoaderCleanupException extends SDLoaderException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDLoaderException extends SDRuntimeException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDLoaderFatalException extends SDRuntimeException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDLoaderFileFormatException extends SDLoaderException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDLoaderNLSLanguageException extends SDLoaderException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDLoaderParamsException extends SDLoaderException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDMultiTenancyInitException extends SDLoaderException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDMultiTenancySyncException extends SDLoaderException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDReconnectRequiredException extends SDLoaderFatalException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDRollBackException extends SDRuntimeException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDTooManyObjectsMatchException extends SDLoaderException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDUnknownAttributeException extends SDLoaderFileFormatException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDUnknownDataHandlerException extends SDLoaderException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDUnknownEntityException extends SDLoaderFileFormatException implements Serializable

Class oracle.apps.fnd.applseed.rt.loader.exception.SDUnknownEntitySubTypeException extends SDUnknownEntityException implements Serializable


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

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.