|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
org.sakaiproject.genericdao.hibernate.HibernateGenericDao
org.sakaiproject.genericdao.hibernate.HibernateBasicGenericDao
org.sakaiproject.genericdao.hibernate.HibernateGeneralGenericDao
org.sakaiproject.poll.dao.impl.PollDoaImpl
public class PollDoaImpl
| Field Summary |
|---|
| Fields inherited from class org.sakaiproject.genericdao.hibernate.HibernateGenericDao |
|---|
COUNTALL_QUERY, START_QUERY |
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Fields inherited from interface org.sakaiproject.genericdao.api.finders.ByPropsFinder |
|---|
ASC, DESC, EQUALS, GREATER, LESS, LIKE, NOT_EQUALS, NOT_NULL, NULL |
| Constructor Summary | |
|---|---|
PollDoaImpl()
|
|
| Method Summary | |
|---|---|
int |
getDisctinctVotersForPoll(Poll poll)
Get the number of distinct voters on a poll |
void |
init()
|
| Methods inherited from class org.sakaiproject.genericdao.hibernate.HibernateGeneralGenericDao |
|---|
baseCountAll, baseDeleteSet, baseSaveSet, checkEntitySet, countAll, deleteMixedSet, deleteSet, deleteSet, findAll, findAll, saveMixedSet, saveSet |
| Methods inherited from class org.sakaiproject.genericdao.hibernate.HibernateBasicGenericDao |
|---|
baseCountBySearch, baseFindBySearch, baseFindOneBySearch, countByProperties, countByProperties, countBySearch, findByProperties, findByProperties, findByProperties, findByProperties, findByProperties, findBySearch, findOneBySearch |
| Methods inherited from class org.sakaiproject.genericdao.hibernate.HibernateGenericDao |
|---|
addInterceptor, afterRead, afterWrite, baseCreate, baseDelete, baseFindById, baseGetIdValue, baseUpdate, beforeRead, beforeWrite, checkClass, cloneList, count, count, create, delete, delete, executeHqlQuery, executeHqlQuery, findById, findClass, getCacheName, getCacheProvider, getIdProperty, getPersistentClasses, getSearchCacheName, initCaches, invokeTransactionalAccess, makeComparisonHQL, makeComparisonHQL, removeInterceptor, save, setCacheProvider, setInterceptor, setParameters, setPersistentClasses, update |
| 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 |
| Methods inherited from interface org.sakaiproject.genericdao.api.GenericDao |
|---|
findById, getIdProperty, getPersistentClasses, invokeTransactionalAccess |
| Methods inherited from interface org.sakaiproject.genericdao.api.modifiers.BasicModifier |
|---|
create, delete, delete, save, update |
| Methods inherited from interface org.sakaiproject.genericdao.api.finders.ByPropsFinder |
|---|
countByProperties, countByProperties, findByProperties, findByProperties, findByProperties, findByProperties, findByProperties |
| Methods inherited from interface org.sakaiproject.genericdao.api.finders.BySearchFinder |
|---|
countBySearch, findBySearch, findOneBySearch |
| Methods inherited from interface org.sakaiproject.genericdao.api.finders.AllFinder |
|---|
countAll, findAll, findAll |
| Methods inherited from interface org.sakaiproject.genericdao.api.modifiers.BatchModifier |
|---|
deleteMixedSet, deleteSet, deleteSet, saveMixedSet, saveSet |
| Constructor Detail |
|---|
public PollDoaImpl()
| Method Detail |
|---|
public void init()
public int getDisctinctVotersForPoll(Poll poll)
PollDao
getDisctinctVotersForPoll in interface PollDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||