public class MailConfirmation extends MailConfirmation
This class exists solely for backwards compatibility with ERP interface library hardcoded java package and class names.
MailConfirmation.PerformComm| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
cvMessage, cvProps, DEFAULT_ENCODING| Constructor and Description |
|---|
MailConfirmation(java.lang.String[] args)
Constructs a
MailConfirmation object and communicates with the
Flash server to send email order confirmations. |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Method called to receive command line parameters and communicate with the
Flash server to send email order confirmations.
|
checkParm, confirm, confirmWithFlexArgsprivate static final long serialVersionUID
public MailConfirmation(java.lang.String[] args)
MailConfirmation object and communicates with the
Flash server to send email order confirmations.args - (String[]) The array of command line arguments. This must
be specified as follows:
args[0] - the user id on the Flash system (or may now
be an actual email address using the format
"mailto:xxx@yyy")
args[1] - the type of confirmation to send.
args[2] - the order reference number on the Flash system.
args[3] - the order number assigned on the backend system.
args[4] - the shipment reference number (required for ship
confs only).
args[5] - values to be available on the mail template.public static void main(java.lang.String[] args)
args - (String[]) The array of command line arguments. This must
be specified as follows:
args[0] - the user id on the Flash system (or may now
be an actual email address using the format
"mailto:xxx@yyy")
args[1] - the type of confirmation to send.
args[2] - the order reference number on the Flash system.
args[3] - the order number assigned on the backend system.
args[4] - the shipment reference number (required for ship
confs only).
args[5] - values to be available on the mail template.