org.sakaiproject.tool.assessment.facade.util
Class PagingUtilQueries

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.sakaiproject.tool.assessment.facade.util.PagingUtilQueries
All Implemented Interfaces:
PagingUtilQueriesAPI, org.springframework.beans.factory.InitializingBean

public class PagingUtilQueries
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements PagingUtilQueriesAPI


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PagingUtilQueries()
           
 
Method Summary
 List getAll(int pageSize, int pageNumber, String queryString)
           
 List getAll(int pageSize, int pageNumber, String queryString, Integer value)
           
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagingUtilQueries

public PagingUtilQueries()
Method Detail

getAll

public List getAll(int pageSize,
                   int pageNumber,
                   String queryString,
                   Integer value)
Specified by:
getAll in interface PagingUtilQueriesAPI

getAll

public List getAll(int pageSize,
                   int pageNumber,
                   String queryString)
Specified by:
getAll in interface PagingUtilQueriesAPI


Copyright © 2005-2012 Sakai Project. All Rights Reserved.