Class EsrImportHelperServiceImpl
java.lang.Object
ch.tocco.nice2.optional.finance.impl.action.esr.util.EsrImportHelperServiceImpl
- All Implemented Interfaces:
EsrImportHelperService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfind theImportEsrFileServiceContribution
that fits the extension and type of a binaryvoid
setServices
(List<ImportEsrFileServiceContribution> services)
-
Constructor Details
-
EsrImportHelperServiceImpl
public EsrImportHelperServiceImpl()
-
-
Method Details
-
findImportServiceContribution
Description copied from interface:EsrImportHelperService
find theImportEsrFileServiceContribution
that fits the extension and type of a binary- Specified by:
findImportServiceContribution
in interfaceEsrImportHelperService
- Parameters:
file
- the binary to check- Returns:
- an optional filled with any contribution that fits
-
setServices
-