Uses of Class
cdc.impex.api.templates.SheetTemplate
-
Packages that use SheetTemplate Package Description cdc.impex.api cdc.impex.api.templates -
-
Uses of SheetTemplate in cdc.impex.api
Methods in cdc.impex.api that return SheetTemplate Modifier and Type Method Description SheetTemplateImpExCatalog. getTemplate(String templateName)SheetTemplateImportRow. getTemplate()SheetTemplateImpExCatalog. getTemplateOrNull(String templateName)Methods in cdc.impex.api that return types with arguments of type SheetTemplate Modifier and Type Method Description Set<SheetTemplate>ImpExCatalog. getTemplates()Set<SheetTemplate>ImpExCatalog. getTemplates(String... templateNames)Set<SheetTemplate>ImpExCatalog. getTemplates(Collection<String> templateNames)Methods in cdc.impex.api with parameters of type SheetTemplate Modifier and Type Method Description voidExporter. beginSheet(SheetTemplate template)Must be invoked at the beginning of a sheet export.voidDefaultImportHandler. beginSheetImport(String systemId, String sheetName, SheetTemplate template)voidImportHandler. beginSheetImport(String systemId, String sheetName, SheetTemplate template)Invoked to notify the beginning of the import of a sheet.voidDefaultImportHandler. endSheetImport(String systemId, String sheetName, SheetTemplate template)voidImportHandler. endSheetImport(String systemId, String sheetName, SheetTemplate template)Invoked to notify the end of the import of a sheet.default voidTemplateGenerator. generate(File file, SheetTemplate... sheets)Generate a template file.ImpExCatalogImpExCatalog. register(SheetTemplate template)Registers a SheetTemplate.ImpExCatalogImpExCatalog. register(SheetTemplate... templates)Registers an array of SheetTemplates.ImpExCatalogImpExCatalog. register(SheetTemplate template, ImportHandler importHandler)Registers a SheetTemplate (if not already done) and associate it to an ImportHandler.Method parameters in cdc.impex.api with type arguments of type SheetTemplate Modifier and Type Method Description voidTemplateGenerator. generate(File file, List<SheetTemplate> sheets)Generate a template file.voidImporter. importData(File file, Set<SheetTemplate> templates, ImportHandler importHandler, cdc.issues.api.IssuesHandler<ImportIssueType> issuesHandler)Invoked to analyze a file that contains data to import.ImpExCatalogImpExCatalog. register(Collection<SheetTemplate> templates)Registers a collection of SheetTemplates. -
Uses of SheetTemplate in cdc.impex.api.templates
Methods in cdc.impex.api.templates that return SheetTemplate Modifier and Type Method Description SheetTemplateSheetTemplate.Builder. build()
-