Thursday, August 12, 2010

OAF-- Query Bean :)

the following will make the user to execute the search criteria manually :)

OAQueryBean queryBean= (OAQueryBean)webBean.findIndexedChildRecursive("queryRN");
StringBuffer whereClause=null;
Number cycleID=null;
// This gives you the current non-view attribute criteria
Dictionary[] dic = queryBean.getCriteria(pageContext);

No comments:

Post a Comment