org.chorem.pollen.business.converters
Class DataVoteCountingConverter
java.lang.Object
org.chorem.pollen.business.converters.DataConverter
org.chorem.pollen.business.converters.DataVoteCountingConverter
public class DataVoteCountingConverter
- extends DataConverter
Classe de conversion d'entités en DTO pour le module voteCounting.
- Version:
- $Id: DataVoteCountingConverter.java 2696 2009-08-10 16:18:15Z
nrannou $
- Author:
- fdesbois, rannou
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataVoteCountingConverter
public DataVoteCountingConverter()
createPollDTOForVoteCounting
public static PollDTO createPollDTOForVoteCounting(Poll ePoll)
- Création d'un DTO sondage d'export à partir d'une entité sondage.
- Parameters:
ePoll - l'entité sondage
- Returns:
- le DTO sondage d'export
createPollDTO
public static PollDTO createPollDTO(PollDTO pollDTO)
- Création d'un DTO sondage à partir d'un DTO sondage d'export.
- Parameters:
pollDTO - le DTO sondage d'export
- Returns:
- le DTO sondage
Copyright © 2009-2010 CodeLutin. All Rights Reserved.