Package | Description |
---|---|
com.dpslink.flash.db |
DPS Flash specific definitions for database objects and database object controllers as well as other non-persisted business related objects.
|
com.dpslink.flash.db.util |
DPS Flash specific database related handlers and background processing tasks.
|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
com.dpslink.flash.test |
DPS Flash specific command line classes for various test scenarios.
|
com.dpslink.flash.util |
DPS Flash specific utility helper classes used throughout all other
com.dpslink.flash classes. |
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<RestockNotification> |
DBO.RESTOCK
The restock notification object class.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<RestockNotification> |
RestockNotificationController.getUnnotified()
Returns a collection of unnotified restock notification records that
have in-stock products.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RestockNotificationController.isPending(RestockNotification rn)
Determines if an unnotified restock notification record already exists
for a product code, unit of measure code and email address.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RestockNotificationTask.sendEmail(java.lang.String msgType,
RestockNotification rn)
Composes and sends the stock notification email message.
|
Modifier and Type | Method and Description |
---|---|
private RestockNotification |
AdmTestSiteEmails.getSampleRestock(AdmTestSiteEmails.Context ctx,
java.lang.String type)
Returns a Restock Notification object using values from the configured
sample data spreadsheet file.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<RestockNotification> |
AdmPurgeRestockNotifications.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
Modifier and Type | Method and Description |
---|---|
protected static RestockNotification |
TestNFMessages.getSampleRestock(java.lang.String type)
Returns a Restock Notification object using values from the configured
sample data spreadsheet file.
|
Modifier and Type | Method and Description |
---|---|
private javax.mail.internet.InternetAddress |
FlashMailMessage.getAddressFromRestock(RestockNotification restock)
Returns an
InternetAddress object for the email name and
address contained within the given product restock notification. |
protected void |
NotificationMessage.parseRecipientsLowstockRestock(JDBCConnectionInfo cninf,
RestockNotification restock)
Parses the given lowstock/restock object into either a
User
recipient object or an InternetAddress recipient object and
then resets this message's recipient accordingly. |