Methods
| Modifier and Type |
Method and Description |
protected AbstractAction |
getEffectiveAction(ActionImportDto dto) |
protected EffectiveInterventionDto |
getEffectiveIntervention(ActionImportDto from) |
protected PracticedInterventionDto |
getPracticedIntervention(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 |
validMainAction(ImportResults importResults,
long line,
ActionImportDto from,
AbstractAction abstractAction,
boolean error) |
protected boolean |
validSpecificActionData(ImportResults importResults,
long line,
ActionImportDto from,
AbstractAction to,
boolean error) |
protected boolean |
validToolsCouplingCode(ImportResults importResults,
long line,
ActionImportDto from,
AbstractAction to,
PracticedInterventionDto practicedInterventionDto,
EffectiveInterventionDto effectiveInterventionDto,
boolean error) |