Uses of Class
cdc.impex.api.ImpExCatalog
-
Packages that use ImpExCatalog Package Description cdc.impex.api -
-
Uses of ImpExCatalog in cdc.impex.api
Methods in cdc.impex.api that return ImpExCatalog Modifier and Type Method Description 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.ImpExCatalogImpExCatalog. register(String templateName, ImportHandler importHandler)Registers an ImportHandler and associate it to a template name.ImpExCatalogImpExCatalog. register(Collection<SheetTemplate> templates)Registers a collection of SheetTemplates.
-