Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<RelatedProductsHandler.Relationship> |
Product.getRelatedItems()
(not persisted) Returns the collection of related items.
|
java.util.ArrayList<RelatedProductsHandler.Relationship> |
Product.getRelatedItemsForIcon()
(not persisted) Returns the collection of related items for icon display
purposes.
|
Modifier and Type | Method and Description |
---|---|
void |
Product.setRelatedItems(java.util.ArrayList<RelatedProductsHandler.Relationship> value)
(not persisted) Sets the collection of related items.
|
void |
Product.setRelatedItemsForIcon(java.util.ArrayList<RelatedProductsHandler.Relationship> value)
(not persisted) Sets the collection of related items for icon display
purposes.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<RelatedProductsHandler.Relationship> |
RelatedProductsHandler.getRelatedProducts(Product product)
Retrieves and returns a product's related products.
|
java.util.ArrayList<RelatedProductsHandler.Relationship> |
RelatedProductsHandler.getRelatedProductsForIcon(Product product)
Retrieves and returns a product's related products for the purpose of
displaying the related items icon on the catalog grid and list pages as
well as the review cart and favorite items pages.
|
private java.util.ArrayList<RelatedProductsHandler.Relationship> |
RelatedProductsHandler.getRelationships(java.lang.String grpcode)
Retrieves the relationships for a group and/or product/uom.
|
private java.util.ArrayList<RelatedProductsHandler.Relationship> |
RelatedProductsHandler.processResultSet(java.sql.ResultSet rs)
Processes the result set from the query of "getRelationships".
|
Modifier and Type | Method and Description |
---|---|
void |
RelatedProductsHandler.omitNoStockProducts(java.util.ArrayList<RelatedProductsHandler.Relationship> related)
Removes products with no stock from .
|
void |
RelatedProductsHandler.setRealtimeInfo(java.util.ArrayList<RelatedProductsHandler.Relationship> related)
Sets the realtime information (current price, availability, etc.) for a
set of related product relationships.
|