Class HttpImportServiceImpl
java.lang.Object
net.datenwerke.rs.eximport.service.eximport.im.http.HttpImportServiceImpl
- All Implemented Interfaces:
HttpImportService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
ConstructorsConstructorDescriptionHttpImportServiceImpl(DtoService dtoService, ExportDataAnalyzerService analizerService, ExportService exportService, HookHandlerService hookHandler, <any> configurationProvider, TempFileService tempFileService) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItemConfig(ImportItemConfig nodeConfig) voidconfigureImport(Map<String, ImportConfigDto> configMap) getExportedItemsFor(Class<? extends Exporter> exporterType) booleanvoidvoidvoidrunPostProcess(Map<String, ImportPostProcessConfigDto> configMap, ImportResult result) void
-
Constructor Details
-
Method Details
-
createNewConfig
- Specified by:
createNewConfigin interfaceHttpImportService
-
hasCurrentConfig
public boolean hasCurrentConfig()- Specified by:
hasCurrentConfigin interfaceHttpImportService
-
getCurrentConfig
- Specified by:
getCurrentConfigin interfaceHttpImportService
-
invalidateCurrentConfig
public void invalidateCurrentConfig()- Specified by:
invalidateCurrentConfigin interfaceHttpImportService
-
setData
- Specified by:
setDatain interfaceHttpImportService- Throws:
InvalidImportDocumentException
-
getInvolvedExporterIds
- Specified by:
getInvolvedExporterIdsin interfaceHttpImportService
-
resetImportConfig
public void resetImportConfig()- Specified by:
resetImportConfigin interfaceHttpImportService
-
addItemConfig
- Specified by:
addItemConfigin interfaceHttpImportService
-
configureImport
- Specified by:
configureImportin interfaceHttpImportService
-
getExportedItemsFor
public List<ExportedItem> getExportedItemsFor(Class<? extends Exporter> exporterType) throws ClassNotFoundException - Specified by:
getExportedItemsForin interfaceHttpImportService- Throws:
ClassNotFoundException
-
runPostProcess
- Specified by:
runPostProcessin interfaceHttpImportService
-