See: Description
| Interface | Description |
|---|---|
| ImportParser |
Defines the interface for all import parsers.
|
| Class | Description |
|---|---|
| CatalogCategoryImport |
Handles importing of category relationships.
|
| CatalogProductImport |
Handles importing of category product x-refs.
|
| CategoryImport |
Handles importing of categories.
|
| CustomerImport |
Handles importing of customers.
|
| FavoritesDescriptorImport |
Handles importing of favorites descriptors.
|
| FavoritesItemImport |
Handles importing of favorite items.
|
| Import<DBOBJ extends JDBCObject<?>> |
An abstract import object definition.
|
| ImportFileReader |
Reads an import data text file and performs import processing.
|
| ImportLogWriter |
A utility class for persisting events to a log file and for sending alert
email messages when a configured severity level occurs.
|
| ImportParserComma |
Parses a comma delimited text file, converting its contents from text format
to a data structure format.
|
| ImportParserSemicolon |
Parses a semicolon delimited text file, converting its contents from text
format to a data structure format.
|
| ImportProcessor |
Converts text data to a data structure and performes import actions.
|
| ManufacturerImport |
Handles importing of manufacturers.
|
| PermitImport |
Handles importing of permits.
|
| PermitProductImport |
Handles importing of product permit x-refs.
|
| PermitUserImport |
Handles importing of user permit x-refs.
|
| ProductAttributeImport |
Handles importing of product attribute x-refs.
|
| ProductGroupImport |
Handles importing of product groups.
|
| ProductGroupXrefImport |
Handles importing of product group x-refs.
|
| ProductImport |
Handles importing of products.
|
| RelatedProductsXrefImport |
Handles importing of related products x-refs.
|
| RelationshipTypeImport |
Handles importing of relationship types.
|
| SalesRepCustomerImport |
Handles importing of sales rep customers.
|
| SalesRepImport |
Handles importing of sales reps.
|
| SalesRepUserImport |
Handles importing of sales rep users.
|
| SecurityProfileImport |
Handles importing of security profiles.
|
| SpecialsImport |
Handles importing of specials.
|
| UserImport |
Handles importing of users.
|
| XrefImport |
Handles importing of customer product x-refs.
|
DPS Flash specific parsers and processors for importing data from delimited text files or from Excel spreadsheet files.