| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain | |
| org.broadleafcommerce.core.web.api.wrapper |
| Modifier and Type | Field and Description |
|---|---|
protected Dimension |
SkuImpl.dimension |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
SkuImpl.getDimension() |
Dimension |
ProductImpl.getDimension() |
Dimension |
Sku.getDimension()
Get the dimensions for this Sku
|
Dimension |
Product.getDimension()
Returns the
Dimension for this product
Note: this is a convenience method that merely serves as a pass-through to the same method via Product.getDefaultSku() |
| Modifier and Type | Method and Description |
|---|---|
void |
SkuImpl.setDimension(Dimension dimension) |
void |
ProductImpl.setDimension(Dimension dimension) |
void |
Sku.setDimension(Dimension dimension)
Sets the embedded Dimension for this Sku
|
void |
Product.setDimension(Dimension dimension)
Sets the
Dimension for this product
Note: this is a convenience method that merely serves as a pass-through to the same method via Product.getDefaultSku() |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
DimensionWrapper.unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DimensionWrapper.wrapDetails(Dimension model,
javax.servlet.http.HttpServletRequest request) |
void |
DimensionWrapper.wrapSummary(Dimension model,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2015. All rights reserved.