Interface ManifestImporter
- All Known Implementing Classes:
ManifestImporterImpl
public interface ManifestImporter
The class
ManifestImporter imports the manifest into the database.-
Method Summary
Modifier and TypeMethodDescriptionimportItems(T handler, ManifestInformation manifestInformation) Imports the items.
-
Method Details
-
importItems
<T extends Handler> Entity importItems(T handler, ManifestInformation manifestInformation) throws ManifestImporterException Imports the items.- Parameters:
handler- The handler.manifestInformation- Required information about the manifest.- Throws:
ManifestImporterException- if something goes wrong.
-