| Modifier and Type | Field and Description |
|---|---|
protected PracticedIntervention |
AbstractActionAbstract.practicedIntervention
Nom de l'attribut en BD : practicedIntervention
|
| Modifier and Type | Method and Description |
|---|---|
PracticedIntervention |
AbstractAction.getPracticedIntervention() |
PracticedIntervention |
AbstractActionAbstract.getPracticedIntervention() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAction.setPracticedIntervention(PracticedIntervention practicedIntervention) |
void |
AbstractActionAbstract.setPracticedIntervention(PracticedIntervention practicedIntervention) |
| Modifier and Type | Class and Description |
|---|---|
class |
PracticedInterventionAbstract |
class |
PracticedInterventionImpl |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AbstractAction> |
ActionService.createPracticedInterventionActions(PracticedIntervention intervention,
List<AbstractAction> actions,
Set<String> speciesCodes)
Create Actions related to the given PracticedIntervention
|
void |
ActionService.duplicatePracticedActions(DuplicateCropCyclesContext duplicateContext,
PracticedIntervention practicedIntervention,
PracticedIntervention practicedInterventionClone)
Duplicate action as part of practiced intervention or effective intervention.
|
Map<String,AbstractAction> |
ActionService.updatePracticedInterventionActions(PracticedIntervention intervention,
List<AbstractAction> actions,
Set<String> speciesCodes)
Update Actions related to the given PracticedIntervention
|
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
PracticedInterventionDto |
Copyright © 2013–2015 Inra. All rights reserved.