Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Class and Description |
---|---|
protected class |
ProductSearchResults.Context
Inner class used to store servlet context information.
|
protected class |
ProductSpecial.Context
Inner class used to store servlet context information.
|
Modifier and Type | Method and Description |
---|---|
protected Products.Context |
ProductSpecial.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected Products.Context |
ProductSearchResults.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
Products.addToCompares(Products.Context ctx,
java.util.ArrayList<Product> products)
Adds the given collection of products to the collection of products
to compare.
|
protected boolean |
Products.getCompareProducts(Products.Context ctx,
java.util.ArrayList<Product> products)
Retrieves products that the user selected for comparison and places them
into the given collection for products.
|
protected boolean |
Products.getManyProducts(Products.Context ctx,
java.util.ArrayList<Product> products,
java.util.ArrayList<java.lang.Integer> quantities)
Retrieves the "Add To Cart" or "Add To Favorites" products and quantities
and places the values into the given collections for products and quantities.
|
protected boolean |
Products.getOneProduct(Products.Context ctx,
java.util.ArrayList<Product> products,
java.util.ArrayList<java.lang.Integer> quantities)
Retrieves the "Buy Now" product and quantity and places the values into
the given collections for products and quantities.
|
protected boolean |
Products.isProductFilteringActive(Products.Context ctx)
Answers if product filtering of attributes or pricing is active based on
isProductFilteringAttrsActive and isProductFilteringPriceActive . |
protected boolean |
Products.isProductFilteringAttrsActive(Products.Context ctx)
Answers if product filtering of attributes is active based on properties
(
ProductSearch.Show.Attributes )and the current page source code
(catalog, search, special, etc.). |
protected boolean |
Products.isProductFilteringPriceActive(Products.Context ctx)
Answers if product filtering of pricing is active based on shopping user
security profile (
getShowNoPrices ) and the current page source code
(catalog, search, special, etc.). |
protected void |
ProductSpecial.setProductList(Products.Context ctx)
Sets the current list of products based on the current omit no stock flag.
|
protected void |
Products.setProductList(Products.Context ctx)
Sets the current list of products based on the current omit no stock flag.
|
protected void |
ProductSearchResults.setProductList(Products.Context ctx)
Sets the current list of products based on the current omit no stock flag.
|
protected void |
Products.setProductList(Products.Context ctx,
java.lang.String snProdKey,
java.lang.String snStockKey,
java.lang.String snAttrKey,
boolean realtime)
Sets the current list of products based on the current omit no stock flag.
|
protected void |
Products.setProductListFiltered(Products.Context ctx,
java.lang.String snAttrKey)
Sets the current list of products based on the current selected and entered
filters.
|
protected void |
ProductSpecial.setProductListFilteredAttrs(Products.Context ctx,
java.util.ArrayList<java.lang.String[]> searchattrs)
Sets the current list of products based on the current set of selected
attribute filters.
|
protected void |
Products.setProductListFilteredAttrs(Products.Context ctx,
java.util.ArrayList<java.lang.String[]> searchattrs)
Sets the current list of products based on the current set of selected
attribute filters.
|
protected void |
ProductSearchResults.setProductListFilteredAttrs(Products.Context ctx,
java.util.ArrayList<java.lang.String[]> searchattrs)
Sets the current list of products based on the current set of selected
attribute filters.
|
protected void |
Products.setProductListFilteredPrice(Products.Context ctx,
java.lang.String[] prcfilters)
Sets the current list of products based on the current entered price
filters.
|
protected void |
ProductSpecial.setRealtimeInfo(Products.Context ctx,
int begindex,
int endindex)
Sets the realtime data for a given set of products within the current
list of products.
|
protected void |
Products.setRealtimeInfo(Products.Context ctx,
int begindex,
int endindex)
Sets the realtime data for a given set of products within the current
list of products.
|
protected void |
ProductSearchResults.setRealtimeInfo(Products.Context ctx,
int begindex,
int endindex)
Sets the realtime data for a given set of products within the current
list of products.
|
protected void |
Products.setRealtimeInfo(Products.Context ctx,
int begindex,
int endindex,
java.lang.String snPgHstKey)
Sets the realtime data for a given set of products within the current
list of products.
|
protected void |
ProductSearchResults.setRealtimeInfo(Products.Context ctx,
int begindex,
int endindex,
java.lang.String snPgHstKey)
Sets the realtime data for a given set of products within the current
list of products.
|
protected boolean |
Products.setTemplateError(Products.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected void |
Products.setTemplateFavorites(Products.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the favorites data required by the html template. |
protected void |
Products.setTemplateFilters(Products.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the selectable attribute filters and entered price
filters data required by the html template. |
protected void |
ProductSearchResults.setTemplateFilters(Products.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the selectable attribute filters and entered price
filters data required by the html template. |
protected void |
ProductSpecial.setTemplateHeader(Products.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the page header data required by the html template. |
protected void |
Products.setTemplateHeader(Products.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the page header data required by the html template. |
protected void |
ProductSpecial.setTemplateListName(Products.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the list name data required by the html template. |
protected void |
Products.setTemplateListName(Products.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the list name data required by the html template. |
protected void |
ProductSearchResults.setTemplateListName(Products.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the list name data required by the html template. |
protected void |
Products.setTemplateProducts(Products.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the product data required by the html template. |
protected void |
Products.setTemplateRelatedProducts(Products.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the related products data required by the html template. |
protected void |
Products.setTemplateSubcategories(Products.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the subcategory data required by the html template. |