| Package | Description |
|---|---|
| io.vertigo.dynamo.export.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ExportDenormField
Définition d'une colonne de type dénormalisation à exporter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportField> |
ExportSheet.getExportFields() |
| Modifier and Type | Method and Description |
|---|---|
String |
ExportHelper.getText(Map<DtField,Map<Object,String>> referenceCache,
Map<DtField,Map<Object,String>> denormCache,
DtObject dto,
ExportField exportColumn)
Retourne le text d'un champs du DTO en utilisant le formateur du domaine, ou l'élément issu de la liste de REF si il y a une dénormalisation à faire.
|
Object |
ExportHelper.getValue(Map<DtField,Map<Object,String>> referenceCache,
Map<DtField,Map<Object,String>> denormCache,
DtObject dto,
ExportField exportColumn)
Retourne la valeur d'un champs du DTO, ou l'élément issu de la liste de REF si il y a une dénormalisation à faire.
|
| Constructor and Description |
|---|
ExportSheet(String title,
List<ExportField> exportFields,
DtObject dto,
DtList dtc) |
Copyright © 2015. All Rights Reserved.