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.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<ProductAttributeDescriptor> |
DBO.PRODATRD
The product attribute descriptor object class.
|
Modifier and Type | Method and Description |
---|---|
ProductAttributeDescriptor |
ProductAttributeDescriptorController.get(java.lang.String code)
Returns the descriptor record for a descriptor code.
|
ProductAttributeDescriptor |
ProductAttribute.getDescriptor(FlashServletContext ctx)
Returns the attribute descriptor.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ProductAttributeDescriptor> |
ProductAttributeDescriptorController.getAll()
Returns a collection of all records in the table associated with the
controller.
|
java.util.ArrayList<ProductAttributeDescriptor> |
ProductAttributeDescriptorController.getSearchable()
Returns a collection of searchable descriptor records.
|
java.util.ArrayList<ProductAttributeDescriptor> |
ProductAttributeDescriptorController.getUnassigned(Product product)
Returns a collection of unassigned descriptor records for a product.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProductAttributeDescriptorController.delete(ProductAttributeDescriptor obj)
Deletes an existing record from the table associated with the controller.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LuceneIndexer.addToSiteAttrs(ProductAttributeDescriptor pad,
ProductAttribute pa)
Adds the given product attribute descriptor and product attribute to the
sorted collection of searchable attributes.
|
Modifier and Type | Field and Description |
---|---|
private ProductAttributeDescriptor |
ProductAttributeImport.ivAttribute
A product attribute descriptor object.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<ProductAttributeDescriptor> |
ProductAttributeImport.ivAttributes
A cache of all product attribute descriptors.
|
Modifier and Type | Field and Description |
---|---|
private ProductAttributeDescriptor |
ProductSearch.SelectableAttribute.descriptor |
Modifier and Type | Method and Description |
---|---|
ProductAttributeDescriptor |
ProductSearch.SelectableAttribute.getDescriptor()
Returns the attribute's descriptor.
|
Constructor and Description |
---|
SelectableAttribute(ProductAttributeDescriptor pad,
java.util.ArrayList<java.lang.String[]> values)
Constructs a new selectable attribute.
|
Modifier and Type | Field and Description |
---|---|
protected ProductAttributeDescriptor |
AdmProductAttributeDescrAddEdit.Context.dbObject
The current object being added or edited.
|
protected ProductAttributeDescriptor |
AdmProductAttributeDescrSelect.Context.selectObj
The current selected object.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<ProductAttributeDescriptor> |
AdmProductAttributeDescrAddEdit.Context.selectList
The select servlet's current list of selection objects.
|
protected java.util.ArrayList<ProductAttributeDescriptor> |
AdmProductAttributeDescrSelect.Context.selectList
The current list of selection objects.
|