| Modifier and Type | Class and Description |
|---|---|
class |
PlotAbstract |
class |
PlotImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Plot |
ZoneAbstract.plot
Nom de l'attribut en BD : plot
|
| Modifier and Type | Method and Description |
|---|---|
Plot |
ZoneAbstract.getPlot() |
Plot |
Zone.getPlot() |
| Modifier and Type | Method and Description |
|---|---|
void |
ZoneAbstract.setPlot(Plot plot) |
void |
Zone.setPlot(Plot plot) |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Plot> |
PerformanceAbstract.plots
Nom de l'attribut en BD : plots
|
| Modifier and Type | Method and Description |
|---|---|
Plot |
PerformanceAbstract.getPlotsByTopiaId(String topiaId) |
Plot |
Performance.getPlotsByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Plot> |
PerformanceAbstract.getPlots() |
Collection<Plot> |
Performance.getPlots() |
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceAbstract.addPlots(Plot plots) |
void |
Performance.addPlots(Plot plots) |
boolean |
PerformanceAbstract.containsPlots(Plot plots) |
boolean |
Performance.containsPlots(Plot plots) |
void |
PerformanceAbstract.removePlots(Plot plots) |
void |
Performance.removePlots(Plot plots) |
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceAbstract.addAllPlots(Iterable<Plot> plots) |
void |
Performance.addAllPlots(Iterable<Plot> plots) |
void |
PerformanceAbstract.setPlots(Collection<Plot> plots) |
void |
Performance.setPlots(Collection<Plot> plots) |
| Modifier and Type | Method and Description |
|---|---|
Plot |
PlotService.createOrUpdatePlot(Plot plot,
String domainId,
String locationId,
String growingSystemId,
Collection<String> selectedPlotZoningIds,
String selectedSolId,
String selectedSurfaceTextureId,
String selectedSubSoilTextureId,
String selectedSolDepthId,
List<SolHorizonDto> solHorizons,
Collection<Zone> zones,
List<String> adjacentElementIds)
Create or update the plot
|
Plot |
PlotService.duplicatePlot(String topiaId)
Duplicate given plot topia id and return duplicated plot topia id.
|
Plot |
PlotService.extendPlot(ExtendContext extendContext,
Domain clonedDomain,
Plot plot)
Duplicate plot for extend domain process.
|
Plot |
PlotService.getPlot(String plotTopiaId)
Return the plot with reference, the given TopiaId key.
|
Plot |
PlotService.mergePlots(List<String> plotTopiaIds)
Merge given plot id into a single plot.
|
Plot |
PlotService.unactivatePlot(String plotTopiaId,
boolean activate)
Unactivate plot and return unactivated plot.
|
| Modifier and Type | Method and Description |
|---|---|
List<Plot> |
PlotService.findAllByDomain(Domain domain)
Find all plot for a specific domain.
|
List<Plot> |
PlotService.findAllByGrowingSystem(GrowingSystem growingSystem)
Find all plots for a specific growing system.
|
List<Plot> |
PlotService.findAllFreeAndGrowingSystemPlots(GrowingSystem growingSystem,
String growingPlanId)
Find all free plot and plots linked to current system.
|
List<Plot> |
PlotService.getAllGrowingSystemPlot(GrowingSystem growingSystem)
return plots that target the given growingSystem
|
List<Plot> |
PlotService.getFreePlotForGrowingPlan(String growingPlanTopiaId)
Retourne les parcelles libres (non affectée à un système de culture) liées au dispositif
choisit.
|
| Modifier and Type | Method and Description |
|---|---|
Plot |
PlotService.createOrUpdatePlot(Plot plot,
String domainId,
String locationId,
String growingSystemId,
Collection<String> selectedPlotZoningIds,
String selectedSolId,
String selectedSurfaceTextureId,
String selectedSubSoilTextureId,
String selectedSolDepthId,
List<SolHorizonDto> solHorizons,
Collection<Zone> zones,
List<String> adjacentElementIds)
Create or update the plot
|
Plot |
PlotService.extendPlot(ExtendContext extendContext,
Domain clonedDomain,
Plot plot)
Duplicate plot for extend domain process.
|
List<Zone> |
PlotService.getPlotZones(Plot plot)
Find all plot's zone.
|
| Modifier and Type | Method and Description |
|---|---|
Plot |
PlotAndDependencies.getEntity() |
| Constructor and Description |
|---|
PlotAndDependencies(Plot entity) |
| Modifier and Type | Method and Description |
|---|---|
Plot |
AnonymizeService.checkForPlotAnonymization(Plot plot) |
| Modifier and Type | Method and Description |
|---|---|
List<Plot> |
AnonymizeService.checkForPlotsAnonymization(List<Plot> plots) |
com.google.common.base.Function<Plot,PlotDto> |
AnonymizeService.getPlotToDtoFunction() |
| Modifier and Type | Method and Description |
|---|---|
Plot |
AnonymizeService.checkForPlotAnonymization(Plot plot) |
| Modifier and Type | Method and Description |
|---|---|
List<Plot> |
AnonymizeService.checkForPlotsAnonymization(List<Plot> plots) |
Copyright © 2013–2015 Inra. All rights reserved.