| Package | Description |
|---|---|
| fr.inra.agrosyst.api.services.domain | |
| fr.inra.agrosyst.api.services.edaplos | |
| fr.inra.agrosyst.api.services.pz0.domains |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<CroppingPlanEntry,CroppingPlanEntryDto> |
CroppingPlans.CROPPING_PLAN_ENTRY_TO_DTO |
static com.google.common.base.Predicate<CroppingPlanEntryDto> |
CroppingPlans.IS_ENTRY_INTERMEDIATE |
| Modifier and Type | Method and Description |
|---|---|
List<CroppingPlanEntryDto> |
DomainService.getCroppingPlanDtos(String domainId)
Get the list of cropping plan (assolement) of the given domain containing only main
crops (not intermediate).
|
UsageList<CroppingPlanEntryDto> |
DomainService.getCroppingPlanEntryDtoAndUsage(String domainId)
The CroppingPlanEntryDto UsageList from domain with id the given 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) |
| Modifier and Type | Field and Description |
|---|---|
protected List<CroppingPlanEntryDto> |
EdaplosDomainDto.croppingPlanEntryDtos |
| Modifier and Type | Method and Description |
|---|---|
List<CroppingPlanEntryDto> |
EdaplosDomainDto.getCroppingPlanEntryDtos() |
| Modifier and Type | Method and Description |
|---|---|
void |
EdaplosDomainDto.addCroppingPlanEntryDto(CroppingPlanEntryDto croppingPlanEntryDto) |
| Modifier and Type | Method and Description |
|---|---|
void |
EdaplosDomainDto.setCroppingPlanEntryDtos(List<CroppingPlanEntryDto> croppingPlanEntryDtos) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CroppingPlanEntryDto> |
DomainAndDependencies.croppingPlanEntryDtosByPZ0Code |
protected Map<String,CroppingPlanEntryDto> |
DomainAndDependencies.croppingPlanEntryDtosByPZ0CsvId |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CroppingPlanEntryDto> |
DomainAndDependencies.getCroppingPlanEntryDtosByPZ0Code() |
Map<String,CroppingPlanEntryDto> |
DomainAndDependencies.getCroppingPlanEntryDtosByPZ0CsvId() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainAndDependencies.addCroppingPlanEntryDto(String pz0code,
String pzId,
CroppingPlanEntryDto croppingPlanEntryDto) |
Copyright © 2013–2015 Inra. All rights reserved.