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

E22562-02

oracle.apps.fnd.applcore.dataSecurity.uiModel.view
Class FilterCriteriaItemVORowImpl

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.uiModel.view.FilterCriteriaItemVORowImpl
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.script.ExprScriptRunner, oracle.jbo.VariableManagerOwnerBase, oracle.jbo.XMLInterface

public class FilterCriteriaItemVORowImpl
extends OAViewRowImpl


Nested Class Summary
static class FilterCriteriaItemVORowImpl.AttributesEnum
          AttributesEnum: generated enum for identifying attributes and accessors.
 
Field Summary
static int CONJUNCTION
           
static int DATATYPE
           
static int ENDVALUE
           
static int ENDVALUEDATE
           
static int ENDVALUENUMBER
           
static int ENDVALUESTRING
           
static int ITEMID
           
static int ITEMNAME
           
static int ITEMOPERATOR
           
static int OPERATORDISPLAY
           
static int OPERATORTYPE
           
static int TREEDISPLAY
           
static int VALUE
           
static int VALUEDATE
           
static int VALUENUMBER
           
static int VALUESTRING
           
 
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
FilterCriteriaItemVORowImpl()
          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 getConjunction()
          Gets the attribute value for the calculated attribute Conjunction.
 java.lang.String getDataType()
          Gets the attribute value for the calculated attribute DataType.
 java.lang.Object getEndValue()
          Gets the attribute value for the calculated attribute EndValue.
 java.sql.Date getEndValueDate()
          Gets the attribute value for the calculated attribute EndValueDate.
 java.lang.Long getEndValueNumber()
          Gets the attribute value for the calculated attribute EndValueNumber.
 java.lang.String getEndValueString()
          Gets the attribute value for the calculated attribute EndValueString.
 java.lang.String getItemId()
          Gets the attribute value for the calculated attribute ItemId.
 java.lang.String getItemName()
          Gets the attribute value for the calculated attribute ItemName.
 java.lang.String getItemOperator()
          Gets the attribute value for the calculated attribute ItemOperator.
 java.lang.String getOperatorDisplay()
          Gets the attribute value for the calculated attribute OperatorDisplay.
 java.lang.String getOperatorType()
          Gets the attribute value for the calculated attribute OperatorType.
 java.lang.String getTreeDisplay()
          Gets the attribute value for the calculated attribute TreeDisplay.
 java.lang.Object getValue()
          Gets the attribute value for the calculated attribute Value.
 java.sql.Date getValueDate()
          Gets the attribute value for the calculated attribute ValueDate.
 java.lang.Long getValueNumber()
          Gets the attribute value for the calculated attribute ValueNumber.
 java.lang.String getValueString()
          Gets the attribute value for the calculated attribute ValueString.
protected  void setAttrInvokeAccessor(int index, java.lang.Object value, oracle.jbo.server.AttributeDefImpl attrDef)
          setAttrInvokeAccessor: generated method.
 void setConjunction(java.lang.String value)
          Sets value as the attribute value for the calculated attribute Conjunction.
 void setDataType(java.lang.String value)
          Sets value as the attribute value for the calculated attribute DataType.
 void setEndValue(java.lang.Object value)
          Sets value as the attribute value for the calculated attribute EndValue.
 void setEndValueDate(java.sql.Date value)
          Sets value as the attribute value for the calculated attribute EndValueDate.
 void setEndValueNumber(java.lang.Long value)
          Sets value as the attribute value for the calculated attribute EndValueNumber.
 void setEndValueString(java.lang.String value)
          Sets value as the attribute value for the calculated attribute EndValueString.
 void setItemId(java.lang.String value)
          Sets value as the attribute value for the calculated attribute ItemId.
 void setItemName(java.lang.String value)
          Sets value as the attribute value for the calculated attribute ItemName.
 void setItemOperator(java.lang.String value)
          Sets value as the attribute value for the calculated attribute ItemOperator.
 void setOperatorDisplay(java.lang.String value)
          Sets value as the attribute value for the calculated attribute OperatorDisplay.
 void setOperatorType(java.lang.String value)
          Sets value as the attribute value for the calculated attribute OperatorType.
 void setTreeDisplay(java.lang.String value)
          Sets value as the attribute value for the calculated attribute TreeDisplay.
 void setValue(java.lang.Object value)
          Sets value as the attribute value for the calculated attribute Value.
 void setValueDate(java.sql.Date value)
          Sets value as the attribute value for the calculated attribute ValueDate.
 void setValueNumber(java.lang.Long value)
          Sets value as the attribute value for the calculated attribute ValueNumber.
 void setValueString(java.lang.String value)
          Sets value as the attribute value for the calculated attribute ValueString.
 
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, 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
 

Field Detail

ITEMNAME

public static final int ITEMNAME

ITEMOPERATOR

public static final int ITEMOPERATOR

ENDVALUE

public static final int ENDVALUE

DATATYPE

public static final int DATATYPE

ITEMID

public static final int ITEMID

CONJUNCTION

public static final int CONJUNCTION

VALUENUMBER

public static final int VALUENUMBER

VALUEDATE

public static final int VALUEDATE

VALUE

public static final int VALUE

VALUESTRING

public static final int VALUESTRING

ENDVALUESTRING

public static final int ENDVALUESTRING

ENDVALUEDATE

public static final int ENDVALUEDATE

ENDVALUENUMBER

public static final int ENDVALUENUMBER

OPERATORTYPE

public static final int OPERATORTYPE

OPERATORDISPLAY

public static final int OPERATORDISPLAY

TREEDISPLAY

public static final int TREEDISPLAY
Constructor Detail

FilterCriteriaItemVORowImpl

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

Method Detail

getItemName

public java.lang.String getItemName()
Gets the attribute value for the calculated attribute ItemName.

Returns:
the ItemName

setItemName

public void setItemName(java.lang.String value)
Sets value as the attribute value for the calculated attribute ItemName.

Parameters:
value - value to set the ItemName

getItemOperator

public java.lang.String getItemOperator()
Gets the attribute value for the calculated attribute ItemOperator.

Returns:
the ItemOperator

setItemOperator

public void setItemOperator(java.lang.String value)
Sets value as the attribute value for the calculated attribute ItemOperator.

Parameters:
value - value to set the ItemOperator

getEndValue

public java.lang.Object getEndValue()
Gets the attribute value for the calculated attribute EndValue.

Returns:
the EndValue

setEndValue

public void setEndValue(java.lang.Object value)
Sets value as the attribute value for the calculated attribute EndValue.

Parameters:
value - value to set the EndValue

getDataType

public java.lang.String getDataType()
Gets the attribute value for the calculated attribute DataType.

Returns:
the DataType

setDataType

public void setDataType(java.lang.String value)
Sets value as the attribute value for the calculated attribute DataType.

Parameters:
value - value to set the DataType

getItemId

public java.lang.String getItemId()
Gets the attribute value for the calculated attribute ItemId.

Returns:
the ItemId

setItemId

public void setItemId(java.lang.String value)
Sets value as the attribute value for the calculated attribute ItemId.

Parameters:
value - value to set the ItemId

getConjunction

public java.lang.String getConjunction()
Gets the attribute value for the calculated attribute Conjunction.

Returns:
the Conjunction

setConjunction

public void setConjunction(java.lang.String value)
Sets value as the attribute value for the calculated attribute Conjunction.

Parameters:
value - value to set the Conjunction

getValueNumber

public java.lang.Long getValueNumber()
Gets the attribute value for the calculated attribute ValueNumber.

Returns:
the ValueNumber

setValueNumber

public void setValueNumber(java.lang.Long value)
Sets value as the attribute value for the calculated attribute ValueNumber.

Parameters:
value - value to set the ValueNumber

getValueDate

public java.sql.Date getValueDate()
Gets the attribute value for the calculated attribute ValueDate.

Returns:
the ValueDate

setValueDate

public void setValueDate(java.sql.Date value)
Sets value as the attribute value for the calculated attribute ValueDate.

Parameters:
value - value to set the ValueDate

getValue

public java.lang.Object getValue()
Gets the attribute value for the calculated attribute Value.

Returns:
the Value

setValue

public void setValue(java.lang.Object value)
Sets value as the attribute value for the calculated attribute Value.

Parameters:
value - value to set the Value

getValueString

public java.lang.String getValueString()
Gets the attribute value for the calculated attribute ValueString.

Returns:
the ValueString

setValueString

public void setValueString(java.lang.String value)
Sets value as the attribute value for the calculated attribute ValueString.

Parameters:
value - value to set the ValueString

getEndValueString

public java.lang.String getEndValueString()
Gets the attribute value for the calculated attribute EndValueString.

Returns:
the EndValueString

setEndValueString

public void setEndValueString(java.lang.String value)
Sets value as the attribute value for the calculated attribute EndValueString.

Parameters:
value - value to set the EndValueString

getEndValueDate

public java.sql.Date getEndValueDate()
Gets the attribute value for the calculated attribute EndValueDate.

Returns:
the EndValueDate

setEndValueDate

public void setEndValueDate(java.sql.Date value)
Sets value as the attribute value for the calculated attribute EndValueDate.

Parameters:
value - value to set the EndValueDate

getEndValueNumber

public java.lang.Long getEndValueNumber()
Gets the attribute value for the calculated attribute EndValueNumber.

Returns:
the EndValueNumber

setEndValueNumber

public void setEndValueNumber(java.lang.Long value)
Sets value as the attribute value for the calculated attribute EndValueNumber.

Parameters:
value - value to set the EndValueNumber

getOperatorType

public java.lang.String getOperatorType()
Gets the attribute value for the calculated attribute OperatorType.

Returns:
the OperatorType

setOperatorType

public void setOperatorType(java.lang.String value)
Sets value as the attribute value for the calculated attribute OperatorType.

Parameters:
value - value to set the OperatorType

getOperatorDisplay

public java.lang.String getOperatorDisplay()
Gets the attribute value for the calculated attribute OperatorDisplay.

Returns:
the OperatorDisplay

setOperatorDisplay

public void setOperatorDisplay(java.lang.String value)
Sets value as the attribute value for the calculated attribute OperatorDisplay.

Parameters:
value - value to set the OperatorDisplay

getTreeDisplay

public java.lang.String getTreeDisplay()
Gets the attribute value for the calculated attribute TreeDisplay.

Returns:
the TreeDisplay

setTreeDisplay

public void setTreeDisplay(java.lang.String value)
Sets value as the attribute value for the calculated attribute TreeDisplay.

Parameters:
value - value to set the TreeDisplay

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 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.