Package | Description |
---|---|
com.dpslink.base.jdbc |
Product-neutral classes for database connections; such as for executing SQL and retrieving database metadata.
|
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.imports |
DPS Flash specific parsers and processors for importing data from delimited text files or from Excel spreadsheet files.
|
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.util |
DPS Flash specific utility helper classes used throughout all other
com.dpslink.flash classes. |
Modifier and Type | Class and Description |
---|---|
class |
JDBCObjectController<DBOBJ extends JDBCObject<DBOBJ>>
An abstract JDBC object controller definition.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCGenericObject
A generic implementation of the
JDBCObject abstract class. |
Modifier and Type | Field and Description |
---|---|
private java.util.Hashtable<java.lang.String,JDBCObjectController<? extends JDBCObject<?>>> |
JDBCConnectionInfo.ivControllers
A cache of JDBC object controllers associated with this connection.
|
Modifier and Type | Method and Description |
---|---|
<DBOBJCTLR extends JDBCObjectController<? extends JDBCObject<?>>> |
JDBCObjectController.getController(java.lang.Class<DBOBJCTLR> ctlrcls)
Returns the JDBC object controller for the given controller class.
|
<DBOBJCTLR extends JDBCObjectController<? extends JDBCObject<?>>> |
JDBCConnectionInfo.getController(java.lang.Class<DBOBJCTLR> ctlrcls)
Returns the JDBC object controller for the given controller class.
|
static <DBOBJCTLR extends JDBCObjectController<? extends JDBCObject<?>>> |
JDBCFactory.getController(java.lang.Class<DBOBJCTLR> ctlrcls)
Returns the JDBC object controller for the given controller class.
|
<DBOBJ extends JDBCObject<?>> |
JDBCConnectionInfo.getObject(java.lang.Class<DBOBJ> objcls)
Returns the JDBC object for the given object class.
|
static <DBOBJ extends JDBCObject<?>> |
JDBCFactory.getObject(java.lang.Class<DBOBJ> objcls)
Returns the JDBC object for the given object class.
|
<DBOBJCTLR extends JDBCObjectController<? extends JDBCObject<?>>> |
JDBCConnectionInfo.setController(DBOBJCTLR objctlr)
Caches the given JDBC object controller instance.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
JDBCObjectKeyCache.getKeyFieldNames(JDBCObject<?> obj)
Returns the key field names for a
JDBCObject . |
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 |
CartLine
Defines the fields and methods for cart line table objects.
|
class |
CatalogCategory
Defines the fields and methods for category relationship table objects.
|
class |
CatalogProduct
Defines the fields and methods for category product x-ref table objects.
|
class |
Category
Defines the fields and methods for category table objects.
|
class |
CategoryListItem
Defines a category list item.
|
class |
CDBatch
Defines the fields and methods for CD batch criteria objects.
|
class |
Country
Defines the fields and methods for country table objects.
|
class |
CreditCard
Defines the fields and methods for credit card table objects.
|
class |
Customer
Defines the fields and methods for customer table objects.
|
class |
FavoritesDescriptor
Defines the fields and methods for favorite cart descriptor objects.
|
class |
ImportBatch
Defines the fields and methods for import batch table objects.
|
class |
ImportCriteria
Defines the fields and methods for import criteria table objects.
|
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 |
Leadtime
Defines the fields and methods for leadtime table objects.
|
class |
LogonAttempt
Defines the fields and methods for user logon attempt table objects.
|
class |
Manufacturer
Defines the fields and methods for manufacturer table objects.
|
class |
NotificationPref
Defines the fields and methods for user notification preference table objects.
|
class |
OrderAudit
Defines the fields and methods for order audit table objects.
|
class |
OrderAuditLine
Defines the fields and methods for order audit detail table objects.
|
class |
PasswordHistory
Defines the fields and methods for user password history table objects.
|
class |
PendingProduct
Defines the fields and methods for pending product table objects.
|
class |
Permit
Defines the fields and methods for permit table objects.
|
class |
PermitProduct
Defines the fields and methods for product permit x-ref table objects.
|
class |
PermitUser
Defines the fields and methods for user permit x-ref table objects.
|
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 |
ProductAttributeDescriptor
Defines the fields and methods for extended product attributes objects.
|
class |
ProductGroup
Defines the fields and methods for product group table objects.
|
class |
ProductGroupXref
Defines the fields and methods for product to group x-ref table objects.
|
class |
PunchOutSession
Defines the fields and methods for punch-out session table objects.
|
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 |
RelationshipType
Defines the fields and methods for relationship type table objects.
|
class |
RestockNotification
Defines the fields and methods for restock notification table objects.
|
class |
SalesRep
Defines the fields and methods for sales rep table objects.
|
class |
SalesRepCustomer
Defines the fields and methods for sales rep customer x-ref table objects.
|
class |
SalesRepUser
Defines the fields and methods for sales rep user x-ref table objects.
|
class |
SearchLogProduct
Defines the fields and methods for product search log objects.
|
class |
SecurityProfile
Defines the fields and methods for security profile objects.
|
class |
Shipper
Defines the fields and methods for shipper table objects.
|
class |
ShipperCountry
Defines the fields and methods for shipper country x-ref table objects.
|
class |
SiteActivity
Defines the fields and methods for site activity table objects.
|
class |
SiteActivityPage
Defines the fields and methods for site activity page table objects.
|
class |
Special
Defines the fields and methods for special table objects.
|
class |
SpecialsType
Defines the fields and methods for specials type table objects.
|
class |
State
Defines the fields and methods for state and province table objects.
|
class |
UnitMeasure
Defines the fields and methods for unit of measure table objects.
|
class |
User
Defines the fields and methods for user table objects.
|
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 |
Xref
Defines the fields and methods for customer product x-ref table objects.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.ArrayList<JDBCObject<?>> |
SiteActivityQueue.cvCache
A cache of the activities processed.
|
protected static java.util.ArrayList<JDBCObject<?>> |
SiteActivityQueue.cvQueue
The queue of
SiteActivity and SiteActivityPage
objects. |
Modifier and Type | Class and Description |
---|---|
class |
Import<DBOBJ extends JDBCObject<?>>
An abstract import object definition.
|
Modifier and Type | Field and Description |
---|---|
protected DBOBJ |
Import.ivObject
The database object being added, updated or deleted.
|
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,Import<? extends JDBCObject<?>>> |
ImportProcessor.ivImportObjects
A cache of import object instances.
|
Modifier and Type | Method and Description |
---|---|
Import<? extends JDBCObject<?>> |
ImportProcessor.getImportObject(java.lang.String ident,
int lineNo)
Creates and returns the import object for the
ident import type. |
Modifier and Type | Class and Description |
---|---|
class |
AccountContactAddEdit.EditablePreference
Inner class used to define an editable notification preference.
|
class |
Products.SelectableFilter
Inner class used to define a selectable product attribute filter.
|
Modifier and Type | Method and Description |
---|---|
<DBOBJCTLR extends JDBCObjectController<? extends JDBCObject<?>>> |
FlashServletContext.getDbController(java.lang.Class<DBOBJCTLR> ctlrcls)
Returns the JDBC object controller for the given controller class.
|
<DBOBJCTLR extends JDBCObjectController<? extends JDBCObject<?>>> |
FlashServlet.Context.getDbController(java.lang.Class<DBOBJCTLR> ctlrcls)
Returns the JDBC object controller for the given controller class.
|
<DBOBJ extends JDBCObject<?>> |
FlashServletContext.getDbObject(java.lang.Class<DBOBJ> objcls)
Returns the JDBC object for the given object class.
|
<DBOBJ extends JDBCObject<?>> |
FlashServlet.Context.getDbObject(java.lang.Class<DBOBJ> objcls)
Returns the JDBC object for the given object class.
|
Modifier and Type | Class and Description |
---|---|
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 | Field and Description |
---|---|
protected java.util.ArrayList<? extends JDBCObject<?>> |
AdmPurge.Context.purgeRecords
The selected purge records.
|
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.ArrayList<? extends JDBCObject<?>> |
AdmPurge.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
Modifier and Type | Method and Description |
---|---|
<DBOBJCTLR extends JDBCObjectController<? extends JDBCObject<?>>> |
ThreadServletContext.getDbController(java.lang.Class<DBOBJCTLR> ctlrcls)
Returns the JDBC object controller for the given controller class.
|
<DBOBJ extends JDBCObject<?>> |
ThreadServletContext.getDbObject(java.lang.Class<DBOBJ> objcls)
Returns the JDBC object for the given object class.
|