See: Description
| Interface | Description |
|---|---|
| DBUInterface |
Defines the interface for database utility classes.
|
| FileNameTranslator |
Defines the interface for product description and product image file name
translator classes.
|
| Class | Description |
|---|---|
| AccountCreateHandler |
Handles the creation of a user account and all of its associated data (user,
billing customer, shipping customers).
|
| AccountDeleteHandler |
Handles the deletion of a user account and all of its associated data (credit
cards, favorite items, customers, sales rep users, sales rep customers).
|
| AccountEmailHandler |
Handles the sending of account information emails to user accounts.
|
| CreateOrderTask |
Handles order creation processing in a background thread.
|
| DBU |
Provides shortcut convenience constants for database utility object classes.
|
| DBUFactory |
A factory for database utility objects.
|
| DBUHandler |
An abstract database utility handler definition.
|
| DBUTask |
An abstract database utility task definition.
|
| FileNameTranslator1 |
A file name translator for product descriptions and product images.
|
| FileNameTranslatorCategory |
A file name translator for product descriptions and product images.
|
| ImportDataTask |
Handles the importing of data from a file in a background thread.
|
| ImportProductTask |
Handles importing of product data from a batch in a background thread.
|
| ProductLookupHandler |
Handles the retrieving of a product using a scanned or entered code.
|
| RelatedProductsHandler |
Handles retrieving of products related to a product.
|
| RestockNotificationTask |
Handles the sending of restock notification emails for products that are
now in stock or for products that have reached the low stock quantity.
|
| SiteActivityQueue |
Handles the persistence of
SiteActivity and SiteActivityPage
objects during session processing. |
| SiteActivityQueue.PersistTask |
A timer task used to persist the queue of
SiteActivity and
SiteActivityPage objects. |
| SyncCustomersTask |
Handles the synchronization of customer information with the backend ERP
system.
|
| SyncCustomersTask.SyncLogWriter |
An inner class for persisting events to a log file and for sending alert
email messages when a configured severity level occurs.
|
| SyncNotificationContactsTask |
Handles the synchronization of Notification Framework contact information in
a background thread for shopping users and for SFI/CSR users.
|
| SyncNotificationContactsTask.SyncLogWriter |
An inner class for persisting events to a log file and for sending alert
email messages when a configured severity level occurs.
|
| SyncProductsTask |
Handles the synchronization of product information with the backend ERP
system.
|
| SyncProductsTask.SyncLogWriter |
An inner class for persisting events to a log file and for sending alert
email messages when a configured severity level occurs.
|
| SyncUsersTask |
Handles the synchronization of user information with the backend ERP
system.
|
| SyncUsersTask.SyncLogWriter |
An inner class for persisting events to a log file and for sending alert
email messages when a configured severity level occurs.
|
| UnitMeasureHandler |
Handles specialized processing for product units of measure.
|
| UpdateAdminContacts |
A scheduled task used to run the update admin contacts task.
|
| UpdateAdminContactsTask |
Handles the updating of Notification Framework contact information in a
background thread for configured site admin message types.
|
| UserCatalog |
A companion class for
UserCatalogVerifier. |
| UserCatalogExportHandler |
Handles the creation of an export file for a user's catalog.
|
| UserCatalogVerifier |
A helper class that handles verification of products in a user's catalog
and in a user's set of permits.
|
| UserFavoritesHandler |
A handler for user favorites and associated favorites descriptor processing.
|
DPS Flash specific database related handlers and background processing tasks.