|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--oracle.jbo.server.RowFilterKey
| Constructor Summary | |
RowFilterKey(ViewObjectImpl vo) | |
RowFilterKey(ViewObjectImpl vo, java.lang.Object[] values) | |
| Method Summary | |
boolean |
equals(java.lang.Object val) |
Key |
getKey() |
int |
getParamLength()Returns the number of elements in the array of parameters that make up the row filter. |
java.lang.Object[] |
getParamValues()Returns the array of parameter values that make up the row filter. |
int |
getRowInitLength()Returns the number of elements in the array of row init values. |
java.lang.Object[] |
getRowInitValues()Returns the array of row init values. |
ViewObjectImpl |
getViewObjectImpl()Retrieves the view object association with the row filter. |
int |
hashCode() |
boolean |
isNull()Indicates whether this row filter represents a null filter or not. |
boolean |
paramQualifies(java.lang.Object[] values)Returns a flag indicating whether values is qualified by this row filter or not. |
static java.lang.Object[] |
streamStringToValues(java.lang.String sString) |
java.lang.String |
streamToString() |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RowFilterKey(ViewObjectImpl vo,
java.lang.Object[] values)
public RowFilterKey(ViewObjectImpl vo)
| Method Detail |
public Key getKey()
public boolean isNull()
RowFilterisNull in interface RowFilterpublic ViewObjectImpl getViewObjectImpl()
RowFiltergetViewObjectImpl in interface RowFilterpublic int getParamLength()
RowFiltergetParamLength in interface RowFilterpublic java.lang.Object[] getParamValues()
RowFiltergetParamValues in interface RowFilterpublic boolean paramQualifies(java.lang.Object[] values)
RowFiltervalues is qualified by this row filter or not.paramQualifies in interface RowFiltervalues - values to examine for qualification.public int getRowInitLength()
RowFiltergetRowInitLength in interface RowFilterpublic java.lang.Object[] getRowInitValues()
RowFiltergetRowInitValues in interface RowFilterpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object val)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String streamToString()
public static java.lang.Object[] streamStringToValues(java.lang.String sString)
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.