|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.business.converters.DataConverter
org.chorem.pollen.business.converters.DataVoteCountingConverter
public class DataVoteCountingConverter
Classe de conversion d'entités en DTO pour le module voteCounting.
| Constructor Summary | |
|---|---|
DataVoteCountingConverter()
|
|
| Method Summary | |
|---|---|
static PollDTO |
createPollDTO(PollDTO pollDTO)
Création d'un DTO sondage à partir d'un DTO sondage d'export. |
static PollDTO |
createPollDTOForVoteCounting(Poll ePoll)
Création d'un DTO sondage d'export à partir d'une entité sondage. |
| 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 |
|---|
public DataVoteCountingConverter()
| Method Detail |
|---|
public static PollDTO createPollDTOForVoteCounting(Poll ePoll)
ePoll - l'entité sondage
public static PollDTO createPollDTO(PollDTO pollDTO)
pollDTO - le DTO sondage d'export
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||