|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowFilter
Method Summary | |
---|---|
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. |
java.lang.Object[] |
getWhereClauseParams() Returns the array of wherel-caluse parameter values that make up the row filter. |
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. |
boolean |
paramQualifiesWithOffset(java.lang.Object[] values, int filterOffset) |
boolean |
whereClauseParamQualifies(java.lang.Object[] values) |
Method Detail |
---|
ViewObjectImpl getViewObjectImpl()
boolean isNull()
int getParamLength()
java.lang.Object[] getParamValues()
The difference between getParamValues()
and getWhereClauseParams()
shows up when the view object binding style is BINDING_STYLE_ORACLE_NAME
. In this case, getWhereClauseParams()
returns an array of name-value array. getParamValues()
returns only an array of values.
java.lang.Object[] getWhereClauseParams()
The difference between getParamValues()
and getWhereClauseParams()
shows up when the view object binding style is BINDING_STYLE_ORACLE_NAME
. In this case, getWhereClauseParams()
returns an array of name-value array. getParamValues()
returns only an array of values.
boolean paramQualifies(java.lang.Object[] values)
values
is qualified by this row filter or not.values
- values to examine for qualification.boolean paramQualifiesWithOffset(java.lang.Object[] values, int filterOffset)
boolean whereClauseParamQualifies(java.lang.Object[] values)
int getRowInitLength()
java.lang.Object[] getRowInitValues()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |