org.chorem.pollen.ui.utils
Class CSVAccountUtil

java.lang.Object
  extended by org.chorem.pollen.ui.utils.CSVAccountUtil

public class CSVAccountUtil
extends java.lang.Object

Classe permettant de gérer l'import de listes de votants au format CSV.

Version:
$Id: CSVAccountUtil.java 2615 2009-07-01 13:47:45Z nrannou $
Author:
rannou

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

CSVAccountUtil

public CSVAccountUtil()
Method Detail

importList

public static java.util.List<PollAccountDTO> importList(java.io.Reader reader)
Import d'une liste de votants à partir d'un flux (fichier CSV).

Parameters:
reader - le flux

importList

public static java.util.List<PollAccountDTO> importList(org.apache.tapestry5.upload.services.UploadedFile file)
Import d'une liste de votants à partir d'un fichier CSV.

Parameters:
file - le fichier CSV


Copyright © 2009 CodeLutin. All Rights Reserved.