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

E22562-01

oracle.apps.fnd.applcore.trees.model.entity
Class FndTreeStructureEOImpl

java.lang.Object
  extended by oracle.jbo.server.RowImpl
      extended by oracle.jbo.server.EntityImpl
          extended by oracle.apps.fnd.applcore.oaext.model.OAEntityImpl
              extended by oracle.apps.fnd.applcore.trees.model.util.TreeEntityImpl
                  extended by oracle.apps.fnd.applcore.trees.model.entity.FndTreeStructureEOImpl
All Implemented Interfaces:
java.util.EventListener, oracle.jbo.AttributeList, oracle.jbo.domain.DomainOwnerInterface, oracle.jbo.expr.JIReservedVarNames, oracle.jbo.ExprScriptSupplier, oracle.jbo.ExprValueSupplier, oracle.jbo.ExprWrappable, oracle.jbo.JboReservedVarNames, oracle.jbo.Row, oracle.jbo.server.Entity, oracle.jbo.server.TransactionListener, oracle.jbo.server.TransactionPostListener, oracle.jbo.server.ValidationListener, oracle.jbo.server.ValidationManager, oracle.jbo.VariableManagerOwnerBase, oracle.jbo.XMLInterface

public class FndTreeStructureEOImpl
extends TreeEntityImpl


Nested Class Summary
static class FndTreeStructureEOImpl.AttributesEnum
          AttributesEnum: generated enum for identifying attributes and accessors.
 
Field Summary
static int ALLOWMULTIPLEACTIVEVERS
           
static int ALLOWMULTIPLEROOTNODES
           
static int ALLOWNODELEVELSECURITY
           
static int ALLOWRAGGEDNODES
           
static int ALLOWSKIPLEVELNODES
           
static int APPLICATIONID
           
static int BIVIEWOBJECTDEFNAME
           
static int CREATEDBY
           
static int CREATIONDATE
           
static int CREATIONMODE
           
static int CUSTOMIZABLE
           
static int DESCRIPTION
           
static int FNDTREEEO
           
static int FNDTSDATASOURCEEO
           
static int FNDTSDATASOURCEREL
           
static int IDCOLFLATTENEDTABLE
           
static int LABELINGSCHEME
           
static int LASTUPDATEDATE
           
static int LASTUPDATEDBY
           
static int LASTUPDATELOGIN
           
static int MODULEID
           
static int NUMBEROFTREES
           
static int OA_TL_ENTITIES
           
static int REFRESHINTERVAL
           
static int RESTRICTBYDATE
           
static int RESTRICTBYSETID
           
static int ROWFLATTENEDTABLE
           
static int ROWID
           
static int SHARINGSCHEME
           
static int STATUS
           
static int TREENODETABLE
           
static int TREESTRUCTURECODE
           
static int TREESTRUCTURENAME
           
static int VERSIONING
           
 
Fields inherited from class oracle.apps.fnd.applcore.oaext.model.OAEntityImpl
DELETE, INSERT, LOCK, RCS_ID, SEED_DATA_USER, SELECT, UPDATE
 
Fields inherited from class oracle.jbo.server.EntityImpl
CURRENT_VERSION, DML_DELETE, DML_INSERT, DML_UPDATE, MAXATTRCONST, mOrigData, ORACLE_ROWID_COLUMN, ORIGINAL_VERSION, PROPERTY_LOOKUP_ATTR_NAME, PROPERTY_LOOKUP_DISPATTR, PROPERTY_LOOKUP_TYPE, SYS_EFFDT_ROW_SPLIT, XML_CI_CHANGED, XML_PK_CHANGED, XML_PK_CHANGED_YES
 
Fields inherited from interface oracle.jbo.server.Entity
STATUS_DEAD, STATUS_DELETED, STATUS_MODIFIED, STATUS_UNMODIFIED
 
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
 
Fields inherited from interface oracle.jbo.JboReservedVarNames
RESERVED_VAR_AGG_AVG, RESERVED_VAR_AGG_COUNT, RESERVED_VAR_AGG_MAX, RESERVED_VAR_AGG_MIN, RESERVED_VAR_AGG_SUM, RESERVED_VAR_AGGVAL_PREFIX, RESERVED_VAR_STRUCTURE_DEF
 
Fields inherited from interface oracle.jbo.expr.JIReservedVarNames
RESERVED_VAR_VALUE
 
Constructor Summary
FndTreeStructureEOImpl()
          This is the default constructor (do not remove)
 
Method Summary
protected  void create(oracle.jbo.AttributeList attributeList)
          Add attribute defaulting logic in this method.
static oracle.jbo.Key createPrimaryKey(java.lang.String treeStructureCode)
           
protected  void doDML(int operation, oracle.jbo.server.TransactionEvent e)
          Custom DML update/insert/delete logic here.
 java.lang.String getAllowMultipleActiveVers()
          Gets the attribute value for AllowMultipleActiveVers, using the alias name AllowMultipleActiveVers.
 java.lang.String getAllowMultipleRootNodes()
          Gets the attribute value for AllowMultipleRootNodes, using the alias name AllowMultipleRootNodes
 java.lang.String getAllowNodeLevelSecurity()
          Gets the attribute value for AllowNodeLevelSecurity, using the alias name AllowNodeLevelSecurity
 java.lang.String getAllowRaggedNodes()
          Gets the attribute value for AllowRaggedNodes, using the alias name AllowRaggedNodes
 java.lang.String getAllowSkipLevelNodes()
          Gets the attribute value for AllowSkipLevelNodes, using the alias name AllowSkipLevelNodes
 java.lang.Long getApplicationId()
          Gets the attribute value for ApplicationId, using the alias name ApplicationId
protected  java.lang.Object getAttrInvokeAccessor(int index, oracle.jbo.server.AttributeDefImpl attrDef)
          getAttrInvokeAccessor: generated method.
 java.lang.String getBiViewObjectDefName()
          Gets the attribute value for BiViewObjectDefName, using the alias name BiViewObjectDefName.
 java.lang.String getCreatedBy()
          Gets the attribute value for CreatedBy, using the alias name CreatedBy
 java.sql.Timestamp getCreationDate()
          Gets the attribute value for CreationDate, using the alias name CreationDate
 java.lang.String getCreationMode()
          Gets the attribute value for CreationMode, using the alias name CreationMode
 java.lang.String getCustomizable()
          Gets the attribute value for Customizable, using the alias name Customizable
static oracle.jbo.server.EntityDefImpl getDefinitionObject()
           
 java.lang.String getDescription()
          Gets the attribute value for Description, using the alias name Description
 oracle.jbo.RowIterator getFndTreeEO()
          Gets the associated entity oracle.jbo.RowIterator
 oracle.jbo.RowIterator getFndTsDataSourceEO()
          Gets the associated entity oracle.jbo.RowIterator
 oracle.jbo.RowIterator getFndTsDataSourceRel()
           
 java.lang.String getIdColFlattenedTable()
          Gets the attribute value for IdColFlattenedTable, using the alias name IdColFlattenedTable
 java.lang.String getLabelingScheme()
          Gets the attribute value for LabelingScheme, using the alias name LabelingScheme
 java.sql.Timestamp getLastUpdateDate()
          Gets the attribute value for LastUpdateDate, using the alias name LastUpdateDate
 java.lang.String getLastUpdatedBy()
          Gets the attribute value for LastUpdatedBy, using the alias name LastUpdatedBy
 java.lang.String getLastUpdateLogin()
          Gets the attribute value for LastUpdateLogin, using the alias name LastUpdateLogin
 java.lang.String getModuleId()
          Gets the attribute value for ModuleId, using the alias name ModuleId.
 java.lang.Long getNumberOfTrees()
          Gets the attribute value for NumberOfTrees, using the alias name NumberOfTrees
 oracle.jbo.RowIterator getOA_TL_ENTITIES()
          Gets the associated entity oracle.jbo.RowIterator
 java.lang.String getRefreshInterval()
          Gets the attribute value for RefreshInterval, using the alias name RefreshInterval
 java.lang.String getRestrictByDate()
          Gets the attribute value for RestrictByDate, using the alias name RestrictByDate
 java.lang.String getRestrictBySetid()
          Gets the attribute value for RestrictBySetid, using the alias name RestrictBySetid
 java.lang.String getRowFlattenedTable()
          Gets the attribute value for RowFlattenedTable, using the alias name RowFlattenedTable
 oracle.jbo.domain.RowID getRowID()
          Gets the attribute value for RowID, using the alias name RowID
 java.lang.String getSharingScheme()
          Gets the attribute value for SharingScheme, using the alias name SharingScheme
 java.lang.String getStatus()
          Gets the attribute value for Status, using the alias name Status
 java.lang.String getTreeNodeTable()
          Gets the attribute value for TreeNodeTable, using the alias name TreeNodeTable
 java.lang.String getTreeStructureCode()
          Gets the attribute value for TreeStructureCode, using the alias name TreeStructureCode
 java.lang.String getTreeStructureName()
          Gets the attribute value for TreeStructureName, using the alias name TreeStructureName
 java.lang.String getVersioning()
          Gets the attribute value for Versioning, using the alias name Versioning
 void lock()
          Add locking logic here.
 void remove()
          Add entity remove logic in this method.
 void setAllowMultipleActiveVers(java.lang.String value)
          Sets value as the attribute value for AllowMultipleActiveVers.
 void setAllowMultipleRootNodes(java.lang.String value)
          Sets value as the attribute value for AllowMultipleRootNodes
 void setAllowNodeLevelSecurity(java.lang.String value)
          Sets value as the attribute value for AllowNodeLevelSecurity
 void setAllowRaggedNodes(java.lang.String value)
          Sets value as the attribute value for AllowRaggedNodes
 void setAllowSkipLevelNodes(java.lang.String value)
          Sets value as the attribute value for AllowSkipLevelNodes
 void setApplicationId(java.lang.Long value)
          Sets value as the attribute value for ApplicationId
protected  void setAttrInvokeAccessor(int index, java.lang.Object value, oracle.jbo.server.AttributeDefImpl attrDef)
          setAttrInvokeAccessor: generated method.
 void setBiViewObjectDefName(java.lang.String value)
          Sets value as the attribute value for BiViewObjectDefName.
 void setCreationMode(java.lang.String value)
          Sets value as the attribute value for CreationMode
 void setCustomizable(java.lang.String value)
          Sets value as the attribute value for Customizable
 void setDescription(java.lang.String value)
          Sets value as the attribute value for Description
 void setIdColFlattenedTable(java.lang.String value)
          Sets value as the attribute value for IdColFlattenedTable
 void setLabelingScheme(java.lang.String value)
          Sets value as the attribute value for LabelingScheme
 void setModuleId(java.lang.String value)
          Sets value as the attribute value for ModuleId.
 void setNumberOfTrees(java.lang.Long value)
          Sets value as the attribute value for NumberOfTrees
 void setRefreshInterval(java.lang.String value)
          Sets value as the attribute value for RefreshInterval
 void setRestrictByDate(java.lang.String value)
          Sets value as the attribute value for RestrictByDate
 void setRestrictBySetid(java.lang.String value)
          Sets value as the attribute value for RestrictBySetid
 void setRowFlattenedTable(java.lang.String value)
          Sets value as the attribute value for RowFlattenedTable
 void setSharingScheme(java.lang.String value)
          Sets value as the attribute value for SharingScheme
 void setStatus(java.lang.String value)
          Sets value as the attribute value for Status
 void setTreeNodeTable(java.lang.String value)
          Sets value as the attribute value for TreeNodeTable
 void setTreeStructureCode(java.lang.String value)
          Sets value as the attribute value for TreeStructureCode
 void setTreeStructureName(java.lang.String value)
          Sets value as the attribute value for TreeStructureName
 void setVersioning(java.lang.String value)
          Sets value as the attribute value for Versioning
protected  void validateEntity()
          Add Entity validation code in this method.
 
Methods inherited from class oracle.apps.fnd.applcore.oaext.model.OAEntityImpl
appendXMLElementNodes, bindDMLStatement, buildDMLStatement, changeSessionLanguageForTL, checkConsistency, containsFlexfields, deleteRow, doDMLWithLOBs, doSelect, getActivityActorsGUIDs, getActivityObjectTypeNames, getActivityStreamServiceId, getAdditionalServiceIds, getAttribute, getAttributeDef, getAttributeInternal, getBaseLanguage, getContainerEntity, getCurrentDatabaseDate, getCurrentDBDate, getCurrentDBTime, getCurrentDBTimeWithNanos, getCurrentLanguage, getCurrentSystemDate, getCurrentTLRowLangCode, getDocSequence, getDocSequenceValueWithId, getEntityDef, getFlexfieldParameterValue, getFlexfieldStructureCode, getFlexfieldStructureCode, getHistoryColumnsOfTLEntity, getHistoryContextForAttribute, getInstalledLanguages, getKeyAttributesIndexMap, getPostedAttribute, getSetId, getTranslatedAttributesIndexMap, getTranslatedEntityStaticInfo, getTranslatedEntityStaticInfo, getTranslatedLanguages, getWhoUser, handleEffectiveDateOperationsForSeedData, handlePostChangesError, insertRow, isActivityPublishingEnabled, isAttributeUpdateable, isExtensibleFlexfield, isExtensibleTranslatableFlexfield, isPlsqlEntity, isRefreshRequired, isTranslatable, isTranslatable, isTranslatable, isTranslatableAttribute, isTranslated, lockRow, notifyEventRaised, parseFlexfieldDate, parseFlexfieldDateTime, parseFlexfieldNumber, parseFlexfieldTime5, parseFlexfieldTime8, populateAttributeAsChanged, populateAttributeAsChanged, postChanges, prepareForDML, readAttrsFromXML, refresh, refreshViewAccessor, setAttribute, setAttributeInternal, setNewRowState, toFlexfieldString, toFlexfieldString, toFlexfieldStringDate, toFlexfieldStringDateTime, toFlexfieldStringTime5, toFlexfieldStringTime8, updateRow, validateFlexfieldDate, validateFlexfieldDateTime, validateFlexfieldMaxLength, validateFlexfieldMaxValue, validateFlexfieldMaxValue, validateFlexfieldMinValue, validateFlexfieldMinValue, validateFlexfieldNumber, validateFlexfieldNumber, validateFlexfieldNumericOnly, validateFlexfieldRequired, validateFlexfieldRJZFNumber, validateFlexfieldTime5, validateFlexfieldTime8, validateFlexfieldUppercase, validateFlexfieldValue
 
Methods inherited from class oracle.jbo.server.EntityImpl
addToTransactionManager, addToValidationListeners, addTransactionPostListener, addTransactionPostListenerNoCheck, afterCommit, afterRemove, afterRollback, appendXMLElementNodesForAttrs, beforeCommit, beforeRollback, bindWhereClause, buildRefreshSQL, buildWhereClause, clearAttributeException, compare, copyChangedNonKeyAttributes, copyEffDtEntity, createAssociationAccessorRS, createAssociationAccessorVO, createEntityAttrHints, createEntityViewLinkAccessorRS, createEntityViewLinkAccessorVO, createUnqualifiedRowSet, createViewAccessorRS, createViewAccessorRS, doAllowsOperation, doDMLForCascadeUpdate, domainToBeModified, donePostingAll, doRefreshSQL, doSelectForAltKey, eventsDebugOnly, fetchExprValueSupplierOverrideRow, findAssociationAccessorVO, findEntityViewLinkAccessorVO, findOrCreateLocalViewObject, findOrCreateViewAccessorRS, findOrCreateViewAccessorRS, findViewAccessorDef, findViewAccessorVO, getAltKey, getAttribute, getAttribute, getAttribute, getAttributeChangedCount, getAttributeCount, getAttributeHints, getAttributeHints, getAttributeIndexOf, getAttributeNames, getAttributeValue, getAttributeValues, getBaseAttributeCount, getChangeIndicator, getComparator, getDBTransaction, getDynamicAttributeCount, getDynamicAttributeValue, getEffDtInitEndDateValue, getEffectiveDate, getEntityCache, getEntityCacheInternal, getEntityState, getKey, getListBindingRSI, getListBindings, getLookupDescription, getOrigData, getParentVariableManager, getPKBasedRef, getPostState, getPrimaryKey, getRefreshSQLKeyAttrs, getSQLBuilder, getStateAsString, getStructureDef, getTransactionListeners, getTransactionListenersList, getTransPostHandle, getValidationListeners, getValidationListenersList, handleActivatedRowNotFound, handleEffectiveDateOperations, handleEffectiveDateRowCreate, handleEffectiveDateRowDelete, handleEffectiveDateRowUpdate, handleListBindingMismatch, hasAttributeException, hasListBindings, hasUpdatePrivilege, initBusLogicGroupDefaults, initBusLogicGroupDfltExprAttrs, initData, initDefaultExpressionAttributes, initDefaults, initialize, isAttributeChanged, isAttributeChanged, isAttributeChangedInTransaction, isAttributePopulated, isAttributePopulated, isDead, isInCache, isInvalid, isLocked, isLookupIdValid, isOrigDataEmpty, isOrigDataPopulated, isPostedToDB, isTransientTransactionListener, isTransientTransactionPostListener, isValid, isViewAccessorAttribute, lockTopLevelEntity, markViewAccessorsDirty, notifyAttributesAndBlgChanged, notifyAttributesChanged, notifyAttributesChanged, notifyEntityActivated, outputEventString, populateAttribute, populateAttribute, populateAttribute, prepareForBatchDML, prepareVOToFetchNextEffDtRows, prepareVOToFetchNextEffDtRows, prepareVOToFetchNextEffDtSeqRows, prepareVOToFetchNextEffDtSeqRows, prepareVOToFetchPrevEffDtRows, prepareVOToFetchPrevEffDtRows, prepareVOToFetchPrevEffDtSeqRows, prepareVOToFetchPrevEffDtSeqRows, readXML, refreshFKInNewContainees, registerAttributeException, removeAndRetain, removeFromCollection, removeTransactionPostListener, resetPKBasedRef, revert, revertChangesToEffDtEntity, setAttribute, setAttribute, setAttributeChanged, setAttributeValues, setDynamicAttributeValue, setEffectiveDateMode, setEntityDef, setInvalid, setLocked, setPostedToDB, setTransPostHandle, toString, validate, validateDateEffectivity, variablesAdded, vetoRemoveWithDetails
 
Methods inherited from class oracle.jbo.server.RowImpl
addListBindingsForAttribute, clearAllExceptions, clearAttributeException, clearRowExceptions, createXMLDefinition, doAutoClearAttribute, ensureVariableManager, findAttrAndGetIndex, findListBindingName, forceFilterListExecute, getAllExceptions, getAttributeInternal, getAttributeSecurityHints, getAttributeSecurityHints, getCombinedAttrNames, getEffectiveDateMode, getExprMethodVal, getExprVarVal, getGlobalScript, getHints, getMessageBundleClass, getMethodKind, getResourceBundleDef, getRowExceptions, getSecurityHints, getVariableManager, getViewAccessorResultIndex, hasAttributeException, hasDeferredExceptions, hasVariables, isRefreshRequired, isRefreshRequired, lookupListBinding, printXMLDefinition, readXML, refreshViewAccessor, refreshViewAccessor, registerRowException, setAttributeInternal, setExprVarVal, setInMultiSetter, skipFilterListOnKeyAttributes, writeXML, writeXML, writeXML, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface oracle.jbo.Row
getAttributeSecurityHints, getAttributeSecurityHints, getEffectiveDateMode, getSecurityHints
 
Methods inherited from interface oracle.jbo.XMLInterface
readXML, writeXML, writeXML, writeXML, writeXML
 

Field Detail

ROWID

public static final int ROWID
See Also:
Constant Field Values

TREESTRUCTURECODE

public static final int TREESTRUCTURECODE

APPLICATIONID

public static final int APPLICATIONID

STATUS

public static final int STATUS

SHARINGSCHEME

public static final int SHARINGSCHEME

CREATIONMODE

public static final int CREATIONMODE

CUSTOMIZABLE

public static final int CUSTOMIZABLE

TREENODETABLE

public static final int TREENODETABLE

ROWFLATTENEDTABLE

public static final int ROWFLATTENEDTABLE

IDCOLFLATTENEDTABLE

public static final int IDCOLFLATTENEDTABLE

REFRESHINTERVAL

public static final int REFRESHINTERVAL

VERSIONING

public static final int VERSIONING

ALLOWMULTIPLEROOTNODES

public static final int ALLOWMULTIPLEROOTNODES

RESTRICTBYDATE

public static final int RESTRICTBYDATE

RESTRICTBYSETID

public static final int RESTRICTBYSETID

LABELINGSCHEME

public static final int LABELINGSCHEME

ALLOWRAGGEDNODES

public static final int ALLOWRAGGEDNODES

ALLOWSKIPLEVELNODES

public static final int ALLOWSKIPLEVELNODES

NUMBEROFTREES

public static final int NUMBEROFTREES

ALLOWNODELEVELSECURITY

public static final int ALLOWNODELEVELSECURITY

CREATEDBY

public static final int CREATEDBY

CREATIONDATE

public static final int CREATIONDATE

LASTUPDATEDBY

public static final int LASTUPDATEDBY

LASTUPDATEDATE

public static final int LASTUPDATEDATE

LASTUPDATELOGIN

public static final int LASTUPDATELOGIN

TREESTRUCTURENAME

public static final int TREESTRUCTURENAME

DESCRIPTION

public static final int DESCRIPTION

ALLOWMULTIPLEACTIVEVERS

public static final int ALLOWMULTIPLEACTIVEVERS

MODULEID

public static final int MODULEID

BIVIEWOBJECTDEFNAME

public static final int BIVIEWOBJECTDEFNAME

FNDTREEEO

public static final int FNDTREEEO

FNDTSDATASOURCEEO

public static final int FNDTSDATASOURCEEO

OA_TL_ENTITIES

public static final int OA_TL_ENTITIES

FNDTSDATASOURCEREL

public static final int FNDTSDATASOURCEREL
Constructor Detail

FndTreeStructureEOImpl

public FndTreeStructureEOImpl()
This is the default constructor (do not remove)

Method Detail

getDefinitionObject

public static oracle.jbo.server.EntityDefImpl getDefinitionObject()
Returns:
the definition object for this instance class.

create

protected void create(oracle.jbo.AttributeList attributeList)
Add attribute defaulting logic in this method.

Overrides:
create in class OAEntityImpl
Parameters:
attributeList - name/value pair to initialize the entity

remove

public void remove()
Add entity remove logic in this method.

Specified by:
remove in interface oracle.jbo.Row
Overrides:
remove in class OAEntityImpl

validateEntity

protected void validateEntity()
Add Entity validation code in this method.

Overrides:
validateEntity in class OAEntityImpl

lock

public void lock()
Add locking logic here.

Specified by:
lock in interface oracle.jbo.Row
Overrides:
lock in class OAEntityImpl

doDML

protected void doDML(int operation,
                     oracle.jbo.server.TransactionEvent e)
Custom DML update/insert/delete logic here.

Overrides:
doDML in class OAEntityImpl
Parameters:
operation - one of INSERT, UPDATE, DELETE, or SELECT.
e - the event to be processed.

getTreeStructureCode

public java.lang.String getTreeStructureCode()
Gets the attribute value for TreeStructureCode, using the alias name TreeStructureCode


setTreeStructureCode

public void setTreeStructureCode(java.lang.String value)
Sets value as the attribute value for TreeStructureCode


getApplicationId

public java.lang.Long getApplicationId()
Gets the attribute value for ApplicationId, using the alias name ApplicationId


setApplicationId

public void setApplicationId(java.lang.Long value)
Sets value as the attribute value for ApplicationId


getStatus

public java.lang.String getStatus()
Gets the attribute value for Status, using the alias name Status


setStatus

public void setStatus(java.lang.String value)
Sets value as the attribute value for Status


getSharingScheme

public java.lang.String getSharingScheme()
Gets the attribute value for SharingScheme, using the alias name SharingScheme


setSharingScheme

public void setSharingScheme(java.lang.String value)
Sets value as the attribute value for SharingScheme


getCreationMode

public java.lang.String getCreationMode()
Gets the attribute value for CreationMode, using the alias name CreationMode


setCreationMode

public void setCreationMode(java.lang.String value)
Sets value as the attribute value for CreationMode


getCustomizable

public java.lang.String getCustomizable()
Gets the attribute value for Customizable, using the alias name Customizable


setCustomizable

public void setCustomizable(java.lang.String value)
Sets value as the attribute value for Customizable


getTreeNodeTable

public java.lang.String getTreeNodeTable()
Gets the attribute value for TreeNodeTable, using the alias name TreeNodeTable


setTreeNodeTable

public void setTreeNodeTable(java.lang.String value)
Sets value as the attribute value for TreeNodeTable


getRowFlattenedTable

public java.lang.String getRowFlattenedTable()
Gets the attribute value for RowFlattenedTable, using the alias name RowFlattenedTable


setRowFlattenedTable

public void setRowFlattenedTable(java.lang.String value)
Sets value as the attribute value for RowFlattenedTable


getIdColFlattenedTable

public java.lang.String getIdColFlattenedTable()
Gets the attribute value for IdColFlattenedTable, using the alias name IdColFlattenedTable


setIdColFlattenedTable

public void setIdColFlattenedTable(java.lang.String value)
Sets value as the attribute value for IdColFlattenedTable


getRefreshInterval

public java.lang.String getRefreshInterval()
Gets the attribute value for RefreshInterval, using the alias name RefreshInterval


setRefreshInterval

public void setRefreshInterval(java.lang.String value)
Sets value as the attribute value for RefreshInterval


getVersioning

public java.lang.String getVersioning()
Gets the attribute value for Versioning, using the alias name Versioning


setVersioning

public void setVersioning(java.lang.String value)
Sets value as the attribute value for Versioning


getAllowMultipleRootNodes

public java.lang.String getAllowMultipleRootNodes()
Gets the attribute value for AllowMultipleRootNodes, using the alias name AllowMultipleRootNodes


setAllowMultipleRootNodes

public void setAllowMultipleRootNodes(java.lang.String value)
Sets value as the attribute value for AllowMultipleRootNodes


getRestrictByDate

public java.lang.String getRestrictByDate()
Gets the attribute value for RestrictByDate, using the alias name RestrictByDate


setRestrictByDate

public void setRestrictByDate(java.lang.String value)
Sets value as the attribute value for RestrictByDate


getRestrictBySetid

public java.lang.String getRestrictBySetid()
Gets the attribute value for RestrictBySetid, using the alias name RestrictBySetid


setRestrictBySetid

public void setRestrictBySetid(java.lang.String value)
Sets value as the attribute value for RestrictBySetid


getLabelingScheme

public java.lang.String getLabelingScheme()
Gets the attribute value for LabelingScheme, using the alias name LabelingScheme


setLabelingScheme

public void setLabelingScheme(java.lang.String value)
Sets value as the attribute value for LabelingScheme


getAllowRaggedNodes

public java.lang.String getAllowRaggedNodes()
Gets the attribute value for AllowRaggedNodes, using the alias name AllowRaggedNodes


setAllowRaggedNodes

public void setAllowRaggedNodes(java.lang.String value)
Sets value as the attribute value for AllowRaggedNodes


getAllowSkipLevelNodes

public java.lang.String getAllowSkipLevelNodes()
Gets the attribute value for AllowSkipLevelNodes, using the alias name AllowSkipLevelNodes


setAllowSkipLevelNodes

public void setAllowSkipLevelNodes(java.lang.String value)
Sets value as the attribute value for AllowSkipLevelNodes


getNumberOfTrees

public java.lang.Long getNumberOfTrees()
Gets the attribute value for NumberOfTrees, using the alias name NumberOfTrees


setNumberOfTrees

public void setNumberOfTrees(java.lang.Long value)
Sets value as the attribute value for NumberOfTrees


getAllowNodeLevelSecurity

public java.lang.String getAllowNodeLevelSecurity()
Gets the attribute value for AllowNodeLevelSecurity, using the alias name AllowNodeLevelSecurity


setAllowNodeLevelSecurity

public void setAllowNodeLevelSecurity(java.lang.String value)
Sets value as the attribute value for AllowNodeLevelSecurity


getCreatedBy

public java.lang.String getCreatedBy()
Gets the attribute value for CreatedBy, using the alias name CreatedBy


getCreationDate

public java.sql.Timestamp getCreationDate()
Gets the attribute value for CreationDate, using the alias name CreationDate


getLastUpdatedBy

public java.lang.String getLastUpdatedBy()
Gets the attribute value for LastUpdatedBy, using the alias name LastUpdatedBy


getLastUpdateDate

public java.sql.Timestamp getLastUpdateDate()
Gets the attribute value for LastUpdateDate, using the alias name LastUpdateDate


getLastUpdateLogin

public java.lang.String getLastUpdateLogin()
Gets the attribute value for LastUpdateLogin, using the alias name LastUpdateLogin


getTreeStructureName

public java.lang.String getTreeStructureName()
Gets the attribute value for TreeStructureName, using the alias name TreeStructureName


setTreeStructureName

public void setTreeStructureName(java.lang.String value)
Sets value as the attribute value for TreeStructureName


getDescription

public java.lang.String getDescription()
Gets the attribute value for Description, using the alias name Description


setDescription

public void setDescription(java.lang.String value)
Sets value as the attribute value for Description


getRowID

public oracle.jbo.domain.RowID getRowID()
Gets the attribute value for RowID, using the alias name RowID


getAttrInvokeAccessor

protected java.lang.Object getAttrInvokeAccessor(int index,
                                                 oracle.jbo.server.AttributeDefImpl attrDef)
                                          throws java.lang.Exception
getAttrInvokeAccessor: generated method. Do not modify.

Overrides:
getAttrInvokeAccessor in class oracle.jbo.server.EntityImpl
Throws:
java.lang.Exception

setAttrInvokeAccessor

protected void setAttrInvokeAccessor(int index,
                                     java.lang.Object value,
                                     oracle.jbo.server.AttributeDefImpl attrDef)
                              throws java.lang.Exception
setAttrInvokeAccessor: generated method. Do not modify.

Overrides:
setAttrInvokeAccessor in class oracle.jbo.server.EntityImpl
Throws:
java.lang.Exception

getOA_TL_ENTITIES

public oracle.jbo.RowIterator getOA_TL_ENTITIES()
Gets the associated entity oracle.jbo.RowIterator


getFndTsDataSourceRel

public oracle.jbo.RowIterator getFndTsDataSourceRel()
Returns:
the associated entity oracle.jbo.RowIterator.

createPrimaryKey

public static oracle.jbo.Key createPrimaryKey(java.lang.String treeStructureCode)
Parameters:
treeStructureCode - key constituent
Returns:
a Key object based on given key constituents.

getFndTreeEO

public oracle.jbo.RowIterator getFndTreeEO()
Gets the associated entity oracle.jbo.RowIterator


getFndTsDataSourceEO

public oracle.jbo.RowIterator getFndTsDataSourceEO()
Gets the associated entity oracle.jbo.RowIterator


getAllowMultipleActiveVers

public java.lang.String getAllowMultipleActiveVers()
Gets the attribute value for AllowMultipleActiveVers, using the alias name AllowMultipleActiveVers.


setAllowMultipleActiveVers

public void setAllowMultipleActiveVers(java.lang.String value)
Sets value as the attribute value for AllowMultipleActiveVers.


getModuleId

public java.lang.String getModuleId()
Gets the attribute value for ModuleId, using the alias name ModuleId.


setModuleId

public void setModuleId(java.lang.String value)
Sets value as the attribute value for ModuleId.


getBiViewObjectDefName

public java.lang.String getBiViewObjectDefName()
Gets the attribute value for BiViewObjectDefName, using the alias name BiViewObjectDefName.

Returns:
the BiViewObjectDefName

setBiViewObjectDefName

public void setBiViewObjectDefName(java.lang.String value)
Sets value as the attribute value for BiViewObjectDefName.

Parameters:
value - value to set the BiViewObjectDefName

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.