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

E22562-05

oracle.apps.fnd.applcore.dataSecurity.dataSecurityService.view
Class FndObjectInstanceSetsVORowImpl

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.dataSecurity.dataSecurityService.view.FndObjectInstanceSetsVORowImpl
All Implemented Interfaces:
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.RowExprScriptSupplier, oracle.jbo.script.ExprScriptRunner, oracle.jbo.VariableManagerOwnerBase, oracle.jbo.XMLInterface

public class FndObjectInstanceSetsVORowImpl
extends OAViewRowImpl


Nested Class Summary
static class FndObjectInstanceSetsVORowImpl.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 DESCRIPTION
           
static int DISPLAYNAME
           
static int DISPLAYSHORTNAME
           
static int FILTER
           
static int FNDGRANTS
           
static int FNDOBJECTS
           
static int FNDOBJECTSUNSECURED
           
static int INSTANCESETID
           
static int INSTANCESETNAME
           
static int LASTUPDATEDATE
           
static int LASTUPDATEDBY
           
static int LASTUPDATELOGIN
           
static int OBJECTID
           
static int PREDICATE
           
static int PROGRAMNAME
           
static int PROGRAMTAG
           
 
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.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
 
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
 
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
 
Constructor Summary
FndObjectInstanceSetsVORowImpl()
          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 getDescription()
          Gets the attribute value for DESCRIPTION using the alias name Description.
 java.lang.String getDisplayName()
          Gets the attribute value for DISPLAY_NAME using the alias name DisplayName.
 java.lang.String getDisplayShortName()
          Gets the attribute value for DISPLAY_SHORT_NAME using the alias name DisplayShortName.
 oracle.jbo.domain.ClobDomain getFilter()
          Gets the attribute value for FILTER using the alias name Filter.
 oracle.jbo.RowIterator getFndGrants()
          Gets the associated RowIterator using master-detail link FndGrants.
 FndObjectInstanceSetsEOImpl getFndObjectInstanceSetsEO()
          Gets FndObjectInstanceSetsEO entity object.
 oracle.jbo.Row getFndObjects()
          Gets the associated Row using master-detail link FndObjects.
 oracle.jbo.Row getFndObjectsUnSecured()
          Gets the associated Row using master-detail link FndObjectsUnSecured.
 java.lang.Long getInstanceSetId()
          Gets the attribute value for INSTANCE_SET_ID using the alias name InstanceSetId.
 java.lang.String getInstanceSetName()
          Gets the attribute value for INSTANCE_SET_NAME using the alias name InstanceSetName.
 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.Long getObjectId()
          Gets the attribute value for OBJECT_ID using the alias name ObjectId.
 java.lang.String getPredicate()
          Gets the attribute value for PREDICATE using the alias name Predicate.
 java.lang.String getProgramName()
          Gets the attribute value for PROGRAM_NAME using the alias name ProgramName.
 java.lang.String getProgramTag()
          Gets the attribute value for PROGRAM_TAG using the alias name ProgramTag.
 void sampleFndObjectInstanceSetsVORowImplExportable()
          Sample exportable method.
 void sampleFndObjectInstanceSetsVORowImplExportable2(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 setDescription(java.lang.String value)
          Sets value as attribute value for DESCRIPTION using the alias name Description.
 void setDisplayName(java.lang.String value)
          Sets value as attribute value for DISPLAY_NAME using the alias name DisplayName.
 void setDisplayShortName(java.lang.String value)
          Sets value as attribute value for DISPLAY_SHORT_NAME using the alias name DisplayShortName.
 void setFilter(oracle.jbo.domain.ClobDomain value)
          Sets value as attribute value for FILTER using the alias name Filter.
 void setFndObjects(FndObjectsVORowImpl value)
          Sets the master-detail link FndObjects between this object and value.
 void setFndObjectsUnSecured(oracle.jbo.Row value)
          Sets the master-detail link FndObjectsUnSecured between this object and value.
 void setInstanceSetId(java.lang.Long value)
          Sets value as attribute value for INSTANCE_SET_ID using the alias name InstanceSetId.
 void setInstanceSetName(java.lang.String value)
          Sets value as attribute value for INSTANCE_SET_NAME using the alias name InstanceSetName.
 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 setObjectId(java.lang.Long value)
          Sets value as attribute value for OBJECT_ID using the alias name ObjectId.
 void setPredicate(java.lang.String value)
          Sets value as attribute value for PREDICATE using the alias name Predicate.
 void setProgramName(java.lang.String value)
          Sets value as attribute value for PROGRAM_NAME using the alias name ProgramName.
 void setProgramTag(java.lang.String value)
          Sets value as attribute value for PROGRAM_TAG using the alias name ProgramTag.
 
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, getRowOperationsScript, 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.jbo.ExprScriptSupplier
getGlobalScript
 

Field Detail

INSTANCESETID

public static final int INSTANCESETID

INSTANCESETNAME

public static final int INSTANCESETNAME

OBJECTID

public static final int OBJECTID

PREDICATE

public static final int PREDICATE

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

DISPLAYNAME

public static final int DISPLAYNAME

DESCRIPTION

public static final int DESCRIPTION

FILTER

public static final int FILTER

DISPLAYSHORTNAME

public static final int DISPLAYSHORTNAME

PROGRAMNAME

public static final int PROGRAMNAME

PROGRAMTAG

public static final int PROGRAMTAG

FNDOBJECTS

public static final int FNDOBJECTS

FNDGRANTS

public static final int FNDGRANTS

FNDOBJECTSUNSECURED

public static final int FNDOBJECTSUNSECURED
Constructor Detail

FndObjectInstanceSetsVORowImpl

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

Method Detail

getFndObjectInstanceSetsEO

public FndObjectInstanceSetsEOImpl getFndObjectInstanceSetsEO()
Gets FndObjectInstanceSetsEO entity object.


getInstanceSetId

public java.lang.Long getInstanceSetId()
Gets the attribute value for INSTANCE_SET_ID using the alias name InstanceSetId.


setInstanceSetId

public void setInstanceSetId(java.lang.Long value)
Sets value as attribute value for INSTANCE_SET_ID using the alias name InstanceSetId.


getInstanceSetName

public java.lang.String getInstanceSetName()
Gets the attribute value for INSTANCE_SET_NAME using the alias name InstanceSetName.


setInstanceSetName

public void setInstanceSetName(java.lang.String value)
Sets value as attribute value for INSTANCE_SET_NAME using the alias name InstanceSetName.


getObjectId

public java.lang.Long getObjectId()
Gets the attribute value for OBJECT_ID using the alias name ObjectId.


setObjectId

public void setObjectId(java.lang.Long value)
Sets value as attribute value for OBJECT_ID using the alias name ObjectId.


getPredicate

public java.lang.String getPredicate()
Gets the attribute value for PREDICATE using the alias name Predicate.


setPredicate

public void setPredicate(java.lang.String value)
Sets value as attribute value for PREDICATE using the alias name Predicate.


getCreatedBy

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


setCreatedBy

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

Parameters:
value - value to set the CREATED_BY

getCreationDate

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


setCreationDate

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

Parameters:
value - value to set the CREATION_DATE

getLastUpdatedBy

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


setLastUpdatedBy

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

Parameters:
value - value to set the LAST_UPDATED_BY

getLastUpdateDate

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


setLastUpdateDate

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

Parameters:
value - value to set the LAST_UPDATE_DATE

getLastUpdateLogin

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


setLastUpdateLogin

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

Parameters:
value - value to set the LAST_UPDATE_LOGIN

getDisplayName

public java.lang.String getDisplayName()
Gets the attribute value for DISPLAY_NAME using the alias name DisplayName.


setDisplayName

public void setDisplayName(java.lang.String value)
Sets value as attribute value for DISPLAY_NAME using the alias name DisplayName.


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 attribute value for DESCRIPTION using the alias name Description.


getFilter

public oracle.jbo.domain.ClobDomain getFilter()
Gets the attribute value for FILTER using the alias name Filter.

Returns:
the FILTER

setFilter

public void setFilter(oracle.jbo.domain.ClobDomain value)
Sets value as attribute value for FILTER using the alias name Filter.

Parameters:
value - value to set the FILTER

getDisplayShortName

public java.lang.String getDisplayShortName()
Gets the attribute value for DISPLAY_SHORT_NAME using the alias name DisplayShortName.

Returns:
the DISPLAY_SHORT_NAME

setDisplayShortName

public void setDisplayShortName(java.lang.String value)
Sets value as attribute value for DISPLAY_SHORT_NAME using the alias name DisplayShortName.

Parameters:
value - value to set the DISPLAY_SHORT_NAME

getProgramName

public java.lang.String getProgramName()
Gets the attribute value for PROGRAM_NAME using the alias name ProgramName.

Returns:
the PROGRAM_NAME

setProgramName

public void setProgramName(java.lang.String value)
Sets value as attribute value for PROGRAM_NAME using the alias name ProgramName.

Parameters:
value - value to set the PROGRAM_NAME

getProgramTag

public java.lang.String getProgramTag()
Gets the attribute value for PROGRAM_TAG using the alias name ProgramTag.

Returns:
the PROGRAM_TAG

setProgramTag

public void setProgramTag(java.lang.String value)
Sets value as attribute value for PROGRAM_TAG using the alias name ProgramTag.

Parameters:
value - value to set the PROGRAM_TAG

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

sampleFndObjectInstanceSetsVORowImplExportable

public void sampleFndObjectInstanceSetsVORowImplExportable()
Sample exportable method.


sampleFndObjectInstanceSetsVORowImplExportable2

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


getFndObjects

public oracle.jbo.Row getFndObjects()
Gets the associated Row using master-detail link FndObjects.


setFndObjects

public void setFndObjects(FndObjectsVORowImpl value)
Sets the master-detail link FndObjects between this object and value.


getFndGrants

public oracle.jbo.RowIterator getFndGrants()
Gets the associated RowIterator using master-detail link FndGrants.


getFndObjectsUnSecured

public oracle.jbo.Row getFndObjectsUnSecured()
Gets the associated Row using master-detail link FndObjectsUnSecured.


setFndObjectsUnSecured

public void setFndObjectsUnSecured(oracle.jbo.Row value)
Sets the master-detail link FndObjectsUnSecured between this object and value.


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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.