|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
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. |
Method Detail |
public ViewObjectImpl getViewObjectImpl()
public boolean isNull()
public int getParamLength()
public java.lang.Object[] getParamValues()
public boolean paramQualifies(java.lang.Object[] values)
values
is qualified by
this row filter or not.values
- values to examine for qualification.public int getRowInitLength()
public java.lang.Object[] getRowInitValues()
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |