| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain | |
| org.broadleafcommerce.core.web.api.wrapper |
| Modifier and Type | Field and Description |
|---|---|
protected Weight |
SkuImpl.weight |
| Modifier and Type | Method and Description |
|---|---|
Weight |
SkuImpl.getWeight() |
Weight |
ProductImpl.getWeight() |
Weight |
Sku.getWeight()
Gets the embedded Weight for this Sku
|
Weight |
Product.getWeight()
Returns the weight of the 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.setWeight(Weight weight) |
void |
ProductImpl.setWeight(Weight weight) |
void |
Sku.setWeight(Weight weight)
Sets the embedded Weight for this Sku
|
void |
Product.setWeight(Weight weight)
Sets the product weight
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 |
|---|---|
Weight |
WeightWrapper.unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
WeightWrapper.wrapDetails(Weight model,
javax.servlet.http.HttpServletRequest request) |
void |
WeightWrapper.wrapSummary(Weight model,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2015. All rights reserved.