| Modifier and Type | Field and Description |
|---|---|
protected EffectiveIntervention |
AbstractActionAbstract.effectiveIntervention
Nom de l'attribut en BD : effectiveIntervention
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveIntervention |
AbstractAction.getEffectiveIntervention() |
EffectiveIntervention |
AbstractActionAbstract.getEffectiveIntervention() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAction.setEffectiveIntervention(EffectiveIntervention effectiveIntervention) |
void |
AbstractActionAbstract.setEffectiveIntervention(EffectiveIntervention effectiveIntervention) |
| Modifier and Type | Class and Description |
|---|---|
class |
EffectiveInterventionAbstract |
class |
EffectiveInterventionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected EffectiveIntervention |
MeasurementAbstract.effectiveIntervention
Nom de l'attribut en BD : effectiveIntervention
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveIntervention |
MeasurementAbstract.getEffectiveIntervention() |
EffectiveIntervention |
Measurement.getEffectiveIntervention() |
| Modifier and Type | Method and Description |
|---|---|
void |
MeasurementAbstract.setEffectiveIntervention(EffectiveIntervention effectiveIntervention) |
void |
Measurement.setEffectiveIntervention(EffectiveIntervention effectiveIntervention) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AbstractAction> |
ActionService.createEffectiveInterventionActions(EffectiveIntervention intervention,
Collection<AbstractAction> actions,
Set<String> speciesCodes)
Create Actions related to the given EffectiveIntervention
|
Map<String,AbstractAction> |
ActionService.updateEffectiveInterventionActions(EffectiveIntervention intervention,
Collection<AbstractAction> actions,
Set<String> speciesCodes)
Update Actions related to the given EffectiveIntervention
|
| Modifier and Type | Class and Description |
|---|---|
class |
EffectiveInterventionDto |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<EffectiveIntervention,EffectiveInterventionDto> |
EffectiveCropCycles.INTERVENTION_TO_DTO |
| Modifier and Type | Method and Description |
|---|---|
void |
InputService.createInterventionInputs(PracticedIntervention practicedIntervention,
EffectiveIntervention effectiveIntervention,
List<AbstractInput> inputs,
Map<String,AbstractAction> actions) |
void |
InputService.duplicateInputs(DuplicateCropCyclesContext duplicateContext,
PracticedIntervention practicedIntervention,
EffectiveIntervention effectiveIntervention)
Duplicate practiced intervention or effective intervention actions and associate them with
previously duplicated actions cache map.
|
void |
InputService.updateInterventionInputs(PracticedIntervention practicedIntervention,
EffectiveIntervention effectiveIntervention,
List<AbstractInput> inputs,
Map<String,AbstractAction> actions) |
Copyright © 2013–2015 Inra. All rights reserved.