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.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 | Interface and Description |
---|---|
interface |
IARInformation
Defines the interface for ERP accounts receivable information.
|
interface |
IControl
Defines the interface for ERP control file information.
|
interface |
ICustomerMaintenance
Defines the interface for ERP customer maintenance.
|
interface |
IOrderCancel
Defines the interface for ERP order canceling.
|
interface |
IOrderInformation
Defines the interface for ERP order information.
|
interface |
IOrderPlacement
Defines the interface for ERP order placement.
|
interface |
IOrderSummary
Defines the interface for ERP order summary informaton.
|
interface |
IProductInformation
Defines the interface for ERP product information.
|
interface |
IUserMaintenance
Defines the interface for ERP user maintenance.
|
Modifier and Type | Class and Description |
---|---|
class |
ERPInterfaceAS400
An abstract ERP interface definition for AS400 ERP systems.
|
class |
ERPInterfaceBogus
An abstract ERP interface definition for bogus data.
|
Modifier and Type | Method and Description |
---|---|
static <ERPTYPE extends ERPInterface> |
ERPFactory.getInterface(java.lang.Class<ERPTYPE> type)
Returns the ERP interface for the given interface type with a
null
servlet or thread context. |
static <ERPTYPE extends ERPInterface> |
ERPFactory.getInterface(java.lang.Class<ERPTYPE> type,
FlashServletContext ctx)
Returns the ERP interface for the given interface type with the given
servlet or thread context.
|
Modifier and Type | Class and Description |
---|---|
class |
ARInformation
A bogus implementation of the ERP accounts receivable information interface.
|
class |
Control
A bogus implementation of the ERP control file information interface.
|
class |
CustomerMaintenance
A bogus implementation of the ERP customer maintenance interface.
|
class |
OrderInformation
A bogus implementation of the ERP order information interface.
|
class |
OrderPlacement
A bogus implementation of the ERP order placement interface.
|
class |
OrderSummary
A bogus implementation of the ERP order summary interface.
|
class |
ProductInformation
A bogus implementation of the ERP product information interface.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderCancel
An implementation of the ERP order cancel interface for DPS Extend.
|
class |
UserMaintenance
An implementation of the ERP user maintenance interface for DPS Extend.
|
Modifier and Type | Method and Description |
---|---|
<ERPTYPE extends ERPInterface> |
FlashServletContext.getInterface(java.lang.Class<ERPTYPE> type)
Returns the ERP interface for the given interface type.
|
<ERPTYPE extends ERPInterface> |
FlashServlet.Context.getInterface(java.lang.Class<ERPTYPE> type)
Returns the ERP interface for the given interface type.
|
Modifier and Type | Class and Description |
---|---|
class |
TestAES
A command line class used to test AES encryption.
|
Modifier and Type | Method and Description |
---|---|
<ERPTYPE extends ERPInterface> |
ThreadServletContext.getInterface(java.lang.Class<ERPTYPE> type)
Returns the ERP interface for the given interface type.
|