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

E22562-03

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

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.FndTreeNodeEOImpl
All Implemented Interfaces:
java.util.EventListener, oracle.jbo.AttributeList, oracle.jbo.domain.DomainOwnerInterface, oracle.jbo.domain.ExtDomainOwnerInterface, 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 FndTreeNodeEOImpl
extends TreeEntityImpl


Nested Class Summary
static class FndTreeNodeEOImpl.AttributesEnum
          AttributesEnum: generated enum for identifying attributes and accessors.
 
Field Summary
static int CHILDCOUNT
           
static int CREATEDBY
           
static int CREATIONDATE
           
static int DATASOURCEID
           
static int DEPTH
           
static int FNDTREELABEL
           
static int FNDTREENODEEO
           
static int FNDTREEVERSION
           
static int LASTUPDATEDATE
           
static int LASTUPDATEDBY
           
static int LASTUPDATELOGIN
           
static int PARENTDATASOURCEID
           
static int PARENTPK1VALUE
           
static int PARENTPK2VALUE
           
static int PARENTPK3VALUE
           
static int PARENTPK4VALUE
           
static int PARENTPK5VALUE
           
static int PARENTTREELABELID
           
static int PARENTTREENODEID
           
static int PARENTTREENODEIDFNDTREENODEEO
           
static int PK1ENDVALUE
           
static int PK1STARTVALUE
           
static int PK2ENDVALUE
           
static int PK2STARTVALUE
           
static int PK3ENDVALUE
           
static int PK3STARTVALUE
           
static int PK4ENDVALUE
           
static int PK4STARTVALUE
           
static int PK5ENDVALUE
           
static int PK5STARTVALUE
           
static int REFERENCETREECODE
           
static int REFERENCETREEVERSIONID
           
static int SORTORDER
           
static int TREECODE
           
static int TREELABELID
           
static int TREENODEID
           
static int TREESTRUCTURECODE
           
static int TREEVERSIONID
           
 
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
FndTreeNodeEOImpl()
          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, java.lang.String treeCode, java.lang.String treeVersionId, java.lang.String treeNodeId)
           
protected  void doDML(int operation, oracle.jbo.server.TransactionEvent e)
          Custom DML update/insert/delete logic here.
protected  java.lang.Object getAttrInvokeAccessor(int index, oracle.jbo.server.AttributeDefImpl attrDef)
          getAttrInvokeAccessor: generated method.
 java.lang.Long getChildCount()
          Gets the attribute value for ChildCount, using the alias name ChildCount.
 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 getDataSourceId()
          Gets the attribute value for DataSourceId, using the alias name DataSourceId
static oracle.jbo.server.EntityDefImpl getDefinitionObject()
           
 java.lang.Long getDepth()
          Gets the attribute value for Depth, using the alias name Depth.
 FndTreeLabelEOImpl getFndTreeLabel()
           
 FndTreeNodeEOImpl getFndTreeNodeEO()
          Gets the associated entity FndTreeNodeEOImpl
 FndTreeVersionEOImpl getFndTreeVersion()
           
 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 getParentDataSourceId()
          Gets the attribute value for ParentDataSourceId, using the alias name ParentDataSourceId.
 java.lang.String getParentPk1Value()
          Gets the attribute value for ParentPk1Value, using the alias name ParentPk1Value.
 java.lang.String getParentPk2Value()
          Gets the attribute value for ParentPk2Value, using the alias name ParentPk2Value.
 java.lang.String getParentPk3Value()
          Gets the attribute value for ParentPk3Value, using the alias name ParentPk3Value.
 java.lang.String getParentPk4Value()
          Gets the attribute value for ParentPk4Value, using the alias name ParentPk4Value.
 java.lang.String getParentPk5Value()
          Gets the attribute value for ParentPk5Value, using the alias name ParentPk5Value.
 java.lang.String getParentTreeLabelId()
          Gets the attribute value for ParentTreeLabelId, using the alias name ParentTreeLabelId.
 java.lang.String getParentTreeNodeId()
          Gets the attribute value for ParentTreeNodeId, using the alias name ParentTreeNodeId
 oracle.jbo.RowIterator getParentTreeNodeIdFndTreeNodeEO()
          Gets the associated entity oracle.jbo.RowIterator
 java.lang.String getPk1EndValue()
          Gets the attribute value for Pk1EndValue, using the alias name Pk1EndValue
 java.lang.String getPk1StartValue()
          Gets the attribute value for Pk1StartValue, using the alias name Pk1StartValue
 java.lang.String getPk2EndValue()
          Gets the attribute value for Pk2EndValue, using the alias name Pk2EndValue
 java.lang.String getPk2StartValue()
          Gets the attribute value for Pk2StartValue, using the alias name Pk2StartValue
 java.lang.String getPk3EndValue()
          Gets the attribute value for Pk3EndValue, using the alias name Pk3EndValue
 java.lang.String getPk3StartValue()
          Gets the attribute value for Pk3StartValue, using the alias name Pk3StartValue
 java.lang.String getPk4EndValue()
          Gets the attribute value for Pk4EndValue, using the alias name Pk4EndValue
 java.lang.String getPk4StartValue()
          Gets the attribute value for Pk4StartValue, using the alias name Pk4StartValue
 java.lang.String getPk5EndValue()
          Gets the attribute value for Pk5EndValue, using the alias name Pk5EndValue
 java.lang.String getPk5StartValue()
          Gets the attribute value for Pk5StartValue, using the alias name Pk5StartValue
 java.lang.String getReferenceTreeCode()
          Gets the attribute value for ReferenceTreeCode, using the alias name ReferenceTreeCode
 java.lang.String getReferenceTreeVersionId()
          Gets the attribute value for ReferenceTreeVersionId, using the alias name ReferenceTreeVersionId
 java.lang.Long getSortOrder()
          Gets the attribute value for SortOrder, using the alias name SortOrder.
 java.lang.String getTreeCode()
          Gets the attribute value for TreeCode, using the alias name TreeCode
 java.lang.String getTreeLabelId()
          Gets the attribute value for TreeLabelId, using the alias name TreeLabelId
 java.lang.String getTreeNodeId()
          Gets the attribute value for TreeNodeId, using the alias name TreeNodeId
 java.lang.String getTreeStructureCode()
          Gets the attribute value for TreeStructureCode, using the alias name TreeStructureCode
 java.lang.String getTreeVersionId()
          Gets the attribute value for TreeVersionId, using the alias name TreeVersionId
 void lock()
          Add locking logic here.
 void remove()
          Add entity remove logic in this method.
protected  void setAttrInvokeAccessor(int index, java.lang.Object value, oracle.jbo.server.AttributeDefImpl attrDef)
          setAttrInvokeAccessor: generated method.
 void setChildCount(java.lang.Long value)
          Sets value as the attribute value for ChildCount.
 void setDataSourceId(java.lang.String value)
          Sets value as the attribute value for DataSourceId
 void setDepth(java.lang.Long value)
          Sets value as the attribute value for Depth.
 void setFndTreeLabel(FndTreeLabelEOImpl value)
          Sets value as the associated entity FndTreeLabelEOImpl.
 void setFndTreeNodeEO(FndTreeNodeEOImpl value)
          Sets value as the associated entity FndTreeNodeEOImpl
 void setFndTreeVersion(FndTreeVersionEOImpl value)
          Sets value as the associated entity FndTreeVersionEOImpl.
 void setParentDataSourceId(java.lang.String value)
          Sets value as the attribute value for ParentDataSourceId.
 void setParentPk1Value(java.lang.String value)
          Sets value as the attribute value for ParentPk1Value.
 void setParentPk2Value(java.lang.String value)
          Sets value as the attribute value for ParentPk2Value.
 void setParentPk3Value(java.lang.String value)
          Sets value as the attribute value for ParentPk3Value.
 void setParentPk4Value(java.lang.String value)
          Sets value as the attribute value for ParentPk4Value.
 void setParentPk5Value(java.lang.String value)
          Sets value as the attribute value for ParentPk5Value.
 void setParentTreeLabelId(java.lang.String value)
          Sets value as the attribute value for ParentTreeLabelId.
 void setParentTreeNodeId(java.lang.String value)
          Sets value as the attribute value for ParentTreeNodeId
 void setPk1EndValue(java.lang.String value)
          Sets value as the attribute value for Pk1EndValue
 void setPk1StartValue(java.lang.String value)
          Sets value as the attribute value for Pk1StartValue
 void setPk2EndValue(java.lang.String value)
          Sets value as the attribute value for Pk2EndValue
 void setPk2StartValue(java.lang.String value)
          Sets value as the attribute value for Pk2StartValue
 void setPk3EndValue(java.lang.String value)
          Sets value as the attribute value for Pk3EndValue
 void setPk3StartValue(java.lang.String value)
          Sets value as the attribute value for Pk3StartValue
 void setPk4EndValue(java.lang.String value)
          Sets value as the attribute value for Pk4EndValue
 void setPk4StartValue(java.lang.String value)
          Sets value as the attribute value for Pk4StartValue
 void setPk5EndValue(java.lang.String value)
          Sets value as the attribute value for Pk5EndValue
 void setPk5StartValue(java.lang.String value)
          Sets value as the attribute value for Pk5StartValue
 void setReferenceTreeCode(java.lang.String value)
          Sets value as the attribute value for ReferenceTreeCode
 void setReferenceTreeVersionId(java.lang.String value)
          Sets value as the attribute value for ReferenceTreeVersionId
 void setSortOrder(java.lang.Long value)
          Sets value as the attribute value for SortOrder.
 void setTreeCode(java.lang.String value)
          Sets value as the attribute value for TreeCode
 void setTreeLabelId(java.lang.String value)
          Sets value as the attribute value for TreeLabelId
 void setTreeNodeId(java.lang.String value)
          Sets value as the attribute value for TreeNodeId
 void setTreeStructureCode(java.lang.String value)
          Sets value as the attribute value for TreeStructureCode
 void setTreeVersionId(java.lang.String value)
          Sets value as the attribute value for TreeVersionId
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, createArray, createAssociationAccessorRS, createAssociationAccessorVO, createBlob, createClob, createEntityAttrHints, createEntityViewLinkAccessorRS, createEntityViewLinkAccessorVO, createNClob, createRef, createStruct, 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

TREESTRUCTURECODE

public static final int TREESTRUCTURECODE

TREECODE

public static final int TREECODE

TREEVERSIONID

public static final int TREEVERSIONID

TREENODEID

public static final int TREENODEID

PARENTTREENODEID

public static final int PARENTTREENODEID

DATASOURCEID

public static final int DATASOURCEID

PK1STARTVALUE

public static final int PK1STARTVALUE

PK2STARTVALUE

public static final int PK2STARTVALUE

PK3STARTVALUE

public static final int PK3STARTVALUE

PK4STARTVALUE

public static final int PK4STARTVALUE

PK5STARTVALUE

public static final int PK5STARTVALUE

PK1ENDVALUE

public static final int PK1ENDVALUE

PK2ENDVALUE

public static final int PK2ENDVALUE

PK3ENDVALUE

public static final int PK3ENDVALUE

PK4ENDVALUE

public static final int PK4ENDVALUE

PK5ENDVALUE

public static final int PK5ENDVALUE

REFERENCETREECODE

public static final int REFERENCETREECODE

REFERENCETREEVERSIONID

public static final int REFERENCETREEVERSIONID

TREELABELID

public static final int TREELABELID

DEPTH

public static final int DEPTH

CHILDCOUNT

public static final int CHILDCOUNT

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

PARENTDATASOURCEID

public static final int PARENTDATASOURCEID

PARENTPK1VALUE

public static final int PARENTPK1VALUE

PARENTPK2VALUE

public static final int PARENTPK2VALUE

PARENTPK3VALUE

public static final int PARENTPK3VALUE

PARENTPK4VALUE

public static final int PARENTPK4VALUE

PARENTPK5VALUE

public static final int PARENTPK5VALUE

PARENTTREELABELID

public static final int PARENTTREELABELID

SORTORDER

public static final int SORTORDER

FNDTREENODEEO

public static final int FNDTREENODEEO

PARENTTREENODEIDFNDTREENODEEO

public static final int PARENTTREENODEIDFNDTREENODEEO

FNDTREEVERSION

public static final int FNDTREEVERSION

FNDTREELABEL

public static final int FNDTREELABEL
Constructor Detail

FndTreeNodeEOImpl

public FndTreeNodeEOImpl()
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


getTreeCode

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


setTreeCode

public void setTreeCode(java.lang.String value)
Sets value as the attribute value for TreeCode


getTreeVersionId

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


setTreeVersionId

public void setTreeVersionId(java.lang.String value)
Sets value as the attribute value for TreeVersionId


getTreeNodeId

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


setTreeNodeId

public void setTreeNodeId(java.lang.String value)
Sets value as the attribute value for TreeNodeId


getParentTreeNodeId

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


setParentTreeNodeId

public void setParentTreeNodeId(java.lang.String value)
Sets value as the attribute value for ParentTreeNodeId


getDataSourceId

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


setDataSourceId

public void setDataSourceId(java.lang.String value)
Sets value as the attribute value for DataSourceId


getPk1StartValue

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


setPk1StartValue

public void setPk1StartValue(java.lang.String value)
Sets value as the attribute value for Pk1StartValue


getPk2StartValue

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


setPk2StartValue

public void setPk2StartValue(java.lang.String value)
Sets value as the attribute value for Pk2StartValue


getPk3StartValue

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


setPk3StartValue

public void setPk3StartValue(java.lang.String value)
Sets value as the attribute value for Pk3StartValue


getPk4StartValue

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


setPk4StartValue

public void setPk4StartValue(java.lang.String value)
Sets value as the attribute value for Pk4StartValue


getPk5StartValue

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


setPk5StartValue

public void setPk5StartValue(java.lang.String value)
Sets value as the attribute value for Pk5StartValue


getPk1EndValue

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


setPk1EndValue

public void setPk1EndValue(java.lang.String value)
Sets value as the attribute value for Pk1EndValue


getPk2EndValue

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


setPk2EndValue

public void setPk2EndValue(java.lang.String value)
Sets value as the attribute value for Pk2EndValue


getPk3EndValue

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


setPk3EndValue

public void setPk3EndValue(java.lang.String value)
Sets value as the attribute value for Pk3EndValue


getPk4EndValue

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


setPk4EndValue

public void setPk4EndValue(java.lang.String value)
Sets value as the attribute value for Pk4EndValue


getPk5EndValue

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


setPk5EndValue

public void setPk5EndValue(java.lang.String value)
Sets value as the attribute value for Pk5EndValue


getReferenceTreeCode

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


setReferenceTreeCode

public void setReferenceTreeCode(java.lang.String value)
Sets value as the attribute value for ReferenceTreeCode


getReferenceTreeVersionId

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


setReferenceTreeVersionId

public void setReferenceTreeVersionId(java.lang.String value)
Sets value as the attribute value for ReferenceTreeVersionId


getTreeLabelId

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


setTreeLabelId

public void setTreeLabelId(java.lang.String value)
Sets value as the attribute value for TreeLabelId


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


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

getFndTreeNodeEO

public FndTreeNodeEOImpl getFndTreeNodeEO()
Gets the associated entity FndTreeNodeEOImpl


setFndTreeNodeEO

public void setFndTreeNodeEO(FndTreeNodeEOImpl value)
Sets value as the associated entity FndTreeNodeEOImpl


getParentTreeNodeIdFndTreeNodeEO

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


getFndTreeVersion

public FndTreeVersionEOImpl getFndTreeVersion()
Returns:
the associated entity FndTreeVersionEOImpl.

setFndTreeVersion

public void setFndTreeVersion(FndTreeVersionEOImpl value)
Sets value as the associated entity FndTreeVersionEOImpl.


getFndTreeLabel

public FndTreeLabelEOImpl getFndTreeLabel()
Returns:
the associated entity FndTreeLabelEOImpl.

setFndTreeLabel

public void setFndTreeLabel(FndTreeLabelEOImpl value)
Sets value as the associated entity FndTreeLabelEOImpl.


createPrimaryKey

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

getDepth

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


setDepth

public void setDepth(java.lang.Long value)
Sets value as the attribute value for Depth.


getChildCount

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


setChildCount

public void setChildCount(java.lang.Long value)
Sets value as the attribute value for ChildCount.


getParentDataSourceId

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


setParentDataSourceId

public void setParentDataSourceId(java.lang.String value)
Sets value as the attribute value for ParentDataSourceId.


getParentPk1Value

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


setParentPk1Value

public void setParentPk1Value(java.lang.String value)
Sets value as the attribute value for ParentPk1Value.


getParentPk2Value

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


setParentPk2Value

public void setParentPk2Value(java.lang.String value)
Sets value as the attribute value for ParentPk2Value.


getParentPk3Value

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


setParentPk3Value

public void setParentPk3Value(java.lang.String value)
Sets value as the attribute value for ParentPk3Value.


getParentPk4Value

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


setParentPk4Value

public void setParentPk4Value(java.lang.String value)
Sets value as the attribute value for ParentPk4Value.


getParentPk5Value

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


setParentPk5Value

public void setParentPk5Value(java.lang.String value)
Sets value as the attribute value for ParentPk5Value.


getParentTreeLabelId

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


setParentTreeLabelId

public void setParentTreeLabelId(java.lang.String value)
Sets value as the attribute value for ParentTreeLabelId.


getSortOrder

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


setSortOrder

public void setSortOrder(java.lang.Long value)
Sets value as the attribute value for SortOrder.


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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.