Package cdc.impex.exports
Class CheckedWorkbookExporter
- java.lang.Object
-
- cdc.impex.exports.CheckedSheetExporter
-
- cdc.impex.exports.CheckedWorkbookExporter
-
- All Implemented Interfaces:
SheetExporter,WorkbookExporter
public class CheckedWorkbookExporter extends CheckedSheetExporter implements WorkbookExporter
-
-
Field Summary
-
Fields inherited from class cdc.impex.exports.CheckedSheetExporter
status
-
Fields inherited from interface cdc.impex.exports.SheetExporter
QUIET_VOID, VERBOSE_VOID
-
Fields inherited from interface cdc.impex.exports.WorkbookExporter
QUIET_VOID, VERBOSE_VOID
-
-
Constructor Summary
Constructors Constructor Description CheckedWorkbookExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeginExport(cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler)Invoked to notify the beginning of export.voidendExport(cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler)Invoked to notify the end of export.-
Methods inherited from class cdc.impex.exports.CheckedSheetExporter
beginSheetExport, checkStatus, endSheetExport, exportRow, getNumberOfRemainingRows
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cdc.impex.exports.SheetExporter
beginSheetExport, endSheetExport, exportRow, getNumberOfRemainingRows, hasMore
-
-
-
-
Method Detail
-
beginExport
public void beginExport(cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler)
Description copied from interface:WorkbookExporterInvoked to notify the beginning of export.- Specified by:
beginExportin interfaceWorkbookExporter- Parameters:
issuesHandler- The issues handler that should be used by the application to generate new issues.
-
endExport
public void endExport(cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler)
Description copied from interface:WorkbookExporterInvoked to notify the end of export.- Specified by:
endExportin interfaceWorkbookExporter- Parameters:
issuesHandler- The issues handler that should be used by the application to generate new issues.
-
-