| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<CroppingPlanSpecies,CroppingPlanSpeciesDto> |
CroppingPlans.CROPPING_PLAN_SPECIES_TO_DTO |
static com.google.common.base.Function<CroppingPlanSpeciesDto,String> |
CroppingPlans.GET_SPECIES_DTO_CODE |
protected Collection<CroppingPlanSpeciesDto> |
CroppingPlanEntryDto.species |
| Modifier and Type | Method and Description |
|---|---|
Collection<CroppingPlanSpeciesDto> |
CroppingPlanEntryDto.getSpecies() |
| Modifier and Type | Method and Description |
|---|---|
void |
CroppingPlanEntryDto.addSpecies(CroppingPlanSpeciesDto speciesDto) |
| Modifier and Type | Method and Description |
|---|---|
void |
CroppingPlanEntryDto.setSpecies(Collection<CroppingPlanSpeciesDto> species) |
| Modifier and Type | Class and Description |
|---|---|
class |
EffectiveCropCycleSpeciesDto |
| Constructor and Description |
|---|
EffectiveCropCycleSpeciesDto(CroppingPlanSpeciesDto parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
PracticedCropCycleSpeciesDto
Dto corresponding to
PracticedCropCycleSpecies entity. |
| Modifier and Type | Method and Description |
|---|---|
Map<CropCycleModelDto,List<CroppingPlanSpeciesDto>> |
PracticedSystemService.getCropCycleModelMap(String growingSystemId,
String campaigns,
boolean includeIntermediate,
boolean includeCropsFromInactiveDomains)
Retourne les modeles des cultures.
|
Map<PracticedCropCycleNodeDto,List<CroppingPlanSpeciesDto>> |
PracticedSystemService.getNodes(String cycleId) |
| Constructor and Description |
|---|
PracticedCropCycleSpeciesDto(CroppingPlanSpeciesDto parent) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CroppingPlanSpeciesDto> |
DomainAndDependencies.croppingPlanSpeciesByCsvCode |
protected Map<String,CroppingPlanSpeciesDto> |
DomainAndDependencies.croppingPlanSpeciesByCsvId |
| Modifier and Type | Method and Description |
|---|---|
CroppingPlanSpeciesDto |
DomainAndDependencies.getSpeciesFromCsvId(String csvId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CroppingPlanSpeciesDto> |
DomainAndDependencies.getCroppingPlanSpeciesByCsvCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainAndDependencies.addSpecies(String speciesCsvId,
String speciesCsvCode,
CroppingPlanSpeciesDto croppingPlanSpeciesDto) |
Copyright © 2013–2015 Inra. All rights reserved.