This
post is about applying or changing WHERE clause of ViewObject
programmatically, it can be also used in case we need a specific
data(row) from database, suppose you are using Department table of
HR Schema and on a button click you need to show records of
department id 5
It means you want to filter viewObject on that particular event,
you can do this using setWhereClause mehtod of
ViewObjectImpl class.
See the image below , all rows shown in this
Now when we click the...