Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.flex.kff.model.view
Class KFFUsagesDeploymentVORowImpl

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.flex.kff.model.view.KFFUsagesDeploymentVORowImpl
All Implemented Interfaces:
oracle.jbo.AttributeList, oracle.jbo.common.xml.XmlSerializable, oracle.jbo.ConsistentRow, 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 KFFUsagesDeploymentVORowImpl
extends OAViewRowImpl


Nested Class Summary
static class KFFUsagesDeploymentVORowImpl.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 APPLICATIONID
           
static int DEPLOYMENTERRORMESSAGE
           
static int DEPLOYMENTSTATUS
           
static int ENTITYOBJECT
           
static int ENTITYOBJECT1
           
static int KEYFLEXFIELDCODE
           
static int PACKAGENAME
           
static int TABLENAME
           
static int TABLENAME1
           
static int TABLEUSAGECODE
           
static int TABLEUSAGECODE1
           
 
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
KFFUsagesDeploymentVORowImpl()
          This is the default constructor (do not remove).
 
Method Summary
 java.lang.Long getApplicationId()
          Gets the attribute value for APPLICATION_ID using the alias name ApplicationId.
protected  java.lang.Object getAttrInvokeAccessor(int index, oracle.jbo.server.AttributeDefImpl attrDef)
          getAttrInvokeAccessor: generated method.
 java.lang.String getDeploymentErrorMessage()
          Gets the attribute value for DEPLOYMENT_ERROR_MESSAGE using the alias name DeploymentErrorMessage.
 java.lang.String getDeploymentStatus()
          Gets the attribute value for DEPLOYMENT_STATUS using the alias name DeploymentStatus.
 java.lang.String getEntityObject()
          Gets the attribute value for ENTITY_OBJECT using the alias name EntityObject.
 java.lang.String getEntityObject1()
          Gets the attribute value for ENTITY_OBJECT using the alias name EntityObject1.
 java.lang.String getKeyFlexfieldCode()
          Gets the attribute value for KEY_FLEXFIELD_CODE using the alias name KeyFlexfieldCode.
 OAEntityImpl getKFFEntityUsageDeploymentEO()
          Gets KFFEntityUsageDeploymentEO entity object.
 OAEntityImpl getKFFTableUsageDeploymentEO()
          Gets KFFTableUsageDeploymentEO entity object.
 java.lang.String getPackageName()
          Gets the attribute value for PACKAGE_NAME using the alias name PackageName.
 java.lang.String getTableName()
          Gets the attribute value for TABLE_NAME using the alias name TableName.
 java.lang.String getTableName1()
          Gets the attribute value for TABLE_NAME using the alias name TableName1.
 java.lang.String getTableUsageCode()
          Gets the attribute value for TABLE_USAGE_CODE using the alias name TableUsageCode.
 java.lang.String getTableUsageCode1()
          Gets the attribute value for TABLE_USAGE_CODE using the alias name TableUsageCode1.
 void setApplicationId(java.lang.Long value)
          Sets value as attribute value for APPLICATION_ID using the alias name ApplicationId.
protected  void setAttrInvokeAccessor(int index, java.lang.Object value, oracle.jbo.server.AttributeDefImpl attrDef)
          setAttrInvokeAccessor: generated method.
 void setDeploymentErrorMessage(java.lang.String value)
          Sets value as attribute value for DEPLOYMENT_ERROR_MESSAGE using the alias name DeploymentErrorMessage.
 void setDeploymentStatus(java.lang.String value)
          Sets value as attribute value for DEPLOYMENT_STATUS using the alias name DeploymentStatus.
 void setEntityObject(java.lang.String value)
          Sets value as attribute value for ENTITY_OBJECT using the alias name EntityObject.
 void setEntityObject1(java.lang.String value)
          Sets value as attribute value for ENTITY_OBJECT using the alias name EntityObject1.
 void setKeyFlexfieldCode(java.lang.String value)
          Sets value as attribute value for KEY_FLEXFIELD_CODE using the alias name KeyFlexfieldCode.
 void setPackageName(java.lang.String value)
          Sets value as attribute value for PACKAGE_NAME using the alias name PackageName.
 void setTableName(java.lang.String value)
          Sets value as attribute value for TABLE_NAME using the alias name TableName.
 void setTableName1(java.lang.String value)
          Sets value as attribute value for TABLE_NAME using the alias name TableName1.
 void setTableUsageCode(java.lang.String value)
          Sets value as attribute value for TABLE_USAGE_CODE using the alias name TableUsageCode.
 void setTableUsageCode1(java.lang.String value)
          Sets value as attribute value for TABLE_USAGE_CODE using the alias name TableUsageCode1.
 
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, resolveCustomSeedDataConflict, resolveStandardSeedDataConflict, sendToOsn, setAttribute, setAttribute, setAttribute, setAttributeInternal, setKeyFlexfieldCombinationID, skipFilterListOnKeyAttributes, validate, validateKeyFlexfieldCombinationID
 
Methods inherited from class oracle.jbo.server.ViewRowImpl
_internal_dbg_debug_data, appendXMLElementNodes, appendXMLElementNodes, checkConsistency, checkForOuterJoins, clearAttributeException, clearAttributeException, copyFrom, createEntities, createListBinding, createMissingEntitiesFromViewDef, createViewAccessorRS, createViewRowAttrHints, doAllowsOperation, doAutoClearAttribute, entityCacheAdd, equals, findAssociatedObjects, findAttributeDef, findListBindingName, findListBindingRSI, findOrCreateLocalViewObject, findOrCreateViewAccessorRS, findOrCreateViewAccessorRS, findOrCreateViewLinkAccessorRS, findRowSetForRow, findViewAccessorDef, getApplicationModule, getApplicationModuleForViewAccessor, getAttribute, getAttribute, getAttributeCount, getAttributeHints, getAttributeHints, getAttributeIndexOf, getAttributeInternal, getAttributeInternal, getAttributeNames, getAttributeValues, getClientChangeIndicator, getCtrlHints, getDBTransaction, getEffectiveDate, getElementTagName, getEntity, getEntityAttrForAttribute, getEntityCount, getEntityForAttribute, getEntityForListBinding, getExprVarVal, getHandle, getKey, getListBindingCount, getListBindingRSI, getListBindings, getLookupDescription, getNewRowState, getOriginalAttributeValue, getOwningAccessorName, getParentVariableManager, getPreferredListBindingRSI, getPrimaryEntityReference, getPrimaryPostState, getQueryCollection, getRowOperationsScript, getRowSet, getRowStorageInternal, getStructureDef, getViewDef, getViewLogicGroupDef, getViewObject, getXMLElementTag, handleListBindingMismatch, hasAttributeException, hasDeferredExceptions, hasExtendedViewDef, hashCode, hasListBindings, initDefaults, internalGetCachedCalcAttributeValue, 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

APPLICATIONID

public static final int APPLICATIONID

TABLENAME

public static final int TABLENAME

TABLEUSAGECODE

public static final int TABLEUSAGECODE

KEYFLEXFIELDCODE

public static final int KEYFLEXFIELDCODE

DEPLOYMENTERRORMESSAGE

public static final int DEPLOYMENTERRORMESSAGE

TABLENAME1

public static final int TABLENAME1

TABLEUSAGECODE1

public static final int TABLEUSAGECODE1

ENTITYOBJECT

public static final int ENTITYOBJECT

DEPLOYMENTSTATUS

public static final int DEPLOYMENTSTATUS

ENTITYOBJECT1

public static final int ENTITYOBJECT1

PACKAGENAME

public static final int PACKAGENAME
Constructor Detail

KFFUsagesDeploymentVORowImpl

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

Method Detail

getKFFTableUsageDeploymentEO

public OAEntityImpl getKFFTableUsageDeploymentEO()
Gets KFFTableUsageDeploymentEO entity object.

Returns:
the KFFTableUsageDeploymentEO

getKFFEntityUsageDeploymentEO

public OAEntityImpl getKFFEntityUsageDeploymentEO()
Gets KFFEntityUsageDeploymentEO entity object.

Returns:
the KFFEntityUsageDeploymentEO

getApplicationId

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

Returns:
the APPLICATION_ID

setApplicationId

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

Parameters:
value - value to set the APPLICATION_ID

getTableName

public java.lang.String getTableName()
Gets the attribute value for TABLE_NAME using the alias name TableName.

Returns:
the TABLE_NAME

setTableName

public void setTableName(java.lang.String value)
Sets value as attribute value for TABLE_NAME using the alias name TableName.

Parameters:
value - value to set the TABLE_NAME

getTableUsageCode

public java.lang.String getTableUsageCode()
Gets the attribute value for TABLE_USAGE_CODE using the alias name TableUsageCode.

Returns:
the TABLE_USAGE_CODE

setTableUsageCode

public void setTableUsageCode(java.lang.String value)
Sets value as attribute value for TABLE_USAGE_CODE using the alias name TableUsageCode.

Parameters:
value - value to set the TABLE_USAGE_CODE

getKeyFlexfieldCode

public java.lang.String getKeyFlexfieldCode()
Gets the attribute value for KEY_FLEXFIELD_CODE using the alias name KeyFlexfieldCode.

Returns:
the KEY_FLEXFIELD_CODE

setKeyFlexfieldCode

public void setKeyFlexfieldCode(java.lang.String value)
Sets value as attribute value for KEY_FLEXFIELD_CODE using the alias name KeyFlexfieldCode.

Parameters:
value - value to set the KEY_FLEXFIELD_CODE

getDeploymentErrorMessage

public java.lang.String getDeploymentErrorMessage()
Gets the attribute value for DEPLOYMENT_ERROR_MESSAGE using the alias name DeploymentErrorMessage.

Returns:
the DEPLOYMENT_ERROR_MESSAGE

setDeploymentErrorMessage

public void setDeploymentErrorMessage(java.lang.String value)
Sets value as attribute value for DEPLOYMENT_ERROR_MESSAGE using the alias name DeploymentErrorMessage.

Parameters:
value - value to set the DEPLOYMENT_ERROR_MESSAGE

getTableName1

public java.lang.String getTableName1()
Gets the attribute value for TABLE_NAME using the alias name TableName1.

Returns:
the TABLE_NAME

setTableName1

public void setTableName1(java.lang.String value)
Sets value as attribute value for TABLE_NAME using the alias name TableName1.

Parameters:
value - value to set the TABLE_NAME

getTableUsageCode1

public java.lang.String getTableUsageCode1()
Gets the attribute value for TABLE_USAGE_CODE using the alias name TableUsageCode1.

Returns:
the TABLE_USAGE_CODE

setTableUsageCode1

public void setTableUsageCode1(java.lang.String value)
Sets value as attribute value for TABLE_USAGE_CODE using the alias name TableUsageCode1.

Parameters:
value - value to set the TABLE_USAGE_CODE

getEntityObject

public java.lang.String getEntityObject()
Gets the attribute value for ENTITY_OBJECT using the alias name EntityObject.

Returns:
the ENTITY_OBJECT

setEntityObject

public void setEntityObject(java.lang.String value)
Sets value as attribute value for ENTITY_OBJECT using the alias name EntityObject.

Parameters:
value - value to set the ENTITY_OBJECT

getDeploymentStatus

public java.lang.String getDeploymentStatus()
Gets the attribute value for DEPLOYMENT_STATUS using the alias name DeploymentStatus.

Returns:
the DEPLOYMENT_STATUS

setDeploymentStatus

public void setDeploymentStatus(java.lang.String value)
Sets value as attribute value for DEPLOYMENT_STATUS using the alias name DeploymentStatus.

Parameters:
value - value to set the DEPLOYMENT_STATUS

getEntityObject1

public java.lang.String getEntityObject1()
Gets the attribute value for ENTITY_OBJECT using the alias name EntityObject1.

Returns:
the ENTITY_OBJECT

setEntityObject1

public void setEntityObject1(java.lang.String value)
Sets value as attribute value for ENTITY_OBJECT using the alias name EntityObject1.

Parameters:
value - value to set the ENTITY_OBJECT

getPackageName

public java.lang.String getPackageName()
Gets the attribute value for PACKAGE_NAME using the alias name PackageName.

Returns:
the PACKAGE_NAME

setPackageName

public void setPackageName(java.lang.String value)
Sets value as attribute value for PACKAGE_NAME using the alias name PackageName.

Parameters:
value - value to set the PACKAGE_NAME

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
Parameters:
index - the index identifying the attribute
attrDef - the attribute
Returns:
the attribute value
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
Parameters:
index - the index identifying the attribute
value - the value to assign to the attribute
attrDef - the attribute
Throws:
java.lang.Exception

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.