|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaDAOImpl<E>
org.chorem.pollen.business.persistence.PollDAOAbstract<E>
org.chorem.pollen.business.persistence.PollDAOImpl<E>
public class PollDAOImpl<E extends Poll>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
PollDAOImpl()
|
|
| Method Summary | |
|---|---|
protected Map<Poll,PollAccount> |
findAllWithPollAccounts(org.nuiton.topia.framework.TopiaQuery query,
String pollAlias,
String pollAccountAlias)
|
List<E> |
getCreatedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
UserAccount user)
|
Map<Poll,PollAccount> |
getInvitedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
UserAccount userToUse)
|
Map<Poll,PollAccount> |
getParticipatedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
UserAccount userToUse)
|
List<E> |
getPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager)
|
List<E> |
getRunningPolls(boolean withEndDate)
|
| Methods inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
addTopiaEntityListener, addTopiaEntityVetoable, count, countByQuery, create, create, create, createQuery, createQuery, existByProperties, existByQuery, existByTopiaId, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllContains, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, findContains, getContext, getId, getId, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PollDAOImpl()
| Method Detail |
|---|
public List<E> getPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> getCreatedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
UserAccount user)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public Map<Poll,PollAccount> getInvitedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
UserAccount userToUse)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public Map<Poll,PollAccount> getParticipatedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
UserAccount userToUse)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
protected Map<Poll,PollAccount> findAllWithPollAccounts(org.nuiton.topia.framework.TopiaQuery query,
String pollAlias,
String pollAccountAlias)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> getRunningPolls(boolean withEndDate)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||