| Interface | Description |
|---|---|
| Category |
Implementations of this interface are used to hold data about a Category.
|
| CategoryAttribute | |
| CategoryProductXref |
Implementations of this interface are used to hold data about the many-to-many relationship between
the Category table and the Product table.
|
| CategoryXref | |
| FeaturedProduct | |
| Product |
Implementations of this interface are used to hold data for a Product.
|
| ProductAttribute |
The Interface ProductAttribute.
|
| ProductBundle |
Default implementation for representing a bundle that can be sold
individually.
|
| ProductOption |
A product option represents a value that is entered to specify more information about
a product prior to entering into the cart.
|
| ProductOptionValue |
Stores the values for a given product option.
|
| PromotableProduct | |
| RelatedProduct | |
| Sku |
Implementations of this interface are used to hold data about a SKU.
|
| SkuAttribute |
Implementations of this interface are used to hold data about a SKU's Attributes.
|
| SkuBundleItem |
Represents the
Sku being sold in a bundle along with metadata
about the relationship itself like how many items should be included in the
bundle |
| SkuFee |
Used to represent Sku-specific surcharges when fulfilling this item.
|
| Class | Description |
|---|---|
| CategoryAttributeImpl | |
| CategoryImpl | |
| CategoryProductXrefImpl |
The Class CategoryProductXrefImpl is the default implmentation of
Category. |
| CategoryProductXrefImpl.CategoryProductXrefPk | |
| CategoryXrefImpl |
The Class CategoryXrefImpl is for testing purposes only.
|
| CategoryXrefImpl.CategoryXrefPK | |
| CrossSaleProductImpl | |
| Dimension | |
| FeaturedProductImpl | |
| ProductAttributeImpl |
The Class ProductAttributeImpl.
|
| ProductBundleComparator |
Created by bpolster.
|
| ProductBundleImpl | |
| ProductImpl |
The Class ProductImpl is the default implementation of
Product. |
| ProductOptionImpl | |
| ProductOptionValueImpl | |
| RelatedProductDTO | |
| RelatedProductTypeEnum |
Extensible enumeration indicating types of product relations such as upsell, crosssell, or featured.
|
| SkuAttributeImpl |
The Class SkuAttributeImpl is the default implementation of
SkuAttribute. |
| SkuBundleItemImpl | |
| SkuFeeImpl | |
| SkuImpl |
The Class SkuImpl is the default implementation of
Sku. |
| UpSaleProductImpl | |
| Weight |
Copyright © 2014. All Rights Reserved.