com.easyjf.web.tools
Class DbPageList

java.lang.Object
  extended bycom.easyjf.web.tools.PageList
      extended bycom.easyjf.web.tools.DbPageList
All Implemented Interfaces:
IPageList

public class DbPageList
extends PageList


Constructor Summary
DbPageList()
           
DbPageList(java.lang.Class cls, java.lang.String scope)
           
DbPageList(java.lang.Class cls, java.lang.String scope, java.util.Collection paras)
           
 
Method Summary
 void doList(int currentPage, int pageSize)
           
 
Methods inherited from class com.easyjf.web.tools.PageList
doList, doList, getCurrentPage, getPages, getResult, getRowCount, setQuery
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbPageList

public DbPageList()

DbPageList

public DbPageList(java.lang.Class cls,
                  java.lang.String scope)

DbPageList

public DbPageList(java.lang.Class cls,
                  java.lang.String scope,
                  java.util.Collection paras)
Method Detail

doList

public void doList(int currentPage,
                   int pageSize)