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

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

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

Classes in org.chorem.pollen.business.persistence with type parameters of type VoteCounting
 class VoteCountingDAOAbstract<E extends VoteCounting>
          Implantation DAO pour l'entité VoteCounting.
 class VoteCountingDAOImpl<E extends VoteCounting>
          Implantation du DAO pour l'entité VoteCounting.
 

Classes in org.chorem.pollen.business.persistence that implement VoteCounting
 class VoteCountingAbstract
          Implantation POJO pour l'entité VoteCounting.
 class VoteCountingImpl
          Implantation des operations pour l'entité VoteCounting.
 

Fields in org.chorem.pollen.business.persistence declared as VoteCounting
 VoteCounting PollAbstract.voteCounting
           
 VoteCounting ResultAbstract.voteCounting
           
 

Methods in org.chorem.pollen.business.persistence that return VoteCounting
 VoteCounting Poll.getVoteCounting()
           
 VoteCounting Result.getVoteCounting()
           
 VoteCounting PollAbstract.getVoteCounting()
           
 VoteCounting ResultAbstract.getVoteCounting()
           
 

Methods in org.chorem.pollen.business.persistence with parameters of type VoteCounting
 List<E> ResultDAOAbstract.findAllByVoteCounting(VoteCounting v)
          Retourne les éléments ayant comme valeur pour l'attribut voteCounting le paramètre
 List<E> PollDAOAbstract.findAllByVoteCounting(VoteCounting v)
          Retourne les éléments ayant comme valeur pour l'attribut voteCounting le paramètre
 E ResultDAOAbstract.findByVoteCounting(VoteCounting v)
          Retourne le premier élément trouvé ayant comme valeur pour l'attribut voteCounting le paramètre
 E PollDAOAbstract.findByVoteCounting(VoteCounting v)
          Retourne le premier élément trouvé ayant comme valeur pour l'attribut voteCounting le paramètre
 void Poll.setVoteCounting(VoteCounting voteCounting)
           
 void Result.setVoteCounting(VoteCounting voteCounting)
           
 void PollAbstract.setVoteCounting(VoteCounting value)
           
 void ResultAbstract.setVoteCounting(VoteCounting value)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.