Package | Description |
---|---|
com.dpslink.flash.b2b |
DPS Flash specific implementations for classes in
com.ibm.ctc.b2b.connector . |
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
com.dpslink.flash.servlet.test |
DPS Flash specific servlets for handling test scenarios.
|
com.dpslink.flash.test |
DPS Flash specific command line classes for various test scenarios.
|
Modifier and Type | Method and Description |
---|---|
protected ThreadServletContext |
GenericDBConnector.connect()
Connects to the database.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GenericDBConnector.disconnect(ThreadServletContext ctx)
Disconnects the database connection.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRequest.Context
Inner class used to store servlet context information.
|
class |
OrderRequestAPI.Context
Inner class used to store servlet context information.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected void |
EmailUser.updateOrderAudit(ThreadServletContext ctx,
java.lang.String type,
java.lang.String ref,
java.lang.String orderId)
Updates confirmation timestamp and order id in audit record, only for order
and quote confirmations.
|
Modifier and Type | Class and Description |
---|---|
class |
ProductLookup.Context
Inner class used to store servlet context information.
|
Modifier and Type | Field and Description |
---|---|
protected static ThreadServletContext |
TestNFMessages.ivTSCTX |