类 gboat2.base.core.dao.Page
的使用

使用 Page 的软件包
gboat2.base.core.dao   
gboat2.base.core.service   
gboat2.base.core.web   
 

gboat2.base.core.daoPage 的使用
 

返回 Pagegboat2.base.core.dao 中的方法
 Page<?> IBaseDAO.getPage(Map<String,Object> queryParams)
          通用分页查询,自动根据queryParams中的参数生成查询
 Page<?> IBaseDAO.getPage(String[][] queryParams)
          通用分页查询,自动根据queryParams中的参数生成查询
 Page<?> IBaseDAO.getPage(String hql, int page, int pagesize, Map<String,Object> params)
          通用分页查询
 Page<?> IBaseDAO.getPageByHql(String hql, Map<String,Object> params)
           
 

参数类型为 Pagegboat2.base.core.dao 中的方法
 void Page.combine(Page<? extends E> combinePage)
          合并两个Page对象,前一页缺的数据自动补全
 void Page.combine(Page<? extends E> combinePage, boolean autoSkip)
          合并数据
 

gboat2.base.core.servicePage 的使用
 

返回 Pagegboat2.base.core.service 中的方法
 Page<?> IBaseService.getAsPage(Map<String,Object> params)
           
 Page<?> BaseService.getAsPage(Map<String,Object> params)
           
 Page<?> IBaseService.getAsPage(String[][] params)
           
 Page<?> BaseService.getAsPage(String[][] params)
           
 

gboat2.base.core.webPage 的使用
 

声明为 Pagegboat2.base.core.web 中的字段
protected  Page<?> BaseActionSupport.page
           
 

返回 Pagegboat2.base.core.web 中的方法
 Page<?> BaseActionSupport.getPage()
           
 

参数类型为 Pagegboat2.base.core.web 中的方法
static void JsonResultSupport.outputPage(Page<?> page)
          已过时。 输出格式为: { data : ..., results : ..., success : true } 注意: 方法最后会调用HttpServletResponse.getWriter.close()
static void JsonResultSupport.outputPage(Page<?> page, Class<?> clazz)
          已过时。 将page对象转化为json字符串,如果page树中有clazz类型的POJO,则该POJO字段中的枚举类型会序列化成json,而不是默认的字符串形式 输出格式为: { data : ..., results : ..., success : true } 注意: 方法最后会调用HttpServletResponse.getWriter.close()
static void JsonResultSupport.outputPage(Page<?> page, javax.servlet.http.HttpServletResponse response)
          已过时。 输出格式为: { data : ..., results : ..., success : true } 注意: 方法最后会调用HttpServletResponse.getWriter.close()
static void JsonResultSupport.outputPage(Page<?> page, javax.servlet.http.HttpServletResponse response, net.sf.json.JsonConfig jsonConfig)
          已过时。  
static void JsonResultSupport.outputPage(Page<?> page, net.sf.json.JsonConfig jsonConfig)
          已过时。  
static void JsonResultSupport.outputPage(Page<?> page, String message)
          已过时。 输出格式为: { data : ..., results : ..., success : true, message : "..." } 注意: 方法最后会调用HttpServletResponse.getWriter.close()
static void JsonResultSupport.outputPage(Page<?> page, String message, javax.servlet.http.HttpServletResponse response)
          已过时。 输出格式为: { data : ..., results : ..., success : true, message : "..." } 注意: 方法最后会调用HttpServletResponse.getWriter.close()
protected  void BaseActionSupport.postList(Page<?> pageinfo)
           
static net.sf.json.JSONObject JsonResultSupport.wrapPage(Page<?> page)
          已过时。 封装为: { data : ..., success : true, results :... }
static net.sf.json.JSONObject JsonResultSupport.wrapPage(Page<?> page, net.sf.json.JsonConfig jsonConfig)
          已过时。  
static net.sf.json.JSONObject JsonResultSupport.wrapPage(Page<?> page, String message)
          已过时。 封装为: { data : ..., success : true, results :..., message : "..." }
 



Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.