| Package | Description |
|---|---|
| com.dpslink.flash.erp |
DPS Flash specific interfaces and abstract classes on which all backend interface classes are based.
|
| com.dpslink.flash.erp.bogus |
DPS Flash specific pseudo implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
| com.dpslink.flash.erp.extend |
DPS Flash specific DPS Extend implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
| com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<Order> |
ERP.oORDSUM
The ERP object type for order summary.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
IOrderInformation.getOrder(java.lang.String orderNum)
Returns an order object containing information for a requested order.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Order> |
IOrderSummary.getOrderSummaryList(java.lang.String orderSelFlag,
int daysOfHistory,
java.util.Date fromDate,
java.util.Date toDate,
java.lang.String productCode,
java.lang.String customerPO,
java.util.Date reqShipDate)
Returns a list of order summary information for the current shopping user.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
OrderInformation.getOrder(java.lang.String orderNum)
Returns an order object containing information for a requested order.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Order> |
OrderSummary.getOrderSummaryList(java.lang.String orderSelFlag,
int daysOfHistory,
java.util.Date fromDate,
java.util.Date toDate,
java.lang.String productCode,
java.lang.String customerPO,
java.util.Date reqShipDate)
Returns a list of order summary information for the current shopping user.
|
| Modifier and Type | Field and Description |
|---|---|
protected Order |
OrderInformation.ivOrder
A WIP order information object.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<Order> |
OrderSummary.ivOrders
A WIP collection of order summary objects.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
OrderInformation.getOrder(java.lang.String orderNum)
Returns an order object containing information for a requested order.
|
protected Order |
OrderSummary.parseOrderSummary(ERPInterfaceAS400.Received rec)
Parses order summary data from the receive data queue and returns an
order summary object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Order> |
OrderSummary.getOrderSummaryList(java.lang.String orderSelFlag,
int daysOfHistory,
java.util.Date fromDate,
java.util.Date toDate,
java.lang.String productCode,
java.lang.String customerPO,
java.util.Date reqShipDate)
Returns a list of order summary information for the current shopping user.
|
| Modifier and Type | Field and Description |
|---|---|
protected Order |
ShipmentDetails.Context.order
The Order object for the requested shipment.
|
protected Order |
OrderDetails.Context.order
The Order object for the requested order.
|
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<Order> |
OrderSummary.Context.orders
The current set of orders.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OrderToExcel.doSingleOrder(OrderToExcel.Context ctx,
Order order)
Handles Excel spreadsheet creation for a single order.
|
private boolean |
OrderToExcel.doSingleOrderDetail(OrderToExcel.Context ctx,
Order order,
java.util.ArrayList<OrderDetail> lineitems)
Handles Excel spreadsheet creation for a single order's detail.
|
private boolean |
OrderToExcel.doSingleOrderHeader(OrderToExcel.Context ctx,
Order order)
Handles Excel spreadsheet creation for a single order's header.
|
protected java.lang.String |
OrderSummary.getValueForOrderColumn(Order order,
java.lang.String colname)
Returns the string value for named column in the order.
|
protected boolean |
EmailUser.isValidOrder(java.lang.String userid,
java.lang.String type,
java.lang.String orderref,
java.lang.String orderid,
Order order)
Answers if the email request is for a valid order or quote.
|
protected boolean |
EmailUser.sendEmail(ThreadServletContext ctx,
java.lang.String type,
java.lang.String ref,
java.lang.String shipNum,
Order order,
java.lang.String values,
boolean copyReps,
boolean debug)
Sends email to the address specified by the user object.
|
protected boolean |
EmailUser.setOrderConfirmationCC(ThreadServletContext ctx,
Order order,
FlashMailMessage email)
Sets the CC (or BCC) recipients for an order confirmation.
|
protected boolean |
EmailUser.setOrderConfirmationData(ThreadServletContext ctx,
org.apache.velocity.VelocityContext content,
Order order)
Sets additional email content data for an order confirmation.
|
protected boolean |
EmailUser.setShipConfirmationData(ThreadServletContext ctx,
org.apache.velocity.VelocityContext content,
Order order,
java.lang.String shipNum)
Sets additional email content data for a shipment confirmation.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OrderToExcel.doMultipleOrders(OrderToExcel.Context ctx,
java.util.ArrayList<Order> orders)
Handles Excel spreadsheet creation for multiple orders.
|
protected void |
OrderSummary.setTemplateOrderInfo2(OrderSummary.Context ctx,
java.util.ArrayList<Order> orders)
Sets the order summary data required by the html template.
|
| Modifier and Type | Method and Description |
|---|---|
private Order |
AdmTestSiteEmails.getSampleOrder(AdmTestSiteEmails.Context ctx)
Returns an ERP Order object using values from the configured sample data
spreadsheet file.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Order |
TestNFMessages.getSampleOrder()
Returns an ERP Order object using values from the configured sample data
spreadsheet file.
|