| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities | |
| fr.inra.agrosyst.api.services.domain | |
| fr.inra.agrosyst.api.services.pz0.domains |
| Modifier and Type | Class and Description |
|---|---|
class |
GroundAbstract |
class |
GroundImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Ground |
PlotAbstract.ground
Nom de l'attribut en BD : ground
|
| Modifier and Type | Method and Description |
|---|---|
Ground |
PlotAbstract.getGround() |
Ground |
Plot.getGround() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlotAbstract.setGround(Ground ground) |
void |
Plot.setGround(Ground ground) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Ground,Ground> |
ExtendContext.groundCache
Les sols lié au domaine
|
protected Map<Ground,Ground> |
ExtendContext.groundCache
Les sols lié au domaine
|
| Modifier and Type | Method and Description |
|---|---|
Ground |
DomainService.newSol()
Create sol instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Ground,Ground> |
ExtendContext.getGroundCache() |
Map<Ground,Ground> |
ExtendContext.getGroundCache() |
List<Ground> |
DomainService.getGrounds(String domainId) |
| Modifier and Type | Method and Description |
|---|---|
Domain |
DomainService.createOrUpdateDomain(Domain domain,
String locationId,
String legalStatusId,
List<GeoPoint> gpsData,
List<CroppingPlanEntryDto> croppingPlan,
Integer otex18,
Integer otex70,
List<Ground> grounds,
List<Equipment> equipments,
List<ToolsCoupling> toolsCouplings,
List<Price> prices) |
void |
ExtendContext.setGroundCache(Map<Ground,Ground> groundCache) |
void |
ExtendContext.setGroundCache(Map<Ground,Ground> groundCache) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Ground> |
DomainAndDependencies.groundsByCsvId |
| Modifier and Type | Method and Description |
|---|---|
Ground |
DomainAndDependencies.getGroundForCsvId(String csvId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Ground> |
DomainAndDependencies.getGrounds() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainAndDependencies.addGround(String groundcsvId,
Ground ground) |
Copyright © 2013–2015 Inra. All rights reserved.