public class VoteDAOImpl<E extends Vote> extends VoteDAOAbstract<E>
| Constructor and Description |
|---|
VoteDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
findAllVotes(Poll poll) |
List<E> |
findAllVotesByPoll(Poll poll,
org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager) |
E |
findByAccountId(String accountId) |
Vote |
findVoteByPollAndVotingId(Poll poll,
String votingId) |
delete, findAllByAnonymous, findAllByComment, findAllByPollAccount, findAllByWeight, findAllUsages, findByAnonymous, findByComment, findByPollAccount, findByWeight, findUsages, getEntityClass, getTopiaEntityEnumaddTopiaEntityListener, addTopiaEntityVetoable, computeAndAddRecordsToPager, count, countByQuery, countByQuery, create, create, create, createQuery, createQuery, deleteAll, existByProperties, existByQuery, existByTopiaId, existsByQuery, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllByQuery, findAllByQuery, findAllByQueryAndPager, findAllByQueryWithBound, findAllContains, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByQuery, findByQuery, findByTopiaId, findContains, getContext, getId, getId, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, updatepublic List<E> findAllVotes(Poll poll) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllVotesByPoll(Poll poll, org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic Vote findVoteByPollAndVotingId(Poll poll, String votingId) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionCopyright © 2009-2012 CodeLutin. All Rights Reserved.