| 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.search |
DPS Flash specific product search indexing and product search processing classes.
|
| com.dpslink.flash.db.util |
DPS Flash specific database related handlers and background processing tasks.
|
| com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
| com.dpslink.flash.util |
DPS Flash specific utility helper classes used throughout all other
com.dpslink.flash classes. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProductController.getAutoCompleteCodes(UserCatalogVerifier verifier,
Product product,
java.util.TreeMap<java.lang.String,java.lang.String> codes,
int codetype)
A companion helper method for the public
getAutoCompleteCodes
method. |
protected void |
ProductController.getAutoCompleteUoms(UserCatalogVerifier verifier,
Product product,
java.util.ArrayList<java.lang.String[]> uoms)
A companion helper method for the public
getAutoCompleteUoms
method. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.ArrayList<java.lang.String> |
ProductSearch2.verifyProductCodes(UserCatalogVerifier ucv,
java.util.ArrayList<java.lang.String> prodCodes)
Verifies that each product code within the given collection of product codes
is in the session user's catalog and/or in the user's set of permits and
returns a collection that contains only the product codes that pass the
verification.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<UserCatalogVerifier> |
DBU.USERCAT
The user catalog verifier object class.
|
| Modifier and Type | Method and Description |
|---|---|
UserCatalogVerifier |
FlashServletContext.getCatalogVerifier()
Returns the current session's user catalog verifier.
|
UserCatalogVerifier |
FlashServlet.Context.getCatalogVerifier()
Returns the current session's user catalog verifier.
|
| Modifier and Type | Method and Description |
|---|---|
UserCatalogVerifier |
ThreadServletContext.getCatalogVerifier()
Returns the context's user catalog verifier.
|