org.sakaiproject.tool.assessment.facade
Class SectionFacadeQueries

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

public class SectionFacadeQueries
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements SectionFacadeQueriesAPI


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
SectionFacadeQueries()
           
 
Method Summary
 void addSectionMetaData(Long sectionId, String label, String value)
           
 void deleteSectionMetaData(Long sectionId, String label)
           
 SectionFacade get(Long sectionId)
           
 IdImpl getId(long id)
           
 IdImpl getId(Long id)
           
 IdImpl getId(String id)
           
 SectionData load(Long sectionId)
           
 
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

SectionFacadeQueries

public SectionFacadeQueries()
Method Detail

getId

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

getId

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

getId

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

get

public SectionFacade get(Long sectionId)
Specified by:
get in interface SectionFacadeQueriesAPI

load

public SectionData load(Long sectionId)
Specified by:
load in interface SectionFacadeQueriesAPI

addSectionMetaData

public void addSectionMetaData(Long sectionId,
                               String label,
                               String value)
Specified by:
addSectionMetaData in interface SectionFacadeQueriesAPI

deleteSectionMetaData

public void deleteSectionMetaData(Long sectionId,
                                  String label)
Specified by:
deleteSectionMetaData in interface SectionFacadeQueriesAPI


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