Methods
| Modifier and Type |
Method and Description |
protected AbstractAction |
createAction(ActionImportDto dto) |
protected List<AgrosystInterventionType> |
getInteventionAgrosystInterventionType(Pz0PracticedIntervention pz0PracticedIntervention,
Pz0EffectiveIntervention pz0EffectiveIntervention) |
protected Pz0PracticedIntervention |
getPracticedIntervention(ActionImportDto from) |
protected Pz0EffectiveIntervention |
getPz0EffectiveIntervention(ActionImportDto from) |
ImportResults |
importFromStream(InputStream is,
Map<String,EntityAndDependencies> entitiesByCsvId) |
void |
init(ServiceContext serviceContext) |
protected boolean |
validIntervention(ImportResults importResults,
long line,
ActionImportDto from,
boolean error) |
protected boolean |
validInterventionUniqueActionType(ImportResults importResults,
long lineNumber,
String interventionId,
Pz0PracticedIntervention pz0PracticedIntervention,
Pz0EffectiveIntervention pz0EffectiveIntervention,
AbstractAction action,
boolean error) |
protected boolean |
validMainAction(ImportResults importResults,
long line,
ActionImportDto from,
AbstractAction abstractAction,
boolean error) |
protected boolean |
validRequiredActionData(ImportResults importResults,
long line,
ActionImportDto from,
AbstractAction to,
boolean error) |
protected boolean |
validToolsCouplingCode(ImportResults importResults,
long line,
ActionImportDto from,
AbstractAction to,
Pz0PracticedIntervention pz0PracticedIntervention,
Pz0EffectiveIntervention pz0EffectiveIntervention,
boolean error) |