See: Description
Class | Description |
---|---|
ConvertDES2AES |
A command line class used to convert from DES encryption to AES encryption.
|
CreateAdminDPS |
A command line class used to create a Flash admin for DPS use
(admindps/dpsuseonly).
|
EncryptData |
A command line class used to encrypt/decrypt password/cc data in the database
using DES algorithms (see com.dpslink.base.util.StringEncrypter).
|
EncryptData2 |
A command line class used to encrypt/decrypt password/cc data in the database
using AES algorithms (see com.dpslink.base.util.StringEncrypter2).
|
ExportData |
Performs communication between the backend ERP system and Flash to initiate
sending of exported data records.
|
MailConfirmation |
Performs communication between the backend ERP system and Flash to initiate
the sending of email confirmations.
|
PoolControl |
Performs communication between the backend ERP system and Flash to stop and
restart the pool of connections held by the Flash server to the backend system.
|
ProductToExcel |
A command line class used to write product information to an Excel spreadsheet.
|
ResetAdminPassword |
A command line class used to reset the Flash admin password to 'admin'.
|
RunSync |
A command line class used to process customer, product and user
synchronizations with the backend ERP system as well as the notification
framework contact synchronization with the notification framework.
|
UpdateAdminContacts |
A command line class used to run the
UpdateAdminContactsTask
database utility task. |
DPS Flash specific command line classes for frontend and/or backend use.