| Modifier and Type | Class and Description |
|---|---|
class |
CroppingPlanEntryAbstract |
class |
CroppingPlanEntryImpl |
| Modifier and Type | Field and Description |
|---|---|
protected CroppingPlanEntry |
CroppingPlanSpeciesAbstract.croppingPlanEntry
Nom de l'attribut en BD : croppingPlanEntry
|
| Modifier and Type | Method and Description |
|---|---|
CroppingPlanEntry |
CroppingPlanSpeciesAbstract.getCroppingPlanEntry() |
CroppingPlanEntry |
CroppingPlanSpecies.getCroppingPlanEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
CroppingPlanSpeciesAbstract.setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry) |
void |
CroppingPlanSpecies.setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry) |
| Modifier and Type | Field and Description |
|---|---|
protected CroppingPlanEntry |
EffectivePerennialCropCycleAbstract.croppingPlanEntry
Nom de l'attribut en BD : croppingPlanEntry
|
protected CroppingPlanEntry |
EffectiveCropCycleNodeAbstract.croppingPlanEntry
Nom de l'attribut en BD : croppingPlanEntry
|
protected CroppingPlanEntry |
EffectiveCropCycleConnectionAbstract.intermediateCroppingPlanEntry
Nom de l'attribut en BD : intermediateCroppingPlanEntry
|
| Modifier and Type | Method and Description |
|---|---|
CroppingPlanEntry |
EffectivePerennialCropCycle.getCroppingPlanEntry() |
CroppingPlanEntry |
EffectivePerennialCropCycleAbstract.getCroppingPlanEntry() |
CroppingPlanEntry |
EffectiveCropCycleNodeAbstract.getCroppingPlanEntry() |
CroppingPlanEntry |
EffectiveCropCycleNode.getCroppingPlanEntry() |
CroppingPlanEntry |
EffectiveCropCycleConnectionAbstract.getIntermediateCroppingPlanEntry() |
CroppingPlanEntry |
EffectiveCropCycleConnection.getIntermediateCroppingPlanEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
EffectivePerennialCropCycle.setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry) |
void |
EffectivePerennialCropCycleAbstract.setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry) |
void |
EffectiveCropCycleNodeAbstract.setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry) |
void |
EffectiveCropCycleNode.setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry) |
void |
EffectiveCropCycleConnectionAbstract.setIntermediateCroppingPlanEntry(CroppingPlanEntry intermediateCroppingPlanEntry) |
void |
EffectiveCropCycleConnection.setIntermediateCroppingPlanEntry(CroppingPlanEntry intermediateCroppingPlanEntry) |
| Modifier and Type | Field and Description |
|---|---|
protected CroppingPlanEntry |
StrategyAbstract.croppingPlanEntry
Nom de l'attribut en BD : croppingPlanEntry
|
| Modifier and Type | Method and Description |
|---|---|
CroppingPlanEntry |
StrategyAbstract.getCroppingPlanEntry() |
CroppingPlanEntry |
Strategy.getCroppingPlanEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
StrategyAbstract.setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry) |
void |
Strategy.setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry) |
| Modifier and Type | Field and Description |
|---|---|
protected CroppingPlanEntry |
MeasurementSessionAbstract.croppingPlanEntry
Nom de l'attribut en BD : croppingPlanEntry
|
| Modifier and Type | Method and Description |
|---|---|
CroppingPlanEntry |
MeasurementSessionAbstract.getCroppingPlanEntry() |
CroppingPlanEntry |
MeasurementSession.getCroppingPlanEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
MeasurementSessionAbstract.setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry) |
void |
MeasurementSession.setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<CroppingPlanEntry,CroppingPlanEntryDto> |
CroppingPlans.CROPPING_PLAN_ENTRY_TO_DTO |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.commons.lang3.tuple.Pair<CroppingPlanEntry,Map<String,CroppingPlanSpecies>>> |
DomainService.findSpeciesCodeByCropCodeForCampaigns(List<String> croppingPlanEntryCodes,
Set<Integer> campaignsSet) |
org.apache.commons.lang3.tuple.Pair<CroppingPlanEntry,Map<String,CroppingPlanSpecies>> |
DomainService.getEntryAndSpeciesFromCode(String croppingPlanEntryCode,
Set<Integer> campaignsSet)
Charge les couples cultures/especes à partir du code de l'espèce et d'un Set de campagnes
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<CroppingPlanEntry,EffectiveCropCycleModelDto> |
EffectiveCropCycles.CROPPING_PLAN_ENTRY_TO_DTO |
| Modifier and Type | Method and Description |
|---|---|
CroppingPlanEntry |
EffectiveCropCycleService.getPreviousCampaignCroppingPlanEntry(String zoneTopiaId)
Find cropping plan entry of last node defined for previous campaign.
|
| 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 |
|---|---|
CroppingPlanEntry |
ManagementModeService.getCroppingPlanEntries(String croppingPlanEntryTopiaId) |
| Modifier and Type | Method and Description |
|---|---|
List<CroppingPlanEntry> |
ManagementModeService.getDomainCodeCroppingPlanEntries(String domainCode)
Find all cropping plan entries for domains with code as given in parameter
|
List<CroppingPlanEntry> |
ManagementModeService.getGrowingSystemCroppingPlanEntries(String growingSystemTopiaId)
Find all cropping plan entries corresponding to
|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,org.apache.commons.lang3.tuple.Pair<CroppingPlanEntry,Map<String,CroppingPlanSpecies>>> |
DuplicateCropCyclesContext.fromSpeciesByCropCode
common to PracticedSystems and Effective crop cycle
|
protected Map<String,org.apache.commons.lang3.tuple.Pair<CroppingPlanEntry,Map<String,CroppingPlanSpecies>>> |
DuplicateCropCyclesContext.speciesByCropCode |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.commons.lang3.tuple.Pair<CroppingPlanEntry,Map<String,CroppingPlanSpecies>>> |
DuplicateCropCyclesContext.getFromSpeciesByCropCode() |
Map<String,org.apache.commons.lang3.tuple.Pair<CroppingPlanEntry,Map<String,CroppingPlanSpecies>>> |
DuplicateCropCyclesContext.getSpeciesByCropCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
DuplicateCropCyclesContext.setFromSpeciesByCropCode(Map<String,org.apache.commons.lang3.tuple.Pair<CroppingPlanEntry,Map<String,CroppingPlanSpecies>>> fromSpeciesByCropCode) |
void |
DuplicateCropCyclesContext.setSpeciesByCropCode(Map<String,org.apache.commons.lang3.tuple.Pair<CroppingPlanEntry,Map<String,CroppingPlanSpecies>>> speciesByCropCode) |
Copyright © 2013–2015 Inra. All rights reserved.