|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.ui.data.PollHelper
public class PollHelper
Gestion de la copie d'un sondage existant pour en créer un nouveau.
| Constructor Summary | |
|---|---|
PollHelper()
|
|
| Method Summary | |
|---|---|
static List<DateChoiceUIO> |
getDateChoices(PollDTO oldPoll)
Création de choix de type Date à partir d'un sondage existant. |
static List<ImageChoiceUIO> |
getImageChoices(PollDTO oldPoll)
Création de choix de type Image à partir d'un sondage existant. |
static PreventRuleDTO |
getNotificationPreventRule(PollDTO oldPoll)
Création de la règle de notification à partir d'un sondage existant. |
static PollDTO |
getPoll(PollDTO oldPoll)
Création d'un nouveau sondage à partir d'un sondage existant. |
static PreventRuleDTO |
getReminderPreventRule(PollDTO oldPoll)
Création de la règle de rappel à partir d'un sondage existant. |
static List<ChoiceDTO> |
getTextChoices(PollDTO oldPoll)
Création de choix de type Texte à partir d'un sondage existant. |
static List<VotingListDTO> |
getVotingLists(PollDTO oldPoll)
Création de listes de votants à partir d'un sondage existant. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PollHelper()
| Method Detail |
|---|
public static PollDTO getPoll(PollDTO oldPoll)
oldPoll - le sondage existant
public static List<VotingListDTO> getVotingLists(PollDTO oldPoll)
oldPoll - le sondage existant
public static List<ChoiceDTO> getTextChoices(PollDTO oldPoll)
oldPoll - le sondage existant
public static List<DateChoiceUIO> getDateChoices(PollDTO oldPoll)
oldPoll - le sondage existant
public static List<ImageChoiceUIO> getImageChoices(PollDTO oldPoll)
oldPoll - le sondage existant
public static PreventRuleDTO getNotificationPreventRule(PollDTO oldPoll)
oldPoll - le sondage existant
public static PreventRuleDTO getReminderPreventRule(PollDTO oldPoll)
oldPoll - le sondage existant
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||