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.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 | Method and Description |
---|---|
Select |
CartLine.getOrderUomSelect()
(not persisted) Returns the order unit of measure html select for this line.
|
Select |
CartLine.getPriceUomSelect()
(not persisted) Returns the price unit of measure html select for this line.
|
protected Select |
ShipperController.getUISelect(java.util.ArrayList<Shipper> objlist,
java.lang.String code)
Returns an HTML
Select object that contains the shippers in the
given collection and has the given code as the preselected code in the set
of options. |
Select |
ManufacturerController.getUISelect(java.lang.String code)
Returns an HTML
Select object that contains all manufacturers and has
the given code as the preselected code in the set of options. |
Select |
CountryController.getUISelect(java.lang.String code)
Returns an HTML
Select object that contains all countries and has
the given code as the preselected code in the set of options. |
Select |
UnitMeasureController.getUISelect(java.lang.String code)
Returns an HTML
Select object that contains all units of measure and
has the given code as the preselected code in the set of options. |
Select |
LeadtimeController.getUISelect(java.lang.String code)
Returns an HTML
Select object that contains all lead times and has
the given code as the preselected code in the set of options. |
Select |
SecurityProfileController.getUISelect(java.lang.String code)
Returns an HTML
Select object that contains all security profiles
and has the given code as the preselected code in the set of options. |
Select |
SalesRepController.getUISelect(java.lang.String code,
boolean inclType)
Returns an HTML
Select object that contains all sales reps and has
the given code as the preselected code in the set of options. |
Select |
CategoryController.getUISelect(java.lang.String code,
boolean showcode)
Returns an HTML
Select object that contains all categories and has
the given code as the preselected code in the set of options. |
Select |
ProductAttributeDescriptorController.getUISelect(java.lang.String code,
Product product)
Returns an HTML
Select object that contains either all or unassigned
descriptors and has the given code as the preselected code in the set of
options. |
Select |
StateController.getUISelect(java.lang.String code,
java.lang.String cntry)
Returns an HTML
Select object that contains all states and has
the given code as the preselected code in the set of options. |
Select |
ShipperController.getUISelectAll(java.lang.String code)
Returns an HTML
Select object that contains all shippers and has
the given code as the preselected code in the set of options. |
Select |
ShipperController.getUISelectValid(java.lang.String country,
boolean isCommercial,
java.lang.String code)
Returns an HTML
Select object that contains shippers for a country
code and "is commercial" flag and has the given code as the preselected code
in the set of options. |
Modifier and Type | Method and Description |
---|---|
void |
CartLine.setOrderUomSelect(Select value)
(not persisted) Sets the order unit of measure html select for this line.
|
void |
CartLine.setPriceUomSelect(Select value)
(not persisted) Sets the price unit of measure html select for this line.
|
Modifier and Type | Method and Description |
---|---|
Select |
UserFavoritesHandler.getListUISelect(java.lang.String id)
Returns an HTML
Select object of the shopping user's favorites
lists with the given id preselected in the set of options. |
protected Select |
UnitMeasureHandler.getTemplateOrderUoms(Product product,
java.lang.String selectuom,
boolean showdescr)
Returns an HTML
Select object that contains the given product's
selectable order units of measure. |
protected Select |
UnitMeasureHandler.getTemplatePriceUoms(CartLine cartline,
java.lang.String selectuom,
boolean showdescr,
boolean showprice)
Returns an HTML
Select object that contains the given cart line's
selectable price units of measure. |
protected Select |
UnitMeasureHandler.getTemplatePriceUoms(Product product,
java.lang.String selectuom,
boolean showdescr,
boolean showprice)
Returns an HTML
Select object that contains the given product's
selectable price units of measure. |
Modifier and Type | Field and Description |
---|---|
private Select |
ProductSearch.SelectableAttribute.andors |
private Select |
ProductSearch.SelectableAttribute.values |
Modifier and Type | Method and Description |
---|---|
protected Select |
ConfirmOrder.getAdditionalEmails(ConfirmOrder.Context ctx,
java.util.ArrayList<java.lang.String> addrs,
java.util.ArrayList<java.lang.String> names,
int dftindex)
Parses the given collections of order placement interface email data into
an HTML select object and returns the results.
|
Select |
ProductSearch.SelectableAttribute.getAndOrs()
Returns the attribute's and/or selections.
|
Select |
ProductSearch.SelectableAttribute.getValues()
Returns the attribute's value selections.
|
Modifier and Type | Field and Description |
---|---|
private Select |
AdmProductImportBatchAddEdit.EditableData.andor
The editable data's and/or select object.
|
private Select |
AdmProductImportBatchAddEdit.EditableData.field
The editable data's field select object.
|
private Select |
AdmProductImportBatchAddEdit.EditableData.operand
The editable data's operand select object.
|
Modifier and Type | Method and Description |
---|---|
Select |
AdmProductImportBatchAddEdit.EditableData.getAndOr()
Returns the and/or select object.
|
Select |
AdmProductImportBatchAddEdit.EditableData.getField()
Returns the field select object.
|
Select |
AdmProductImportBatchAddEdit.EditableData.getOperand()
Returns the operand select object.
|