| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.dao | |
| org.broadleafcommerce.core.catalog.domain | |
| org.broadleafcommerce.core.catalog.service |
| Modifier and Type | Method and Description |
|---|---|
ProductOptionValue |
ProductOptionDaoImpl.readProductOptionValueById(Long id) |
ProductOptionValue |
ProductOptionDao.readProductOptionValueById(Long id) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductOptionValueImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<ProductOptionValue> |
ProductOptionImpl.allowedValues |
protected List<ProductOptionValue> |
SkuImpl.productOptionValues |
| Modifier and Type | Method and Description |
|---|---|
List<ProductOptionValue> |
ProductOptionImpl.getAllowedValues() |
List<ProductOptionValue> |
ProductOption.getAllowedValues()
Gets the available values that a user can select for this ProductOption.
|
List<ProductOptionValue> |
SkuImpl.getProductOptionValues() |
List<ProductOptionValue> |
Sku.getProductOptionValues()
Gets the ProductOptionValues used to map to this Sku.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductOptionImpl.setAllowedValues(List<ProductOptionValue> allowedValues) |
void |
ProductOption.setAllowedValues(List<ProductOptionValue> allowedValues)
Set the allowed values for this ProductOption
|
void |
SkuImpl.setProductOptionValues(List<ProductOptionValue> productOptionValues) |
void |
Sku.setProductOptionValues(List<ProductOptionValue> productOptionValues)
Sets the ProductOptionValues that should be mapped to this Sku
|
| Modifier and Type | Method and Description |
|---|---|
ProductOptionValue |
CatalogServiceImpl.findProductOptionValueById(Long productOptionValueId) |
ProductOptionValue |
CatalogService.findProductOptionValueById(Long productOptionValueId) |
Copyright © 2014. All Rights Reserved.