Methods
| Modifier and Type |
Method and Description |
protected void |
bindBiologicalProductInput(BiologicalControlAction action,
BiologicalProductInput phytoProductInput,
BiologicalProductInput biologicalProductInput) |
protected MineralProductInput |
bindMineralProductInputToPersistedOne(Map<String,AbstractInput> indexedOriginalInputs,
MineralProductInput mineralProductInput) |
protected OrganicProductInput |
bindOrganicProductInputToPersitedOne(Map<String,AbstractInput> indexedOriginalInputs,
OrganicProductInput organicProductInput) |
protected SeedingProductInput |
bindSeedingProductInput(SeedingProductInput seedingProductInput,
Map<String,AbstractInput> indexedOriginalInputs,
SeedingAction seedingAction) |
protected OtherProductInput |
bindToPersistedOtherProductInput(Map<String,AbstractInput> indexedOriginalInputs,
OtherProductInput otherProductInput) |
protected void |
bindToPesticideProductInput(PesticidesSpreadingAction action,
PesticideProductInput phytoProductInput,
PesticideProductInput pesticideProductInput) |
void |
createInterventionInputs(PracticedIntervention practicedIntervention,
EffectiveIntervention effectiveIntervention,
List<AbstractInput> inputs,
Map<String,AbstractAction> actions) |
protected void |
createOrUpdateInterventionInputs(Collection<AbstractInput> originalInputs,
List<AbstractInput> inputs,
Map<String,AbstractAction> actions) |
void |
deleteInputForActions(Collection<AbstractAction> actions) |
void |
duplicateInputs(DuplicateCropCyclesContext duplicateContext,
PracticedIntervention practicedIntervention,
EffectiveIntervention effectiveIntervention) |
protected Map<AgrosystInterventionType,List<String>> |
getActaTreatmentProductTypes() |
AbstractInput |
getDuplicatedAbstractInput(Map<AbstractAction,AbstractAction> actionsToDuplicatedActions,
AbstractInput input) |
protected BiologicalProductInput |
getPersistedBiologicalProductInput(Map<String,AbstractInput> indexedOriginalInputs,
PhytoProductInput phytoProductInput) |
protected PesticideProductInput |
getPersistedPesticideProductInput(Map<String,AbstractInput> indexedOriginalInputs,
PhytoProductInput phytoProductInput) |
void |
migrateInputSpeciesToTargetedSpecies(EffectiveInterventionDto interventionDto) |
void |
setAbstractInputTopiaDao(AbstractInputTopiaDao inputTopiaDao) |
void |
setBiologicalProductInputDao(BiologicalProductInputTopiaDao biologicalProductInputDao) |
void |
setInputDao(AbstractInputTopiaDao inputDao) |
void |
setMineralProductInputDao(MineralProductInputTopiaDao mineralProductInputDao) |
void |
setOrganicProductInputDao(OrganicProductInputTopiaDao organicProductInputDao) |
void |
setOtherProductInputDao(OtherProductInputTopiaDao otherProductInputDao) |
void |
setPesticideProductInputDao(PesticideProductInputTopiaDao pesticideProductInputDao) |
void |
setPricesService(PricesService pricesService) |
void |
setReferentialService(ReferentialService referentialService) |
void |
setSeedingProductInputDao(SeedingProductInputTopiaDao seedingProductInputDao) |
void |
updateInterventionInputs(PracticedIntervention practicedIntervention,
EffectiveIntervention effectiveIntervention,
List<AbstractInput> inputs,
Map<String,AbstractAction> actions) |
protected void |
validSeedingInputSeedingAction(SeedingProductInput input,
SeedingAction seedingAction) |