|
||||||||||
上一个 下一个 | 框架 无框架 |
gboat2.approveflow.action 中 Page 的使用 |
---|
参数类型为 Page 的 gboat2.approveflow.action 中的方法 | |
---|---|
protected void |
ApproveflowAction.postList(Page pageinfo)
在显示列表数据时对数据进行封装: 1.将processId的值由流程ID改为流程名称 2.stepName的值由节点代码改为节点名称 3.level1-6由角色代码改为角色名称 4.审核角色为R,显示为角色,P显示为人员 |
gboat2.base.core.dao 中 Page 的使用 |
---|
返回 Page 的 gboat2.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)
|
参数类型为 Page 的 gboat2.base.core.dao 中的方法 | |
---|---|
void |
Page.combine(Page<? extends E> combinePage)
合并两个Page对象,前一页缺的数据自动补全 |
void |
Page.combine(Page<? extends E> combinePage,
boolean autoSkip)
合并数据 |
gboat2.base.core.service 中 Page 的使用 |
---|
返回 Page 的 gboat2.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.web 中 Page 的使用 |
---|
声明为 Page 的 gboat2.base.core.web 中的字段 | |
---|---|
protected Page<?> |
BaseActionSupport.page
|
返回 Page 的 gboat2.base.core.web 中的方法 | |
---|---|
Page<?> |
BaseActionSupport.getPage()
|
参数类型为 Page 的 gboat2.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 : "..." } |
gboat2.base.dao.impl 中 Page 的使用 |
---|
返回 Page 的 gboat2.base.dao.impl 中的方法 | |
---|---|
Page<Object> |
BaseDAO.getPage(Map<String,Object> queryParams)
|
Page<Object> |
BaseDAO.getPage(String[][] params)
|
Page<Object> |
BaseDAO.getPage(String hql,
int page,
int pagesize,
Map<String,Object> params)
|
Page<?> |
BaseDAO.getPageByHql(String hql,
Map<String,Object> params)
|
gboat2.cxf.action 中 Page 的使用 |
---|
参数类型为 Page 的 gboat2.cxf.action 中的方法 | |
---|---|
protected void |
WebServiceConfigAction.postList(Page pageinfo)
|
gboat2.web.action 中 Page 的使用 |
---|
参数类型为 Page 的 gboat2.web.action 中的方法 | |
---|---|
protected void |
WidgetAuthorityConfigAction.postList(Page pageinfo)
处理widget字段 |
protected void |
UserAction.postList(Page pageinfo)
|
gboat2.web.business 中 Page 的使用 |
---|
返回 Page 的 gboat2.web.business 中的方法 | |
---|---|
Page<Resource> |
IResourceBusiness.getAnnotatedResources(String queryString,
String page,
String pagesize)
根据条件模糊查询所有被注解的Action类,条件为空时,表示查询所有 |
gboat2.web.business.impl 中 Page 的使用 |
---|
返回 Page 的 gboat2.web.business.impl 中的方法 | |
---|---|
Page<Resource> |
ResourceBusinessImpl.getAnnotatedResources(String queryString,
String page,
String pagesize)
|
gboat2.web.service 中 Page 的使用 |
---|
返回 Page 的 gboat2.web.service 中的方法 | |
---|---|
Page<Organ> |
IOrganizationService.getOrgans(int pageIndex,
int pageSize)
组织机构列表提供 |
Page<Organ> |
IOrganizationService.searchOrgans(int pageIndex,
int pageSize,
String organName)
组织机构模糊检索提供 |
gboat2.web.service.impl 中 Page 的使用 |
---|
返回 Page 的 gboat2.web.service.impl 中的方法 | |
---|---|
Page<Organ> |
SystemOrganServiceImpl.getOrgans(int pageIndex,
int pageSize)
组织机构列表提供 |
Page<Organ> |
SystemOrganServiceImpl.searchOrgans(int pageIndex,
int pageSize,
String organName)
组织机构模糊检索提供 |
|
||||||||||
上一个 下一个 | 框架 无框架 |