|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.0.0) E17483-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.server.RowImpl oracle.jbo.server.ViewRowImpl oracle.adf.model.bean.DCDataRow oracle.adf.model.bean.DCCriteriaValueRowImpl
public class DCCriteriaValueRowImpl
Field Summary |
---|
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.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 | |
---|---|
DCCriteriaValueRowImpl()
Deprecated. |
Method Summary | |
---|---|
protected ViewRowAttrHintsImpl |
createViewRowAttrHints(AttributeDefImpl attrDef)
Deprecated. Create a map to store attribute hints for this row. |
protected java.lang.String |
findListBindingName(java.lang.String attrName,
java.lang.String lbName)
Deprecated. Internal: Applications should not use this method. |
protected java.lang.Object |
getAttributeInternal(int index)
Deprecated. Gets the value of the attribute by index. |
java.lang.Object |
getExprVarVal(java.lang.String varName)
Deprecated. |
protected ViewAttributeDefImpl |
getRowHintsAttributeDef(int attrIndex)
Deprecated. Internal: Applications should not use this method. |
AttributeDef |
getSearchValueAttributeDef()
Deprecated. |
protected ListBinding |
lookupListBinding(java.lang.String lbName)
Deprecated. Internal: Applications should not use this method. |
protected void |
resetForwardAttributes(ViewAttributeDefImpl[] attrDefs,
java.util.List<java.lang.String> skipAttrs)
Deprecated. Internal: Applications should not use this method. |
void |
setAttribute(java.lang.String name,
java.lang.Object val)
Deprecated. Sets the value of an attribute by name. |
protected void |
setAttributeInternal(int index,
java.lang.Object val)
Deprecated. This is an "inner" accessor for an attribute and does not call out to the getXXX() method. |
void |
setExprVarVal(java.lang.String varName,
java.lang.Object val)
Deprecated. |
Methods inherited from class oracle.adf.model.bean.DCDataRow |
---|
addListBindingsForAttribute, copyFrom, create, createViewAccessorRS, dump, equals, findViewAccessorDef, getApplicationModuleForViewAccessor, getDataProvider, getKey, isRefreshRequired, lock, lookupAttributeDef, populateAttribute, remove, removeAndRetain, removeFromCollection, setAttribute, setNewRowState, setTransientAttributeValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DCCriteriaValueRowImpl()
Method Detail |
---|
protected ListBinding lookupListBinding(java.lang.String lbName)
RowImpl
lookupListBinding
in class RowImpl
public java.lang.Object getExprVarVal(java.lang.String varName)
getExprVarVal
in interface ExprValueSupplier
getExprVarVal
in class DCDataRow
public void setExprVarVal(java.lang.String varName, java.lang.Object val)
setExprVarVal
in interface ExprValueSupplier
setExprVarVal
in class DCDataRow
protected ViewRowAttrHintsImpl createViewRowAttrHints(AttributeDefImpl attrDef)
ViewRowImpl
createViewRowAttrHints
in class ViewRowImpl
attrDef
- The attribute defintion for which the hints need to be created.
public void setAttribute(java.lang.String name, java.lang.Object val)
ViewRowImpl
setAttribute
in interface AttributeList
setAttribute
in class ViewRowImpl
name
- the name of the attribute.val
- the value of the attribute.protected java.lang.Object getAttributeInternal(int index)
ViewRowImpl
Note that this is an "inner" accessor for an attribute and does
not callout to the generated getXXX() method
on a subclass of a
ViewRowImpl. getAttribute()
methods are the "outer"
methods that callout to a subclass's getXXX() method where
XXX is the name of the attribute.
getAttributeInternal
in class DCDataRow
index
- the index of the attribute.
protected void setAttributeInternal(int index, java.lang.Object val)
ViewRowImpl
This method also does not perform any type-check for the value's java type and assumes that the value-type is same as the java-type for this attribute.
setAttributeInternal
in class DCDataRow
index
- The index of the attribute.val
- The value.protected void resetForwardAttributes(ViewAttributeDefImpl[] attrDefs, java.util.List<java.lang.String> skipAttrs)
ViewRowImpl
resetForwardAttributes
in class ViewRowImpl
protected java.lang.String findListBindingName(java.lang.String attrName, java.lang.String lbName)
RowImpl
findListBindingName
in class DCDataRow
public AttributeDef getSearchValueAttributeDef()
protected ViewAttributeDefImpl getRowHintsAttributeDef(int attrIndex)
ViewRowImpl
getRowHintsAttributeDef
in class ViewRowImpl
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.0.0) E17483-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |