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

E22562-03

oracle.apps.fnd.applcore.profiles.profileService.view
Class ProfileHierarchyLevelVORowImpl

java.lang.Object
  extended by oracle.jbo.server.RowImpl
      extended by oracle.jbo.server.ViewRowImpl
          extended by oracle.apps.fnd.applcore.oaext.model.OAViewRowImpl
              extended by oracle.apps.fnd.applcore.profiles.profileService.view.ProfileHierarchyLevelVORowImpl
All Implemented Interfaces:
ProfileHierarchyLevelVORow, oracle.jbo.AttributeList, oracle.jbo.common.xml.XmlSerializable, oracle.jbo.expr.JIReservedVarNames, oracle.jbo.ExprScriptSupplier, oracle.jbo.ExprValueSupplier, oracle.jbo.ExprWrappable, oracle.jbo.JboReservedVarNames, oracle.jbo.Row, oracle.jbo.script.ExprScriptRunner, oracle.jbo.VariableManagerOwnerBase, oracle.jbo.XMLInterface

public class ProfileHierarchyLevelVORowImpl
extends OAViewRowImpl
implements ProfileHierarchyLevelVORow


Nested Class Summary
static class ProfileHierarchyLevelVORowImpl.AttributesEnum
          AttributesEnum: generated enum for identifying attributes and accessors.
 
Nested classes/interfaces inherited from class oracle.jbo.server.ViewRowImpl
oracle.jbo.server.ViewRowImpl.PostState
 
Field Summary
static int CREATEDBY
           
static int CREATIONDATE
           
static int HIERARCHYNAME
           
static int LASTUPDATEDATE
           
static int LASTUPDATEDBY
           
static int LASTUPDATELOGIN
           
static int LEVELNAME
           
static int LEVELNAME1
           
static int LEVELSEQUENCE
           
static int PROFILELEVEL
           
static int PROFILELEVELVO
           
 
Fields inherited from class oracle.apps.fnd.applcore.oaext.model.OAViewRowImpl
JAXB_CONTEXT_PATH, RCS_ID
 
Fields inherited from class oracle.jbo.server.ViewRowImpl
CURRENT_VERSION, ORIGINAL_VERSION, XML_POSTSTATE_REMOVE, XML_POSTSTATE_TAG
 
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
ProfileHierarchyLevelVORowImpl()
          This is the default constructor (do not remove).
 
Method Summary
protected  java.lang.Object getAttrInvokeAccessor(int index, oracle.jbo.server.AttributeDefImpl attrDef)
          getAttrInvokeAccessor: generated method.
 java.lang.String getCreatedBy()
          Gets the attribute value for CREATED_BY using the alias name CreatedBy.
 java.sql.Timestamp getCreationDate()
          Gets the attribute value for CREATION_DATE using the alias name CreationDate.
 java.lang.String getHierarchyName()
          Gets the attribute value for HIERARCHY_NAME using the alias name HierarchyName.
 java.sql.Timestamp getLastUpdateDate()
          Gets the attribute value for LAST_UPDATE_DATE using the alias name LastUpdateDate.
 java.lang.String getLastUpdatedBy()
          Gets the attribute value for LAST_UPDATED_BY using the alias name LastUpdatedBy.
 java.lang.String getLastUpdateLogin()
          Gets the attribute value for LAST_UPDATE_LOGIN using the alias name LastUpdateLogin.
 java.lang.String getLevelName()
          Gets the attribute value for LEVEL_NAME using the alias name LevelName.
 java.lang.String getLevelName1()
          Gets the attribute value for LEVEL_NAME using the alias name LevelName1.
 java.lang.Integer getLevelSequence()
          Gets the attribute value for LEVEL_SEQUENCE using the alias name LevelSequence.
 OAEntityImpl getProfileHierarchyLevelEO()
          Gets ProfileHierarchyLevelEO entity object.
 oracle.jbo.Row getProfileLevel()
          Gets the associated Row using master-detail link ProfileLevel.
 ProfileLevelEOImpl getProfileLevelEO()
          Gets ProfileLevelEO entity object.
 oracle.jbo.RowSet getProfileLevelVO()
          Gets the view accessor RowSet ProfileLevelVO.
 void sampleProfileHierarchyLevelVORowImplExportable()
          Sample exportable method.
 void sampleProfileHierarchyLevelVORowImplExportable2(java.lang.String testParam1)
          Sample exportable method.
protected  void setAttrInvokeAccessor(int index, java.lang.Object value, oracle.jbo.server.AttributeDefImpl attrDef)
          setAttrInvokeAccessor: generated method.
 void setCreatedBy(java.lang.String value)
          Sets value as attribute value for CREATED_BY using the alias name CreatedBy.
 void setCreationDate(java.sql.Timestamp value)
          Sets value as attribute value for CREATION_DATE using the alias name CreationDate.
 void setHierarchyName(java.lang.String value)
          Sets value as attribute value for HIERARCHY_NAME using the alias name HierarchyName.
 void setLastUpdateDate(java.sql.Timestamp value)
          Sets value as attribute value for LAST_UPDATE_DATE using the alias name LastUpdateDate.
 void setLastUpdatedBy(java.lang.String value)
          Sets value as attribute value for LAST_UPDATED_BY using the alias name LastUpdatedBy.
 void setLastUpdateLogin(java.lang.String value)
          Sets value as attribute value for LAST_UPDATE_LOGIN using the alias name LastUpdateLogin.
 void setLevelName(java.lang.String value)
          Sets value as attribute value for LEVEL_NAME using the alias name LevelName.
 void setLevelName1(java.lang.String value)
          Sets value as attribute value for LEVEL_NAME using the alias name LevelName1.
 void setLevelSequence(java.lang.Integer value)
          Sets value as attribute value for LEVEL_SEQUENCE using the alias name LevelSequence.
 void setProfileLevel(ProfileLevelVORowImpl value)
          Sets the master-detail link ProfileLevel between this object and value.
 
Methods inherited from class oracle.apps.fnd.applcore.oaext.model.OAViewRowImpl
create, createViewAccessorRS, findDiscriminatorForFilterRow, getApplCorePrefs, getAttribute, getAttribute, getDisplay, getEntities, getKeyFlexfieldCombination, getKeyFlexfieldCombinationID, getKeyFlexfieldViewDefImpl, getKeyFlexfieldViewObjectForQuery, getSetId, getTranslatedLanguages, isRefreshRequired, isTranslatable, isTranslatableAttribute, isTranslated, populteFilterMap, refreshViewAccessor, remove, setAttribute, setAttribute, setAttribute, setAttributeInternal, setKeyFlexfieldCombinationID, skipFilterListOnKeyAttributes, validate, validateKeyFlexfieldCombinationID
 
Methods inherited from class oracle.jbo.server.ViewRowImpl
_internal_dbg_debug_data, appendXMLElementNodes, appendXMLElementNodes, checkForOuterJoins, clearAttributeException, clearAttributeException, copyFrom, createEntities, createListBinding, createMissingEntitiesFromViewDef, createViewAccessorRS, createViewRowAttrHints, doAllowsOperation, doAutoClearAttribute, entityCacheAdd, equals, findAssociatedObjects, findAttributeDef, findListBindingName, findListBindingRSI, findOrCreateLocalViewObject, findOrCreateViewAccessorRS, findOrCreateViewAccessorRS, findRowSetForRow, findViewAccessorDef, getApplicationModule, getApplicationModuleForViewAccessor, getAttribute, getAttribute, getAttributeCount, getAttributeHints, getAttributeHints, getAttributeIndexOf, getAttributeInternal, getAttributeInternal, getAttributeNames, getAttributeValues, getCtrlHints, getDBTransaction, getEffectiveDate, getElementTagName, getEntity, getEntityAttrForAttribute, getEntityCount, getEntityForAttribute, getEntityForListBinding, getExprVarVal, getHandle, getKey, getListBindingCount, getListBindingRSI, getListBindings, getLookupDescription, getNewRowState, getOriginalAttributeValue, getParentVariableManager, getPreferredListBindingRSI, getPrimaryEntityReference, getPrimaryPostState, getQueryCollection, getRowSet, getRowStorageInternal, getStructureDef, getViewDef, getViewLogicGroupDef, getViewObject, getXMLElementTag, handleListBindingMismatch, hasAttributeException, hasDeferredExceptions, hasExtendedViewDef, hashCode, hasListBindings, initDefaults, invokeMethod, isAttributeChanged, isAttributeUpdateable, isDead, isRefreshRequired, isSubclassRow, isViewAccessorAttribute, lock, lookupAttributeDef, markViewAccessorsDirty, populate, populateAttribute, populateAttributeAsChanged, readAttributeFromXMLElement, readXML, refresh, registerAttributeException, removeAndRetain, removeFromCollection, renderAttributeInXMLElement, renderAttributeInXMLElement, revert, revertRow, revertRowAndContainees, setAttribute, setAttributeValues, setEffectiveDateMode, setEffectiveDateOnEntities, setEntities, setEntity, setNewRowState, setStateOnEntity, setTransientAttributeValue, shouldAddViewAccessorRSToRow, throwOnListBindingMismatch, toString, writeAsXml, writeAsXml, writeXML
 
Methods inherited from class oracle.jbo.server.RowImpl
addListBindingsForAttribute, clearAllExceptions, clearRowExceptions, createXMLDefinition, ensureVariableManager, findAttrAndGetIndex, forceFilterListExecute, getAllExceptions, getAttributeInternal, getAttributeSecurityHints, getAttributeSecurityHints, getCombinedAttrNames, getEffectiveDateMode, getExprMethodVal, getGlobalScript, getHints, getMessageBundleClass, getMethodKind, getResourceBundleDef, getRowExceptions, getSecurityHints, getVariableManager, getViewAccessorResultIndex, hasAttributeException, hasVariables, isRefreshRequired, lookupListBinding, printXMLDefinition, readXML, refreshViewAccessor, refreshViewAccessor, registerRowException, setAttributeInternal, setExprVarVal, setInMultiSetter, variablesAdded, writeXML, writeXML, writeXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface oracle.apps.fnd.applcore.profiles.profileService.ProfileHierarchyLevelVORow
getSetId, getTranslatedLanguages, isTranslatable, isTranslatableAttribute, isTranslated, remove, validate
 
Methods inherited from interface oracle.jbo.Row
getAttributeHints, getAttributeHints, getAttributeSecurityHints, getAttributeSecurityHints, getEffectiveDateMode, getKey, getSecurityHints, getStructureDef, isAttributeUpdateable, isDead, lock, refresh, removeAndRetain, removeFromCollection, setAttributeValues, setEffectiveDateMode, setNewRowState
 
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
 

Field Detail

HIERARCHYNAME

public static final int HIERARCHYNAME

LEVELNAME

public static final int LEVELNAME

LEVELSEQUENCE

public static final int LEVELSEQUENCE

CREATIONDATE

public static final int CREATIONDATE

CREATEDBY

public static final int CREATEDBY

LASTUPDATEDATE

public static final int LASTUPDATEDATE

LASTUPDATEDBY

public static final int LASTUPDATEDBY

LASTUPDATELOGIN

public static final int LASTUPDATELOGIN

LEVELNAME1

public static final int LEVELNAME1

PROFILELEVEL

public static final int PROFILELEVEL

PROFILELEVELVO

public static final int PROFILELEVELVO
Constructor Detail

ProfileHierarchyLevelVORowImpl

public ProfileHierarchyLevelVORowImpl()
This is the default constructor (do not remove).

Method Detail

getProfileHierarchyLevelEO

public OAEntityImpl getProfileHierarchyLevelEO()
Gets ProfileHierarchyLevelEO entity object.


getProfileLevelEO

public ProfileLevelEOImpl getProfileLevelEO()
Gets ProfileLevelEO entity object.

Returns:
the ProfileLevelEO

getHierarchyName

public java.lang.String getHierarchyName()
Gets the attribute value for HIERARCHY_NAME using the alias name HierarchyName.

Specified by:
getHierarchyName in interface ProfileHierarchyLevelVORow

setHierarchyName

public void setHierarchyName(java.lang.String value)
Sets value as attribute value for HIERARCHY_NAME using the alias name HierarchyName.

Specified by:
setHierarchyName in interface ProfileHierarchyLevelVORow

getLevelName

public java.lang.String getLevelName()
Gets the attribute value for LEVEL_NAME using the alias name LevelName.

Specified by:
getLevelName in interface ProfileHierarchyLevelVORow

setLevelName

public void setLevelName(java.lang.String value)
Sets value as attribute value for LEVEL_NAME using the alias name LevelName.

Specified by:
setLevelName in interface ProfileHierarchyLevelVORow

getLevelSequence

public java.lang.Integer getLevelSequence()
Gets the attribute value for LEVEL_SEQUENCE using the alias name LevelSequence.

Specified by:
getLevelSequence in interface ProfileHierarchyLevelVORow

setLevelSequence

public void setLevelSequence(java.lang.Integer value)
Sets value as attribute value for LEVEL_SEQUENCE using the alias name LevelSequence.

Specified by:
setLevelSequence in interface ProfileHierarchyLevelVORow

getCreationDate

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

Specified by:
getCreationDate in interface ProfileHierarchyLevelVORow

setCreationDate

public void setCreationDate(java.sql.Timestamp value)
Sets value as attribute value for CREATION_DATE using the alias name CreationDate.

Specified by:
setCreationDate in interface ProfileHierarchyLevelVORow
Parameters:
value - value to set the CREATION_DATE

getCreatedBy

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

Specified by:
getCreatedBy in interface ProfileHierarchyLevelVORow

setCreatedBy

public void setCreatedBy(java.lang.String value)
Sets value as attribute value for CREATED_BY using the alias name CreatedBy.

Specified by:
setCreatedBy in interface ProfileHierarchyLevelVORow
Parameters:
value - value to set the CREATED_BY

getLastUpdateDate

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

Specified by:
getLastUpdateDate in interface ProfileHierarchyLevelVORow

setLastUpdateDate

public void setLastUpdateDate(java.sql.Timestamp value)
Sets value as attribute value for LAST_UPDATE_DATE using the alias name LastUpdateDate.

Specified by:
setLastUpdateDate in interface ProfileHierarchyLevelVORow
Parameters:
value - value to set the LAST_UPDATE_DATE

getLastUpdatedBy

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

Specified by:
getLastUpdatedBy in interface ProfileHierarchyLevelVORow

setLastUpdatedBy

public void setLastUpdatedBy(java.lang.String value)
Sets value as attribute value for LAST_UPDATED_BY using the alias name LastUpdatedBy.

Specified by:
setLastUpdatedBy in interface ProfileHierarchyLevelVORow
Parameters:
value - value to set the LAST_UPDATED_BY

getLastUpdateLogin

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

Specified by:
getLastUpdateLogin in interface ProfileHierarchyLevelVORow

setLastUpdateLogin

public void setLastUpdateLogin(java.lang.String value)
Sets value as attribute value for LAST_UPDATE_LOGIN using the alias name LastUpdateLogin.

Specified by:
setLastUpdateLogin in interface ProfileHierarchyLevelVORow
Parameters:
value - value to set the LAST_UPDATE_LOGIN

getLevelName1

public java.lang.String getLevelName1()
Gets the attribute value for LEVEL_NAME using the alias name LevelName1.

Returns:
the LEVEL_NAME

setLevelName1

public void setLevelName1(java.lang.String value)
Sets value as attribute value for LEVEL_NAME using the alias name LevelName1.

Parameters:
value - value to set the LEVEL_NAME

getProfileLevel

public oracle.jbo.Row getProfileLevel()
Gets the associated Row using master-detail link ProfileLevel.

Specified by:
getProfileLevel in interface ProfileHierarchyLevelVORow

setProfileLevel

public void setProfileLevel(ProfileLevelVORowImpl value)
Sets the master-detail link ProfileLevel between this object and value.


getProfileLevelVO

public oracle.jbo.RowSet getProfileLevelVO()
Gets the view accessor RowSet ProfileLevelVO.


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.ViewRowImpl
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.ViewRowImpl
Throws:
java.lang.Exception

sampleProfileHierarchyLevelVORowImplExportable

public void sampleProfileHierarchyLevelVORowImplExportable()
Sample exportable method.

Specified by:
sampleProfileHierarchyLevelVORowImplExportable in interface ProfileHierarchyLevelVORow

sampleProfileHierarchyLevelVORowImplExportable2

public void sampleProfileHierarchyLevelVORowImplExportable2(java.lang.String testParam1)
Sample exportable method.

Specified by:
sampleProfileHierarchyLevelVORowImplExportable2 in interface ProfileHierarchyLevelVORow

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.