Uses of Interface
com.orchestranetworks.addon.dex.common.generation.ApplicationMappingHelper
-
Packages that use ApplicationMappingHelper Package Description com.orchestranetworks.addon.dex.common.generation Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services. -
-
Uses of ApplicationMappingHelper in com.orchestranetworks.addon.dex.common.generation
Subinterfaces of ApplicationMappingHelper in com.orchestranetworks.addon.dex.common.generation Modifier and Type Interface Description interfaceCSVExportApplicationMappingHelperProvides the methods to get anApplicationMappinginstance for CSV export.interfaceCSVImportApplicationMappingHelperProvides the methods to get anApplicationMappinginstance for CSV import.interfaceSpreadsheetExportApplicationMappingHelperProvides the methods to get anApplicationMappinginstance for spreadsheet export.interfaceSpreadsheetImportApplicationMappingHelperProvides the methods to get anApplicationMappinginstance for spreadsheet import.interfaceSQLExportApplicationMappingHelperProvides the methods to get anApplicationMappingfor SQL export.interfaceSQLImportApplicationMappingHelperProvides the methods to get anApplicationMappinginstance for SQL import.interfaceTransferApplicationMappingHelperProvides the methods to get anApplicationMappinginstance for data transfer.interfaceXMLExportApplicationMappingHelperProvides the methods to get anApplicationMappinginstance for XML export.interfaceXMLImportApplicationMappingHelperProvides the methods to get anApplicationMappinginstance for XML import.
-