org.chorem.pollen.business.converters
Class EntityToVoteCountingDTO

java.lang.Object
  extended by org.chorem.pollen.business.converters.DataConverter
      extended by org.chorem.pollen.business.converters.EntityToVoteCountingDTO

public class EntityToVoteCountingDTO
extends DataConverter

Classe de conversion d'entitées en DTO pour le voteCounting.

Version:
$Id: EntityToVoteCountingDTO.java 2621 2009-07-03 15:09:23Z nrannou $
Author:
fdesbois

Constructor Summary
EntityToVoteCountingDTO()
           
 
Method Summary
static PollDTO createPollDTOForVoteCounting(Poll entity)
           
 
Methods inherited from class org.chorem.pollen.business.converters.DataConverter
getTransaction, setTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityToVoteCountingDTO

public EntityToVoteCountingDTO()
Method Detail

createPollDTOForVoteCounting

public static PollDTO createPollDTOForVoteCounting(Poll entity)


Copyright © 2009 CodeLutin. All Rights Reserved.