| Modifier and Type | Class and Description |
|---|---|
class |
PracticedPlotAbstract |
class |
PracticedPlotImpl |
| Modifier and Type | Method and Description |
|---|---|
PracticedPlot |
PracticedPlotService.createOrUpdatePracticedPlot(PracticedPlot practicedPlot,
String practicedSystemTopiaId,
String locationTopiaId,
String selectedSurfaceTextureId,
String selectedSubSoilTextureId,
String selectedSolDepthId,
List<String> selectedPlotZoningIds,
List<SolHorizonDto> solHorizons,
List<String> adjacentElementIds)
Create or update the given practiced plot
|
PracticedPlot |
PracticedPlotService.getPracticedPlot(String practicedPlotTopiaId)
Return the instance of plot for the given practicedPlotTopiaId, if null a new instance is created.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<PracticedPlot> |
PracticedPlotService.getFilteredPracticedPlots(PracticedPlotFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
PracticedPlot |
PracticedPlotService.createOrUpdatePracticedPlot(PracticedPlot practicedPlot,
String practicedSystemTopiaId,
String locationTopiaId,
String selectedSurfaceTextureId,
String selectedSubSoilTextureId,
String selectedSolDepthId,
List<String> selectedPlotZoningIds,
List<SolHorizonDto> solHorizons,
List<String> adjacentElementIds)
Create or update the given practiced plot
|
| Modifier and Type | Method and Description |
|---|---|
PracticedPlot |
PracticedPlotAndDependencies.getEntity() |
PracticedPlot |
PracticedPlotAndDependencies.getPracticedPlot() |
| Constructor and Description |
|---|
PracticedPlotAndDependencies(PracticedPlot entity) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<PracticedPlot,PracticedPlotDto> |
AnonymizeService.getPracticedPlotToDtoFunction() |
Copyright © 2013–2015 Inra. All rights reserved.