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

E22562-02

oracle.apps.fnd.applcore.trees.model
Interface FndTsDataSourceRelVORow

All Superinterfaces:
oracle.jbo.AttributeList, oracle.jbo.ExprWrappable, oracle.jbo.Row, oracle.jbo.XMLInterface
All Known Implementing Classes:
FndTsDataSourceRelVORowClient, FndTsDataSourceRelVORowImpl

public interface FndTsDataSourceRelVORow
extends oracle.jbo.Row


Field Summary
 
Fields inherited from interface oracle.jbo.Row
EFFDT_DELETE_FUTURE_CHANGE_MODE, EFFDT_DELETE_MODE, EFFDT_DELETE_NEXT_CHANGE_MODE, EFFDT_DELETE_THIS_CHANGE_MODE, EFFDT_DELETE_ZAP_MODE, EFFDT_EXPERT_MODE, EFFDT_NONE_MODE, EFFDT_UPDATE_CHANGE_INSERT_MODE, EFFDT_UPDATE_CORRECTION, EFFDT_UPDATE_MODE, EFFDT_UPDATE_NEW_EARLIEST_CHANGE_MODE, EFFDT_UPDATE_OVERRIDE_MODE, REFRESH_CONTAINEES, REFRESH_FORGET_NEW_ROWS, REFRESH_REMOVE_NEW_ROWS, REFRESH_UNDO_CHANGES, REFRESH_WITH_DB_FORGET_CHANGES, REFRESH_WITH_DB_ONLY_IF_UNCHANGED, STATUS_INITIALIZED, STATUS_NEW
 
Fields inherited from interface oracle.jbo.XMLInterface
XML_IGNORE_DEPTH_COUNT, XML_OPT_ALL_ROWS, XML_OPT_ASSOC_CONSISTENT, XML_OPT_CHANGES_ONLY, XML_OPT_LIMIT_RANGE, XML_PASSIVATION_USE
 
Method Summary
 java.lang.String getAllowRangeBasedChild()
           
 java.lang.String getChildDataSourceId()
           
 java.lang.String getCreatedBy()
           
 java.sql.Timestamp getCreationDate()
           
 oracle.jbo.RowIterator getFndTsDataSourceRelVO()
           
 oracle.jbo.Row getFndTsDataSourceVO()
           
 java.sql.Timestamp getLastUpdateDate()
           
 java.lang.String getLastUpdatedBy()
           
 java.lang.String getLastUpdateLogin()
           
 java.lang.String getParentDataSourceId()
           
 java.lang.String getTreeStructureCode()
           
 java.lang.String getViewLinkAccessorName()
           
 void setAllowRangeBasedChild(java.lang.String value)
           
 void setChildDataSourceId(java.lang.String value)
           
 void setParentDataSourceId(java.lang.String value)
           
 void setTreeStructureCode(java.lang.String value)
           
 void setViewLinkAccessorName(java.lang.String value)
           
 
Methods inherited from interface oracle.jbo.Row
getAttributeHints, getAttributeHints, getAttributeSecurityHints, getAttributeSecurityHints, getEffectiveDateMode, getKey, getSecurityHints, getStructureDef, isAttributeUpdateable, isDead, lock, refresh, remove, removeAndRetain, removeFromCollection, setAttributeValues, setEffectiveDateMode, setNewRowState, validate
 
Methods inherited from interface oracle.jbo.AttributeList
getAttribute, getAttribute, getAttributeCount, getAttributeIndexOf, getAttributeNames, getAttributeValues, setAttribute, setAttribute
 
Methods inherited from interface oracle.jbo.XMLInterface
readXML, readXML, writeXML, writeXML, writeXML, writeXML
 

Method Detail

getTreeStructureCode

java.lang.String getTreeStructureCode()

setTreeStructureCode

void setTreeStructureCode(java.lang.String value)

getParentDataSourceId

java.lang.String getParentDataSourceId()

setParentDataSourceId

void setParentDataSourceId(java.lang.String value)

getChildDataSourceId

java.lang.String getChildDataSourceId()

setChildDataSourceId

void setChildDataSourceId(java.lang.String value)

getViewLinkAccessorName

java.lang.String getViewLinkAccessorName()

setViewLinkAccessorName

void setViewLinkAccessorName(java.lang.String value)

getAllowRangeBasedChild

java.lang.String getAllowRangeBasedChild()

setAllowRangeBasedChild

void setAllowRangeBasedChild(java.lang.String value)

getCreatedBy

java.lang.String getCreatedBy()

getCreationDate

java.sql.Timestamp getCreationDate()

getLastUpdatedBy

java.lang.String getLastUpdatedBy()

getLastUpdateDate

java.sql.Timestamp getLastUpdateDate()

getLastUpdateLogin

java.lang.String getLastUpdateLogin()

getFndTsDataSourceVO

oracle.jbo.Row getFndTsDataSourceVO()

getFndTsDataSourceRelVO

oracle.jbo.RowIterator getFndTsDataSourceRelVO()

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.