| Package | Description |
|---|---|
| com.dpslink.base.jdbc |
Product-neutral classes for database connections; such as for executing SQL and retrieving database metadata.
|
| com.dpslink.base.tool |
Product-neutral classes for various command line tools.
|
| 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.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.util |
DPS Flash specific utility helper classes used throughout all other
com.dpslink.flash classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCGenericObjectController
A generic implementation of the
JDBCObjectController 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.
|
<DBOBJCTLR extends JDBCObjectController<? extends JDBCObject<?>>> |
JDBCConnectionInfo.setController(DBOBJCTLR objctlr)
Caches the given JDBC object controller instance.
|
| 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 |
CartController
The controller for the
Cart class. |
class |
CartLineController
The controller for the
CartLine class. |
class |
CatalogCategoryController
The controller for the
CatalogCategory class. |
class |
CatalogProductController
The controller for the
CatalogProduct class. |
class |
CategoryController
The controller for the
Category class. |
class |
CDBatchController
The controller for the
CDBatch class. |
class |
CountryController
The controller for the
Country class. |
class |
CreditCardController
The controller for the
CreditCard class. |
class |
CustomerController
The controller for the
Customer class. |
class |
FavoritesDescriptorController
The controller for the
FavoritesDescriptor class. |
class |
ImportBatchController
The controller for the
ImportBatch class. |
class |
ImportCriteriaController
The controller for the
ImportCriteria class. |
class |
ImportValidationController
The controller for the
ImportValidation class. |
class |
LeadtimeController
The controller for the
Leadtime class. |
class |
LogonAttemptController
The controller for the
LogonAttempt class. |
class |
ManufacturerController
The controller for the
Manufacturer class. |
class |
NotificationPrefController
The controller for the
NotificationPref class. |
class |
OrderAuditController
The controller for the
OrderAudit class. |
class |
OrderAuditLineController
The controller for the
OrderAuditLine class. |
class |
PasswordHistoryController
The controller for the
PasswordHistory class. |
class |
PendingProductController
The controller for the
PendingProduct class. |
class |
PermitController
The controller for the
Permit class. |
class |
PermitProductController
The controller for the
PermitProduct class. |
class |
PermitUserController
The controller for the
PermitUser class. |
class |
ProductAttributeController
The controller for the
ProductAttribute class. |
class |
ProductAttributeDescriptorController
The controller for the
ProductAttributeDescriptor class. |
class |
ProductController
The controller for the
Product class. |
class |
ProductGroupController
The controller for the
ProductGroup class. |
class |
ProductGroupXrefController
The controller for the
ProductGroupXref class. |
class |
PunchOutSessionController
The controller for the
PunchOutSession class. |
class |
RelatedProductsXrefController
The controller for the
RelatedProductsXref class. |
class |
RelationshipTypeController
The controller for the
RelationshipType class. |
class |
RestockNotificationController
The controller for the
RestockNotification class. |
class |
SalesRepController
The controller for the
SalesRep class. |
class |
SalesRepCustomerController
The controller for the
SalesRepCustomer class. |
class |
SalesRepUserController
The controller for the
SalesRepUser class. |
class |
SearchLogProductController
The controller for the
SearchLogProduct class. |
class |
SecurityProfileController
The controller for the
SecurityProfile class. |
class |
ShipperController
The controller for the
Shipper class. |
class |
ShipperCountryController
The controller for the
ShipperCountry class. |
class |
SiteActivityController
The controller for the
SiteActivity class. |
class |
SiteActivityPageController
The controller for the
SiteActivityPage class. |
class |
SpecialController
The controller for the
Special class. |
class |
SpecialsTypeController
The controller for the
SpecialsType class. |
class |
StateController
The controller for the
State class. |
class |
UnitMeasureController
The controller for the
UnitMeasure class. |
class |
UserController
The controller for the
User class. |
class |
WordFixController
The controller for the
WordFix class. |
class |
XrefController
The controller for the
Xref class. |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLNameInsert.BogusController
Inner class that defines a bogus JDBC controller implementation.
|
| 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.
|