| 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.
|
| com.dpslink.flash.imports |
DPS Flash specific parsers and processors for importing data from delimited text files or from Excel spreadsheet files.
|
| com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<FavoritesDescriptor> |
DBO.FAVDESC
The favorites descriptor object class.
|
| Modifier and Type | Method and Description |
|---|---|
FavoritesDescriptor |
FavoritesDescriptorController.get(java.lang.String id)
Returns the favorites descriptor record for the given id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<FavoritesDescriptor> |
FavoritesDescriptorController.getUser(java.lang.String userId)
Returns a collection of favorites descriptor records for the given user id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.TreeSet<FavoritesDescriptor> |
UserFavoritesHandler.getDescriptors()
Returns the shopping user's current set of favorites descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserFavoritesHandler.addList(FavoritesDescriptor fd)
Addes a new favorites list for the shopping user and then makes the new
list the shopping user's current favorites list.
|
boolean |
UserFavoritesHandler.copyList(FavoritesDescriptor fd,
User user)
Copies an existing favorites list from one user to another.
|
boolean |
UserFavoritesHandler.updateList(FavoritesDescriptor fd)
Updates the current favorites list for the shopping user.
|
| Modifier and Type | Field and Description |
|---|---|
private FavoritesDescriptor |
UserImport.ivFavoritesDesc
A favorites descriptor object.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<FavoritesDescriptor> |
UserImport.ivFavoritesDescs
A cache of all favorites descriptors.
|
| Modifier and Type | Field and Description |
|---|---|
protected FavoritesDescriptor |
FavoriteAddEdit.Context.dbObject
The current object being added or edited.
|
| Modifier and Type | Field and Description |
|---|---|
private FavoritesDescriptor |
AdmUserFavoritesCopy.ValidList.desc
The favorites descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
FavoritesDescriptor |
AdmUserFavoritesCopy.ValidList.getDescriptor()
Returns the favorites descriptor.
|
| Constructor and Description |
|---|
ValidList(FavoritesDescriptor desc,
boolean selected,
boolean duplicate,
boolean cartEmpty)
Constructs a new valid user favorites list.
|