Compiere 3.1

Uses of Class
org.compiere.common.QueryVO

Packages that use QueryVO
org.compiere.common   
org.compiere.controller   
org.compiere.esb   
org.compiere.intf   
org.compiere.vos   
org.compiere.web.sample   
 

Uses of QueryVO in org.compiere.common
 

Methods in org.compiere.common with parameters of type QueryVO
 void QueryVO.addRestrictions(QueryVO p_queryVO)
           
 boolean QueryVO.equals(QueryVO v)
           
 

Uses of QueryVO in org.compiere.controller
 

Methods in org.compiere.controller with parameters of type QueryVO
 ArrayList<Object[]> UITab.executeQuery(QueryVO queryVO, HashMap<String,String> context, CContext ctx)
          Execute Query for Tab
 ArrayList<String[]> UITab.executeQueryString(QueryVO queryVO, HashMap<String,String> context, CContext ctx)
          Execute Query for Tab and return results as String
 

Uses of QueryVO in org.compiere.esb
 

Methods in org.compiere.esb with parameters of type QueryVO
 int GwtServer.executeQuery(int AD_Tab_ID, QueryVO queryVO, HashMap<String,String> context, int queryResultID)
          Execute Query for Tab
 

Uses of QueryVO in org.compiere.intf
 

Methods in org.compiere.intf with parameters of type QueryVO
 TableModel ComponentImplIntf.getQueryResults(QueryVO queryVO, WindowImplIntf windowImpl, WindowCtx windowCtx, FieldVO fieldVO, int startRow, int rowCount, boolean countOnly, boolean asc, int sortCol)
          Implement this method to return the result set for this component.
 

Uses of QueryVO in org.compiere.vos
 

Fields in org.compiere.vos declared as QueryVO
 QueryVO NodeVO.query
           
 

Fields in org.compiere.vos with type parameters of type QueryVO
 HashMap<Integer,QueryVO> ChangeVO.queryComponents
          The map of component IDs to QueryVOs.
 

Uses of QueryVO in org.compiere.web.sample
 

Methods in org.compiere.web.sample with parameters of type QueryVO
 TableModel SampleTableComponentImpl.getQueryResults(QueryVO queryVO, WindowImplIntf windowImpl, WindowCtx windowCtx, FieldVO fieldVO, int startRow, int rowCount, boolean countOnly, boolean asc, int sortCol)
           
 TableModel SampleSearchComponentImpl.getQueryResults(QueryVO queryVO, WindowImplIntf windowImpl, WindowCtx windowCtx, FieldVO fieldVO, int startRow, int rowCount, boolean countOnly, boolean asc, int sortCol)
           
 


Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.