Package | Description |
---|---|
com.dpslink.flash.db.util |
DPS Flash specific database related handlers and background processing tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountCreateHandler
Handles the creation of a user account and all of its associated data (user,
billing customer, shipping customers).
|
class |
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).
|
class |
AccountEmailHandler
Handles the sending of account information emails to user accounts.
|
class |
CreateOrderTask
Handles order creation processing in a background thread.
|
class |
DBUHandler
An abstract database utility handler definition.
|
class |
DBUTask
An abstract database utility task definition.
|
class |
ImportDataTask
Handles the importing of data from a file in a background thread.
|
class |
ImportProductTask
Handles importing of product data from a batch in a background thread.
|
class |
ProductLookupHandler
Handles the retrieving of a product using a scanned or entered code.
|
class |
RelatedProductsHandler
Handles retrieving of products related to a product.
|
class |
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.
|
class |
SyncCustomersTask
Handles the synchronization of customer information with the backend ERP
system.
|
class |
SyncNotificationContactsTask
Handles the synchronization of Notification Framework contact information in
a background thread for shopping users and for SFI/CSR users.
|
class |
SyncProductsTask
Handles the synchronization of product information with the backend ERP
system.
|
class |
SyncUsersTask
Handles the synchronization of user information with the backend ERP
system.
|
class |
UnitMeasureHandler
Handles specialized processing for product units of measure.
|
class |
UpdateAdminContactsTask
Handles the updating of Notification Framework contact information in a
background thread for configured site admin message types.
|
class |
UserCatalogExportHandler
Handles the creation of an export file for a user's catalog.
|
class |
UserCatalogVerifier
A helper class that handles verification of products in a user's catalog
and in a user's set of permits.
|
class |
UserFavoritesHandler
A handler for user favorites and associated favorites descriptor processing.
|
Modifier and Type | Method and Description |
---|---|
static <DBUTL extends DBUInterface> |
DBUFactory.getObject(java.lang.Class<DBUTL> objcls)
Returns the database utility object for the given object class with a
null servlet or thread context. |
static <DBUTL extends DBUInterface> |
DBUFactory.getObject(java.lang.Class<DBUTL> objcls,
FlashServletContext ctx)
Returns the database utility object for the given object class with the
given servlet or thread context.
|