Class ManifestImporterImpl
java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.ManifestImporterImpl
- All Implemented Interfaces:
ManifestImporter
-
Constructor Summary
Constructors -
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:ManifestImporterImports the items.- Specified by:
importItemsin interfaceManifestImporter- Parameters:
handler- The handler.manifestInformation- Required information about the manifest.- Throws:
ManifestImporterException- if something goes wrong.
-