Package | Description |
---|---|
com.dpslink.base.html |
Product-neutral classes for creating and processing various HTML elements; such as checkboxes, radio buttons and input text fields.
|
com.dpslink.base.jdbc |
Product-neutral classes for database connections; such as for executing SQL and retrieving database metadata.
|
com.dpslink.base.obj |
Product-neutral classes for mapped attribute objects.
|
com.dpslink.base.tool |
Product-neutral classes for various command line tools.
|
com.dpslink.flash.b2b |
DPS Flash specific implementations for classes in
com.ibm.ctc.b2b.connector . |
com.dpslink.flash.db |
DPS Flash specific definitions for database objects and database object controllers as well as other non-persisted business related objects.
|
com.dpslink.flash.db.util |
DPS Flash specific database related handlers and background processing tasks.
|
com.dpslink.flash.erp |
DPS Flash specific interfaces and abstract classes on which all backend interface classes are based.
|
com.dpslink.flash.erp.extend |
DPS Flash specific DPS Extend implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
com.dpslink.flash.erp.obj |
DPS Flash specific business related objects unique to backend interface processing.
|
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.servlet.test |
DPS Flash specific servlets for handling test scenarios.
|
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 | Class and Description |
---|---|
class |
AbstractField
An abstract html form field definition that provides default form field
functionality plus defines method signatures for required implementation.
|
class |
Checkbox
Defines an HTML checkbox form field.
|
class |
Link
Defines an HTML link or anchor.
|
class |
Option
Defines an HTML option for a select form field.
|
class |
Password
Defines an HTML password form field.
|
class |
Radio
Defines an HTML radio form field.
|
class |
Select
Defines an HTML select form field.
|
class |
Span
Defines an HTML span.
|
class |
Text
Defines an HTML text form field.
|
class |
Textarea
Defines an HTML textarea form field.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCObject<DBOBJ extends MappedAttributesObject>
An abstract JDBC object definition.
|
interface |
JDBCObjectKey<DBOBJ extends MappedAttributesObject>
Defines the interface for database objects that can be used as a key in
a
HashMap or Hashtable . |
Modifier and Type | Class and Description |
---|---|
class |
JDBCGenericObject
A generic implementation of the
JDBCObject abstract class. |
class |
JDBCGenericObjectController
A generic implementation of the
JDBCObjectController abstract
class. |
class |
JDBCObject<DBOBJ extends MappedAttributesObject>
An abstract JDBC object definition.
|
class |
JDBCObjectController<DBOBJ extends JDBCObject<DBOBJ>>
An abstract JDBC object controller definition.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericMappedObject
A generic implementation of the
MappedAttributesObject abstract
class. |
Modifier and Type | Method and Description |
---|---|
protected MappedAttributesObject |
MappedAttributesObject.getMapMapped(java.lang.String fldname)
Returns a field's value from the map of attributes as a mapped attributes
object.
|
Modifier and Type | Method and Description |
---|---|
void |
MappedAttributesObject.cloneMapAttributes(MappedAttributesObject obj)
Clones this object's map of attribute field names and values and assigns
the cloned map of attributes to the given object.
|
protected void |
MappedAttributesObject.setMap(java.lang.String fldname,
MappedAttributesObject value)
Sets a field's value in the map of attributes to a mapped attributes
object.
|
Modifier and Type | Class and Description |
---|---|
private class |
CopyDatabase.CopyObjectController
A bogus JDBC object controller used to assist with copying table data.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderRequest
Defines the fields and methods for order request objects.
|
class |
OrderRequestLine
Defines the fields and methods for order request line objects.
|
Modifier and Type | Class and Description |
---|---|
class |
Cart
Defines the fields and methods for cart table objects.
|
class |
CartAdjustmentLine
Defines the fields and methods for cart adjustment line objects.
|
class |
CartConfirmationLine
Defines the fields and methods for cart confirmation line objects.
|
class |
CartController
The controller for the
Cart class. |
class |
CartLine
Defines the fields and methods for cart line table objects.
|
class |
CartLineController
The controller for the
CartLine class. |
class |
CatalogCategory
Defines the fields and methods for category relationship table objects.
|
class |
CatalogCategoryController
The controller for the
CatalogCategory class. |
class |
CatalogProduct
Defines the fields and methods for category product x-ref table objects.
|
class |
CatalogProductController
The controller for the
CatalogProduct class. |
class |
Category
Defines the fields and methods for category table objects.
|
class |
CategoryController
The controller for the
Category class. |
class |
CategoryListItem
Defines a category list item.
|
class |
CDBatch
Defines the fields and methods for CD batch criteria objects.
|
class |
CDBatchController
The controller for the
CDBatch class. |
class |
Country
Defines the fields and methods for country table objects.
|
class |
CountryController
The controller for the
Country class. |
class |
CreditCard
Defines the fields and methods for credit card table objects.
|
class |
CreditCardController
The controller for the
CreditCard class. |
class |
Customer
Defines the fields and methods for customer table objects.
|
class |
CustomerController
The controller for the
Customer class. |
class |
FavoritesDescriptor
Defines the fields and methods for favorite cart descriptor objects.
|
class |
FavoritesDescriptorController
The controller for the
FavoritesDescriptor class. |
class |
ImportBatch
Defines the fields and methods for import batch table objects.
|
class |
ImportBatchController
The controller for the
ImportBatch class. |
class |
ImportCriteria
Defines the fields and methods for import criteria table objects.
|
class |
ImportCriteriaController
The controller for the
ImportCriteria class. |
class |
ImportMetaCriteria
Defines the fields and methods for import metadata criteria objects.
|
class |
ImportValidation
Defines the fields and methods for import validation error table objects.
|
class |
ImportValidationController
The controller for the
ImportValidation class. |
class |
Leadtime
Defines the fields and methods for leadtime table objects.
|
class |
LeadtimeController
The controller for the
Leadtime class. |
class |
LogonAttempt
Defines the fields and methods for user logon attempt table objects.
|
class |
LogonAttemptController
The controller for the
LogonAttempt class. |
class |
Manufacturer
Defines the fields and methods for manufacturer table objects.
|
class |
ManufacturerController
The controller for the
Manufacturer class. |
class |
NotificationPref
Defines the fields and methods for user notification preference table objects.
|
class |
NotificationPrefController
The controller for the
NotificationPref class. |
class |
OrderAudit
Defines the fields and methods for order audit table objects.
|
class |
OrderAuditController
The controller for the
OrderAudit class. |
class |
OrderAuditLine
Defines the fields and methods for order audit detail table objects.
|
class |
OrderAuditLineController
The controller for the
OrderAuditLine class. |
class |
PasswordHistory
Defines the fields and methods for user password history table objects.
|
class |
PasswordHistoryController
The controller for the
PasswordHistory class. |
class |
PendingProduct
Defines the fields and methods for pending product table objects.
|
class |
PendingProductController
The controller for the
PendingProduct class. |
class |
Permit
Defines the fields and methods for permit table objects.
|
class |
PermitController
The controller for the
Permit class. |
class |
PermitProduct
Defines the fields and methods for product permit x-ref table objects.
|
class |
PermitProductController
The controller for the
PermitProduct class. |
class |
PermitUser
Defines the fields and methods for user permit x-ref table objects.
|
class |
PermitUserController
The controller for the
PermitUser class. |
class |
Product
Defines the fields and methods for product table objects.
|
class |
ProductAttribute
Defines the fields and methods for product and extended product attributes
x-ref objects.
|
class |
ProductAttributeController
The controller for the
ProductAttribute class. |
class |
ProductAttributeDescriptor
Defines the fields and methods for extended product attributes objects.
|
class |
ProductAttributeDescriptorController
The controller for the
ProductAttributeDescriptor class. |
class |
ProductController
The controller for the
Product class. |
class |
ProductGroup
Defines the fields and methods for product group table objects.
|
class |
ProductGroupController
The controller for the
ProductGroup class. |
class |
ProductGroupXref
Defines the fields and methods for product to group x-ref table objects.
|
class |
ProductGroupXrefController
The controller for the
ProductGroupXref class. |
class |
PunchOutSession
Defines the fields and methods for punch-out session table objects.
|
class |
PunchOutSessionController
The controller for the
PunchOutSession class. |
class |
QuantityOnOrder
Defines the fields and methods for product quantity on order objects.
|
class |
QuantityPriceBreak
Defines the fields and methods for product quantity price break objects.
|
class |
RelatedProductsXref
Defines the fields and methods for related products x-ref table objects.
|
class |
RelatedProductsXrefController
The controller for the
RelatedProductsXref class. |
class |
RelationshipType
Defines the fields and methods for relationship type table objects.
|
class |
RelationshipTypeController
The controller for the
RelationshipType class. |
class |
RestockNotification
Defines the fields and methods for restock notification table objects.
|
class |
RestockNotificationController
The controller for the
RestockNotification class. |
class |
SalesRep
Defines the fields and methods for sales rep table objects.
|
class |
SalesRepController
The controller for the
SalesRep class. |
class |
SalesRepCustomer
Defines the fields and methods for sales rep customer x-ref table objects.
|
class |
SalesRepCustomerController
The controller for the
SalesRepCustomer class. |
class |
SalesRepUser
Defines the fields and methods for sales rep user x-ref table objects.
|
class |
SalesRepUserController
The controller for the
SalesRepUser class. |
class |
SearchLogProduct
Defines the fields and methods for product search log objects.
|
class |
SearchLogProductController
The controller for the
SearchLogProduct class. |
class |
SecurityProfile
Defines the fields and methods for security profile objects.
|
class |
SecurityProfileController
The controller for the
SecurityProfile class. |
class |
Shipper
Defines the fields and methods for shipper table objects.
|
class |
ShipperController
The controller for the
Shipper class. |
class |
ShipperCountry
Defines the fields and methods for shipper country x-ref table objects.
|
class |
ShipperCountryController
The controller for the
ShipperCountry class. |
class |
SiteActivity
Defines the fields and methods for site activity table objects.
|
class |
SiteActivityController
The controller for the
SiteActivity class. |
class |
SiteActivityPage
Defines the fields and methods for site activity page table objects.
|
class |
SiteActivityPageController
The controller for the
SiteActivityPage class. |
class |
Special
Defines the fields and methods for special table objects.
|
class |
SpecialController
The controller for the
Special class. |
class |
SpecialsType
Defines the fields and methods for specials type table objects.
|
class |
SpecialsTypeController
The controller for the
SpecialsType class. |
class |
State
Defines the fields and methods for state and province table objects.
|
class |
StateController
The controller for the
State class. |
class |
UnitMeasure
Defines the fields and methods for unit of measure table objects.
|
class |
UnitMeasureController
The controller for the
UnitMeasure class. |
class |
User
Defines the fields and methods for user table objects.
|
class |
UserController
The controller for the
User class. |
class |
WarehouseDetail
Defines the fields and methods for product warehouse detail objects.
|
class |
WarehouseQuantity
Defines the fields and methods for product warehouse quantity objects.
|
class |
WordFix
Defines the fields and methods for mixed case word correction (a.k.a.
|
class |
WordFixController
The controller for the
WordFix class. |
class |
Xref
Defines the fields and methods for customer product x-ref table objects.
|
class |
XrefController
The controller for the
Xref class. |
Modifier and Type | Class and Description |
---|---|
class |
ProductLookupHandler.ERPItem
Inner class that defines the fields and methods for an ERP item object.
|
class |
RelatedProductsHandler.Relationship
Inner class that defines a related product relationship.
|
class |
UnitMeasureHandler.MultiPriceBreak
Inner class that defines multiple uom quantity price break data.
|
Modifier and Type | Class and Description |
---|---|
class |
ERPObject<ERPOBJ extends MappedAttributesObject>
An abstract ERP object definition.
|
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.
|
class |
ERPObject<ERPOBJ extends MappedAttributesObject>
An abstract ERP object definition.
|
Modifier and Type | Class and Description |
---|---|
class |
ARInformation
An implementation of the ERP accounts receivable information interface for
DPS Extend.
|
class |
Control
An implementation of the ERP control file information interface for DPS
Extend.
|
class |
CustomerMaintenance
An implementation of the ERP customer maintenance interface for DPS Extend.
|
class |
OrderCancel
An implementation of the ERP order cancel interface for DPS Extend.
|
class |
OrderInformation
An implementation of the ERP order information interface for DPS Extend.
|
class |
OrderPlacement
An implementation of the ERP order placement interface for DPS Extend.
|
class |
OrderSummary
An implementation of the ERP order summary information interface for
DPS Extend.
|
class |
ProductInformation
An implementation of the ERP product information interface for DPS Extend.
|
class |
UserMaintenance
An implementation of the ERP user maintenance interface for DPS Extend.
|
Modifier and Type | Class and Description |
---|---|
class |
ARAging
Defines the fields and methods for A/R aging objects.
|
class |
ARDetail
Defines the fields and methods for A/R detail objects.
|
class |
ARSummary
Defines the fields and methods for A/R summary objects.
|
class |
BackendControl
Defines the fields and methods for backend control objects.
|
class |
BackendJobDescription
Defines the fields and methods for backend job description object.
|
class |
Order
Defines the fields and methods for order summary objects.
|
class |
OrderDetail
Defines the fields and methods for order detail objects.
|
class |
PaymentDetail
Defines the fields and methods for payment detail objects.
|
class |
ShipSummary
Defines the fields and methods for shipment summary objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountContactAddEdit.EditablePreference
Inner class used to define an editable notification preference.
|
class |
ClientRequest.Context
Inner class used to store servlet context information.
|
class |
FlashServletRequest
Defines a servlet request and its associated parameters.
|
class |
OrderRequestAPI.Context
Inner class used to store servlet context information.
|
class |
Products.SelectableFilter
Inner class used to define a selectable product attribute filter.
|
Modifier and Type | Method and Description |
---|---|
MappedAttributesObject |
FlashServletRequest.getParamMapped(java.lang.String param)
Returns a parameter's value as a mapped attributes
object.
|
Modifier and Type | Method and Description |
---|---|
void |
FlashServletRequest.setParam(java.lang.String param,
MappedAttributesObject value)
Sets a parameter's value to a mapped attributes object.
|
Modifier and Type | Class and Description |
---|---|
class |
AdmBackendControlEdit.EditableControl
Inner class that defines an editable control object.
|
class |
AdmPurgeCategories.CatalogPath
Inner class that defines a product catalog path.
|
class |
AdmSalesRepUserAddEdit.EditablePreference
Inner class used to define an editable notification preference.
|
class |
AdmSecurityProfile
An extension of the security profile database object that provides routines
which allow for each profile and its values to be generically displayed on
the admin security profile maintenance pages.
|
Modifier and Type | Class and Description |
---|---|
class |
ProductLookup.Context
Inner class used to store servlet context information.
|
class |
SQLNameInsert.BogusController
Inner class that defines a bogus JDBC controller implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TestAES
A command line class used to test AES encryption.
|
Modifier and Type | Class and Description |
---|---|
class |
FlashSiteInfo
Defines the Flash site's information object.
|
class |
NotificationMessage
A utility class for formulating Notification Framework messages.
|
class |
ThreadServletContext
A servlet context for background processing threads.
|