| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityExportExtra |
| Modifier and Type | Method and Description |
|---|---|
static <R extends EntityExportExtra> |
ExportUtils.addAllBeanInfo(Map<EntityExportTabInfo,List<? extends EntityExportExtra>> sheet,
EntityExportTabInfo... tabInfos)
Add all possible tabInfo into map.
|
static <R extends EntityExportExtra,K> |
ExportUtils.export(Map<EntityExportTabInfo,List<? extends EntityExportExtra>> sheet,
R model,
Iterable<K> entities,
EntityExportTabInfo tabInfo) |
static <R extends EntityExportExtra,K> |
ExportUtils.export(Map<EntityExportTabInfo,List<? extends EntityExportExtra>> sheet,
R model,
K entity,
EntityExportTabInfo tabInfo) |
<T extends EntityExportExtra> |
EntityImporter.importFromStream(InputStream is,
Class<T> entityClass,
EntityExportTabInfo... tabInfos) |
| Modifier and Type | Method and Description |
|---|---|
static <K> void |
ExportUtils.copyFields(EntityExportExtra source,
K destination,
String... fields) |
static <K> void |
ExportUtils.copyFields(K source,
EntityExportExtra destination,
Map<String,com.google.common.base.Function<K,Object>> customTransformers,
Iterable<String> fields) |
static <K> void |
ExportUtils.copyFields(K source,
EntityExportExtra destination,
Map<String,com.google.common.base.Function<K,Object>> customTransformers,
String... fields) |
static void |
ExportUtils.setExtraField(EntityExportExtra destination,
String field,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static <R extends EntityExportExtra> |
ExportUtils.addAllBeanInfo(Map<EntityExportTabInfo,List<? extends EntityExportExtra>> sheet,
EntityExportTabInfo... tabInfos)
Add all possible tabInfo into map.
|
static <R extends EntityExportExtra,K> |
ExportUtils.export(Map<EntityExportTabInfo,List<? extends EntityExportExtra>> sheet,
R model,
Iterable<K> entities,
EntityExportTabInfo tabInfo) |
static <R extends EntityExportExtra,K> |
ExportUtils.export(Map<EntityExportTabInfo,List<? extends EntityExportExtra>> sheet,
R model,
K entity,
EntityExportTabInfo tabInfo) |
InputStream |
EntityExporter.exportAsXlsStream(Map<EntityExportTabInfo,List<? extends EntityExportExtra>> sheetData)
Export map as single list data per xls sheet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomainExportEntity |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EffectiveCropCycleServiceImpl.exportEffectiveSeasonalCropCycles(List<EffectiveSeasonalCropCycleDto> seasonalCropCycleDtos,
Map<EntityExportTabInfo,List<? extends EntityExportExtra>> sheet,
EffectiveCropCycleExportMetadata.EffectiveCropCycleBeanInfo effectiveCropCycleBeanInfo,
EffectiveCropCycleExportEntity model) |
| Modifier and Type | Class and Description |
|---|---|
class |
EffectiveCropCycleExportEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
GrowingPlanExportEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
ExportGrowingSystemEntity |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ManagementModeServiceImpl.exportManagementMode(Map<EntityExportTabInfo,List<? extends EntityExportExtra>> sheet,
ManagementModeExportMetadata.ManagementModeMainBeanInfo mainTab,
List<ManagementModeExportEntity> sectionEntities,
ManagementMode managementMode) |
| Modifier and Type | Class and Description |
|---|---|
class |
DecisionRuleExportEntity |
class |
ManagementModeExportEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
MeasurementExportEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
PlotExportEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
PracticedSystemEntity |
Copyright © 2013–2015 Inra. All rights reserved.