Sunday 7 July 2013

Setting The where clause to vo

public class XXOAViewObjectImpl
{
/**This is the default constructor (do not remove)
*/
public XXVOImpl() {
}
public void initMajorList(String categoryID){
setWhereClauseParams(null); // Always reset
setWhereClauseParam(0, orgId);
setWhereClauseParam(1, categoryID);
setWhereClauseParam(2, compPlanId);
executeQuery();

}



}

1 comment:

  1. May i know what do you mean by
    public void initMajorList(String categoryID){
    what it is refering to

    ReplyDelete