Class FreemarkerExportColumn
java.lang.Object
ch.tocco.nice2.reporting.impl.action.export.column.FreemarkerExportColumn
- All Implemented Interfaces:
ExportColumn
-
Nested Class Summary
Nested classes/interfaces inherited from interface ExportColumn
ExportColumn.IndexRegistry -
Constructor Summary
ConstructorsConstructorDescriptionFreemarkerExportColumn(TemplateEngine templateEngine, String label, String freemarkerScript) -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Optional<TypedValue<?>> getTypedValue(Object[] row, ExportColumn.IndexRegistry indexRegistry) getValueAsString(Object[] row, ExportColumn.IndexRegistry indexRegistry) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ExportColumn
initialize
-
Constructor Details
-
FreemarkerExportColumn
-
-
Method Details
-
getImportPath
- Specified by:
getImportPathin interfaceExportColumn- Returns:
- path to use to re-import this column
-
getQueryPath
- Specified by:
getQueryPathin interfaceExportColumn- Returns:
- path that needs to be requested from the database
-
getLabel
- Specified by:
getLabelin interfaceExportColumn
-
getValueAsString
- Specified by:
getValueAsStringin interfaceExportColumn
-
getTypedValue
public Optional<TypedValue<?>> getTypedValue(Object[] row, ExportColumn.IndexRegistry indexRegistry) - Specified by:
getTypedValuein interfaceExportColumn
-