org.sakaiproject.tool.assessment.facade
Class SectionFacadeQueries
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
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
| Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
| 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 |
SectionFacadeQueries
public SectionFacadeQueries()
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-2012 Sakai Project. All Rights Reserved.