public interface ListExporter
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumnNameListToExport()
Get the list of the columns that must be exported.
|
String |
getDocumentTitle()
Retourne le nom du document résultat de l'export.
|
List<String> |
getExcludedCriterionColumnNameList()
Get the list of the columns that must be excluded when exporting the criterion.
|
String |
getFileNameToExport()
Retourne le nom du fichier résultat de l'export.
|
Map<String,String> |
getSpecificLabelMap()
Get the map giving specific label to use for the column.
|
String getFileNameToExport()
String getDocumentTitle()
List<String> getColumnNameListToExport()
List<String> getExcludedCriterionColumnNameList()
Copyright © 2017. All Rights Reserved.