Uses of Interface
org.chorem.pollen.business.persistence.Poll

Packages that use Poll
org.chorem.pollen   
org.chorem.pollen.business.persistence   
 

Uses of Poll in org.chorem.pollen
 

Fields in org.chorem.pollen with type parameters of type Poll
static com.google.common.base.Function<Map.Entry<Poll,PollAccount>,org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> PollenFunctions.MAP_ENTRY_TO_PAIR_FUNCTION
           
static com.google.common.base.Function<Map.Entry<Poll,PollAccount>,org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> PollenFunctions.MAP_ENTRY_TO_PAIR_FUNCTION
           
static com.google.common.base.Function<Poll,PollDTO> PollenFunctions.POLL_TO_BEAN
           
 

Uses of Poll in org.chorem.pollen.business.persistence
 

Classes in org.chorem.pollen.business.persistence with type parameters of type Poll
 class PollDAOAbstract<E extends Poll>
           
 class PollDAOImpl<E extends Poll>
           
 

Classes in org.chorem.pollen.business.persistence that implement Poll
 class PollAbstract
           
 class PollImpl
           
 

Fields in org.chorem.pollen.business.persistence declared as Poll
protected  Poll VotingListAbstract.poll
          Nom de l'attribut en BD : poll
 

Fields in org.chorem.pollen.business.persistence with type parameters of type Poll
protected  List<Poll> PollAccountAbstract.pollsCreated
          Nom de l'attribut en BD : pollsCreated
 

Methods in org.chorem.pollen.business.persistence that return Poll
 Poll VotingList.getPoll()
           
 Poll VotingListAbstract.getPoll()
           
 Poll PollAccount.getPollsCreatedByTopiaId(String topiaId)
           
 Poll PollAccountAbstract.getPollsCreatedByTopiaId(String topiaId)
           
 

Methods in org.chorem.pollen.business.persistence that return types with arguments of type Poll
protected  List<org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> PollDAOImpl.findAllWithPollAccounts(org.nuiton.topia.framework.TopiaQuery query, org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager)
           
 List<org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> PollDAOImpl.getInvitedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager, UserAccount userToUse)
           
 List<org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> PollDAOImpl.getParticipatedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager, UserAccount userToUse)
           
 List<Poll> PollAccount.getPollsCreated()
           
 List<Poll> PollAccountAbstract.getPollsCreated()
           
 

Methods in org.chorem.pollen.business.persistence with parameters of type Poll
 void PollAccount.addPollsCreated(Poll pollsCreated)
           
 void PollAccountAbstract.addPollsCreated(Poll pollsCreated)
           
 List<E> VotingListDAOAbstract.findAllByPoll(Poll v)
           
 List<E> PollAccountDAOAbstract.findAllContainsPollsCreated(Poll v)
           
 E VotingListDAOAbstract.findByPoll(Poll v)
           
 PersonToList PersonToListDAOImpl.findByPollAndAccount(Poll poll, PollAccount account)
           
 PollAccount PollAccountDAOImpl.findByPollVoteUser(Poll poll, UserAccount user)
           
 E PollAccountDAOAbstract.findContainsPollsCreated(Poll v)
           
 List<E> VoteDAOImpl.getAllVotes(Poll poll)
           
 List<E> VoteDAOImpl.getVotesByPoll(Poll poll, org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager)
           
 boolean VoteDAOImpl.hasAlreadyVoted(Poll poll, String votingId)
           
 void PollAccount.removePollsCreated(Poll pollsCreated)
           
 void PollAccountAbstract.removePollsCreated(Poll pollsCreated)
           
 void VotingList.setPoll(Poll poll)
           
 void VotingListAbstract.setPoll(Poll poll)
           
 

Method parameters in org.chorem.pollen.business.persistence with type arguments of type Poll
 void PollAccount.addAllPollsCreated(List<Poll> pollsCreated)
           
 void PollAccountAbstract.addAllPollsCreated(List<Poll> pollsCreated)
           
 void PollAccount.setPollsCreated(List<Poll> pollsCreated)
           
 void PollAccountAbstract.setPollsCreated(List<Poll> pollsCreated)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.