Package | Description |
---|---|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AdmSendMassEmail.processMessage(AdmSendMassEmail.Context ctx,
boolean upload)
Uploads the requested content file(s) and, after the content is successfully
uploaded, the message is then sent or scheduled to be sent.
|
protected boolean |
AdmSendMassEmail.renameAlternate(AdmSendMassEmail.Context ctx)
Renames the alternate content file (if necessary) so it has the same root
name as the preferred content file.
|
protected boolean |
AdmSendMassEmail.setTemplateError(AdmSendMassEmail.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
Constructor and Description |
---|
ScheduledMessage(AdmSendMassEmail.Context ctx,
FlashMailMessage msg)
Constructs a new message scheduled task.
|