org.chorem.pollen.services.impl
Class FavoriteListImportCSV.FavoriteListImportModel

java.lang.Object
  extended by org.chorem.pollen.services.impl.FavoriteListImportCSV.FavoriteListImportModel
All Implemented Interfaces:
org.nuiton.util.csv.ImportModel<PollAccount>
Enclosing class:
FavoriteListImportCSV

protected class FavoriteListImportCSV.FavoriteListImportModel
extends Object
implements org.nuiton.util.csv.ImportModel<PollAccount>


Constructor Summary
protected FavoriteListImportCSV.FavoriteListImportModel()
           
 
Method Summary
 Iterable<org.nuiton.util.csv.ImportableColumn<PollAccount,Object>> getColumnsForImport()
           
 char getSeparator()
           
 PollAccount newEmptyInstance()
           
 void pushCsvHeaderNames(List<String> headerNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FavoriteListImportCSV.FavoriteListImportModel

protected FavoriteListImportCSV.FavoriteListImportModel()
Method Detail

getSeparator

public char getSeparator()
Specified by:
getSeparator in interface org.nuiton.util.csv.ImportModel<PollAccount>

pushCsvHeaderNames

public void pushCsvHeaderNames(List<String> headerNames)
Specified by:
pushCsvHeaderNames in interface org.nuiton.util.csv.ImportModel<PollAccount>

newEmptyInstance

public PollAccount newEmptyInstance()
Specified by:
newEmptyInstance in interface org.nuiton.util.csv.ImportModel<PollAccount>

getColumnsForImport

public Iterable<org.nuiton.util.csv.ImportableColumn<PollAccount,Object>> getColumnsForImport()
Specified by:
getColumnsForImport in interface org.nuiton.util.csv.ImportModel<PollAccount>


Copyright © 2009-2012 CodeLutin. All Rights Reserved.