Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProductSearch.limitSearchResults(ProductSearch.Context ctx)
Limits the size of the search results to the configured maximum allowed
and if necessary also retrieves products with stock.
|
protected void |
ProductSearch.logSearchRequest(ProductSearch.Context ctx,
java.util.ArrayList<java.lang.String[]> searchAttrs)
Logs the search request to the database.
|
protected void |
ProductSearch.setTemplateAttributes(ProductSearch.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the product data required by the html template. |
protected boolean |
ProductSearch.setTemplateError(ProductSearch.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|