| Modifier and Type | Class and Description |
|---|---|
class |
ZoneAbstract |
class |
ZoneImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Zone |
EffectivePerennialCropCycleAbstract.zone
Nom de l'attribut en BD : zone
|
protected Zone |
EffectiveSeasonalCropCycleAbstract.zone
Nom de l'attribut en BD : zone
|
| Modifier and Type | Method and Description |
|---|---|
Zone |
EffectivePerennialCropCycle.getZone() |
Zone |
EffectivePerennialCropCycleAbstract.getZone() |
Zone |
EffectiveSeasonalCropCycle.getZone() |
Zone |
EffectiveSeasonalCropCycleAbstract.getZone() |
| Modifier and Type | Method and Description |
|---|---|
void |
EffectivePerennialCropCycle.setZone(Zone zone) |
void |
EffectivePerennialCropCycleAbstract.setZone(Zone zone) |
void |
EffectiveSeasonalCropCycle.setZone(Zone zone) |
void |
EffectiveSeasonalCropCycleAbstract.setZone(Zone zone) |
| Modifier and Type | Field and Description |
|---|---|
protected Zone |
MeasurementSessionAbstract.zone
Nom de l'attribut en BD : zone
|
| Modifier and Type | Method and Description |
|---|---|
Zone |
MeasurementSessionAbstract.getZone() |
Zone |
MeasurementSession.getZone() |
| Modifier and Type | Method and Description |
|---|---|
void |
MeasurementSessionAbstract.setZone(Zone zone) |
void |
MeasurementSession.setZone(Zone zone) |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Zone> |
PerformanceAbstract.zones
Nom de l'attribut en BD : zones
|
| Modifier and Type | Method and Description |
|---|---|
Zone |
PerformanceAbstract.getZonesByTopiaId(String topiaId) |
Zone |
Performance.getZonesByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Zone> |
PerformanceAbstract.getZones() |
Collection<Zone> |
Performance.getZones() |
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceAbstract.addZones(Zone zones) |
void |
Performance.addZones(Zone zones) |
boolean |
PerformanceAbstract.containsZones(Zone zones) |
boolean |
Performance.containsZones(Zone zones) |
void |
PerformanceAbstract.removeZones(Zone zones) |
void |
Performance.removeZones(Zone zones) |
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceAbstract.addAllZones(Iterable<Zone> zones) |
void |
Performance.addAllZones(Iterable<Zone> zones) |
void |
PerformanceAbstract.setZones(Collection<Zone> zones) |
void |
Performance.setZones(Collection<Zone> zones) |
| Modifier and Type | Method and Description |
|---|---|
Zone |
EffectiveCropCycleService.getZone(String zoneTopiaId)
Find zone by topia id.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Zone> |
EffectiveCropCycleService.getFilteredZones(EffectiveZoneFilter filter)
Recherche paginée de la liste des zones des parcelles.
|
| Modifier and Type | Method and Description |
|---|---|
List<CroppingPlanEntry> |
EffectiveCropCycleService.getZoneCroppingPlanEntries(Zone zone)
Find zone's domain cropping plan entries.
|
List<CroppingPlanEntry> |
EffectiveCropCycleService.getZoneCroppingPlanEntriesWithoutDomain(Zone zone) |
| Modifier and Type | Method and Description |
|---|---|
Zone |
MeasurementService.getZone(String zoneTopiaId)
Find zone by topia id.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CroppingPlanEntry> |
MeasurementService.getZoneCroppingPlanEntries(Zone zone)
Recupère les cultures en places sur la zone en fonction des cycles de cultures réalisés.
|
List<MeasurementSession> |
MeasurementService.getZoneMeasurementSessions(Zone zone)
Get all measurement session for zone
|
void |
MeasurementService.updateMeasurementSessions(Zone zone,
Collection<MeasurementSession> sessions)
Update measurement sessions for zone.
|
| Modifier and Type | Method and Description |
|---|---|
List<Zone> |
PlotService.getPlotZones(Plot plot)
Find all plot's zone.
|
UsageList<Zone> |
PlotService.getZonesAndUsages(String plotTopiaId)
Get zones with map of plot's zones topiaIds with boolean set to true, if zone is used or not into the soft.
|
List<Zone> |
PlotService.getZonesWithoutCycle(String zoneId)
Retourne la liste des autres zones attachées au domaine de la zone dont l'identifiant
et l'identifiant de zone passée en paramètre.
|
| 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
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Zone> |
PlotAndDependencies.zoneByCsvIds |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Zone> |
PlotAndDependencies.getZones() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlotAndDependencies.addZone(String csvId,
Zone zone) |
| Modifier and Type | Method and Description |
|---|---|
Zone |
AnonymizeService.checkForZoneAnonymization(Zone zone) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<Zone,ZoneDto> |
AnonymizeService.getZoneToDtoFunction() |
com.google.common.base.Function<Zone,ZoneDto> |
AnonymizeService.getZoneToDtoFunction(boolean includePlot) |
| Modifier and Type | Method and Description |
|---|---|
Zone |
AnonymizeService.checkForZoneAnonymization(Zone zone) |
Copyright © 2013–2015 Inra. All rights reserved.