Class ManifestImporterImpl
java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.ManifestImporterImpl
- All Implemented Interfaces:
ManifestImporter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionimportItems
(T handler, ManifestInformation manifestInformation) Imports the items.
-
Constructor Details
-
ManifestImporterImpl
-
-
Method Details
-
importItems
public <T extends Handler> Entity importItems(T handler, ManifestInformation manifestInformation) throws ManifestImporterException Description copied from interface:ManifestImporter
Imports the items.- Specified by:
importItems
in interfaceManifestImporter
- Parameters:
handler
- The handler.manifestInformation
- Required information about the manifest.- Throws:
ManifestImporterException
- if something goes wrong.
-