| Modifier and Type | Interface and Description |
|---|---|
interface |
BiologicalControlAction |
interface |
CarriageAction |
interface |
HarvestingAction |
interface |
IrrigationAction |
interface |
MaintenancePruningVinesAction |
interface |
MineralFertilizersSpreadingAction |
interface |
OrganicFertilizersSpreadingAction |
interface |
OtherAction |
interface |
PesticidesSpreadingAction |
interface |
SeedingAction |
interface |
TillageAction |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActionAbstract |
class |
AbstractActionImpl |
class |
BiologicalControlActionAbstract |
class |
BiologicalControlActionImpl |
class |
CarriageActionAbstract |
class |
CarriageActionImpl |
class |
HarvestingActionAbstract |
class |
HarvestingActionImpl |
class |
IrrigationActionAbstract |
class |
IrrigationActionImpl |
class |
MaintenancePruningVinesActionAbstract |
class |
MaintenancePruningVinesActionImpl |
class |
MineralFertilizersSpreadingActionAbstract |
class |
MineralFertilizersSpreadingActionImpl |
class |
OrganicFertilizersSpreadingActionAbstract |
class |
OrganicFertilizersSpreadingActionImpl |
class |
OtherActionAbstract |
class |
OtherActionImpl |
class |
PesticidesSpreadingActionAbstract |
class |
PesticidesSpreadingActionImpl |
class |
SeedingActionAbstract |
class |
SeedingActionImpl |
class |
TillageActionAbstract |
class |
TillageActionImpl |
| Modifier and Type | Method and Description |
|---|---|
AbstractAction |
ActionService.getClonedAbstractAction(AbstractAction originalAction)
Return same action as non persisted one
|
| 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.createPracticedInterventionActions(PracticedIntervention intervention,
List<AbstractAction> actions,
Set<String> speciesCodes)
Create Actions related to the given PracticedIntervention
|
Map<String,AbstractAction> |
ActionService.updateEffectiveInterventionActions(EffectiveIntervention intervention,
Collection<AbstractAction> actions,
Set<String> speciesCodes)
Update Actions related to the given EffectiveIntervention
|
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 |
|---|---|
AbstractAction |
ActionService.getClonedAbstractAction(AbstractAction originalAction)
Return same action as non persisted one
|
| 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.createPracticedInterventionActions(PracticedIntervention intervention,
List<AbstractAction> actions,
Set<String> speciesCodes)
Create Actions related to the given PracticedIntervention
|
void |
ActionService.migrateActionsSpeciesToTargetedSpecies(Collection<AbstractAction> actions,
Map<String,CroppingPlanSpecies> speciesByCode,
Map<String,String> fromSpeciesCodeToSpeciesCode)
migrate action species to targeted species.
|
Map<String,AbstractAction> |
ActionService.updateEffectiveInterventionActions(EffectiveIntervention intervention,
Collection<AbstractAction> actions,
Set<String> speciesCodes)
Update Actions related to the given EffectiveIntervention
|
Map<String,AbstractAction> |
ActionService.updatePracticedInterventionActions(PracticedIntervention intervention,
List<AbstractAction> actions,
Set<String> speciesCodes)
Update Actions related to the given PracticedIntervention
|
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AbstractAction> |
EffectiveInterventionDto.actions |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractAction> |
EffectiveInterventionDto.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
EffectiveInterventionDto.addAction(AbstractAction abstractAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
EffectiveInterventionDto.setActions(Collection<AbstractAction> actions) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputService.createInterventionInputs(PracticedIntervention practicedIntervention,
EffectiveIntervention effectiveIntervention,
List<AbstractInput> inputs,
Map<String,AbstractAction> actions) |
void |
InputService.deleteInputForActions(Collection<AbstractAction> actions) |
AbstractInput |
InputService.getDuplicatedAbstractInput(Map<AbstractAction,AbstractAction> actionsToDuplicatedActions,
AbstractInput input) |
AbstractInput |
InputService.getDuplicatedAbstractInput(Map<AbstractAction,AbstractAction> actionsToDuplicatedActions,
AbstractInput input) |
void |
InputService.updateInterventionInputs(PracticedIntervention practicedIntervention,
EffectiveIntervention effectiveIntervention,
List<AbstractInput> inputs,
Map<String,AbstractAction> actions) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<AbstractAction,AbstractAction> |
DuplicateCropCyclesContext.actionCache |
protected Map<AbstractAction,AbstractAction> |
DuplicateCropCyclesContext.actionCache |
protected List<AbstractAction> |
PracticedInterventionDto.actions |
| Modifier and Type | Method and Description |
|---|---|
Map<AbstractAction,AbstractAction> |
DuplicateCropCyclesContext.getActionCache() |
Map<AbstractAction,AbstractAction> |
DuplicateCropCyclesContext.getActionCache() |
List<AbstractAction> |
PracticedInterventionDto.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
PracticedInterventionDto.addAction(AbstractAction abstractAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
PracticedInterventionDto.setActions(List<AbstractAction> actions) |
Copyright © 2013–2015 Inra. All rights reserved.