Package | Description |
---|---|
com.dpslink.flash.db.util |
DPS Flash specific database related handlers and background processing tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateOrderTask
Handles order creation processing in a background thread.
|
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 |
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 |
UpdateAdminContactsTask
Handles the updating of Notification Framework contact information in a
background thread for configured site admin message types.
|