org.sakaiproject.tool.assessment.facade
Class PublishedSectionFacadeQueries

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.PublishedSectionFacadeQueries
All Implemented Interfaces:
PublishedSectionFacadeQueriesAPI, org.springframework.beans.factory.InitializingBean

public class PublishedSectionFacadeQueries
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements PublishedSectionFacadeQueriesAPI


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PublishedSectionFacadeQueries()
           
 
Method Summary
 IdImpl getId(long id)
           
 IdImpl getId(Long id)
           
 IdImpl getId(String id)
           
 
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

PublishedSectionFacadeQueries

public PublishedSectionFacadeQueries()
Method Detail

getId

public IdImpl getId(String id)
Specified by:
getId in interface PublishedSectionFacadeQueriesAPI

getId

public IdImpl getId(Long id)
Specified by:
getId in interface PublishedSectionFacadeQueriesAPI

getId

public IdImpl getId(long id)
Specified by:
getId in interface PublishedSectionFacadeQueriesAPI


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