|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.ui.utils.CSVAccountUtil
public class CSVAccountUtil
Classe permettant de gérer l'import de listes de votants au format CSV.
| Constructor Summary | |
|---|---|
CSVAccountUtil()
|
|
| Method Summary | |
|---|---|
static java.util.List<PollAccountDTO> |
importList(java.io.Reader reader)
Import d'une liste de votants à partir d'un flux (fichier CSV). |
static java.util.List<PollAccountDTO> |
importList(org.apache.tapestry5.upload.services.UploadedFile file)
Import d'une liste de votants à partir d'un fichier CSV. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSVAccountUtil()
| Method Detail |
|---|
public static java.util.List<PollAccountDTO> importList(java.io.Reader reader)
reader - le flux
public static java.util.List<PollAccountDTO> importList(org.apache.tapestry5.upload.services.UploadedFile file)
file - le fichier CSV
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||