类 PageIPO


  • public class PageIPO
    extends java.lang.Object
    从以下版本开始:
    2018年4月13日
    作者:
    孙金川
    • 构造器概要

      构造器 
      构造器 说明
      PageIPO()  
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static PageIPO parsePageIPO​(com.alibaba.fastjson.JSONObject paramJson)
      将分页参数转换为分页对象
      static PageIPO parsePageIPO​(com.alibaba.fastjson.JSONObject paramJson, int maxLimit)
      将分页参数转换为分页对象
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • PageIPO

        public PageIPO()
    • 方法详细资料

      • parsePageIPO

        public static PageIPO parsePageIPO​(com.alibaba.fastjson.JSONObject paramJson)
        将分页参数转换为分页对象

        JSONObject - PageIPO

        参数:
        paramJson - 最大limit值 = 200
        返回:
        pageIPO
      • parsePageIPO

        public static PageIPO parsePageIPO​(com.alibaba.fastjson.JSONObject paramJson,
                                           int maxLimit)
        将分页参数转换为分页对象

        JSONObject - PageIPO

        参数:
        paramJson - 参数
        maxLimit - 最大限制
        返回:
        pageIPO