Class ExportActionConfig
java.lang.Object
ch.tocco.nice2.reporting.api.action.export.ExportActionConfig
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
ConstructorDescriptionExportActionConfig
(EntityModel entityModel, List<ExportActionConfig.SelectedPath> selectedPaths, boolean optimizeForImport, org.joda.time.DateTimeZone timeZone) -
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTimeZone
boolean
-
Constructor Details
-
ExportActionConfig
public ExportActionConfig(EntityModel entityModel, List<ExportActionConfig.SelectedPath> selectedPaths, boolean optimizeForImport, org.joda.time.DateTimeZone timeZone)
-
-
Method Details
-
getEntityModel
-
getSelectedPaths
- Returns:
- the paths that should be exported
-
isOptimizeForImport
public boolean isOptimizeForImport()- Returns:
- true if the output should be formatted in a way that's compatible with the import
-
getTimeZone
public org.joda.time.DateTimeZone getTimeZone() -
getIndexRegistry
-