Package cdc.impex.imports
Class CheckedWorkbookImporter
java.lang.Object
cdc.impex.imports.CheckedSheetImporter
cdc.impex.imports.CheckedWorkbookImporter
- All Implemented Interfaces:
SheetImporter,WorkbookImporter
-
Field Summary
Fields inherited from class cdc.impex.imports.CheckedSheetImporter
statusFields inherited from interface cdc.impex.imports.SheetImporter
QUIET_VOID, VERBOSE_VOIDFields inherited from interface cdc.impex.imports.WorkbookImporter
QUIET_VOID, VERBOSE_VOID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeginImport(String systemId, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler) Invoked to notify the beginning of import.protected voidcheckStatus(ImpExStatus expected) voidInvoked to notify the end of import.Methods inherited from class cdc.impex.imports.CheckedSheetImporter
beginSheetImport, endSheetImport, importHeader, importRowMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cdc.impex.imports.SheetImporter
beginSheetImport, endSheetImport, importHeader, importRow
-
Constructor Details
-
CheckedWorkbookImporter
public CheckedWorkbookImporter()
-
-
Method Details
-
checkStatus
- Overrides:
checkStatusin classCheckedSheetImporter
-
beginImport
Description copied from interface:WorkbookImporterInvoked to notify the beginning of import.- Specified by:
beginImportin interfaceWorkbookImporter- Parameters:
systemId- The system if of the imported data.issuesHandler- The issues handler that should be used by the application to generate new issues.
-
endImport
Description copied from interface:WorkbookImporterInvoked to notify the end of import.- Specified by:
endImportin interfaceWorkbookImporter- Parameters:
systemId- The system if of the imported data.issuesHandler- The issues handler that should be used by the application to generate new issues.
-