| Modifier and Type | Method and Description |
|---|---|
ProductOption |
ProductOptionDaoImpl.readProductOptionById(java.lang.Long id) |
ProductOption |
ProductOptionDao.readProductOptionById(java.lang.Long id) |
ProductOption |
ProductOptionDaoImpl.saveProductOption(ProductOption option) |
ProductOption |
ProductOptionDao.saveProductOption(ProductOption option) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProductOption> |
ProductOptionDaoImpl.readAllProductOptions() |
java.util.List<ProductOption> |
ProductOptionDao.readAllProductOptions() |
| Modifier and Type | Method and Description |
|---|---|
ProductOption |
ProductOptionDaoImpl.saveProductOption(ProductOption option) |
ProductOption |
ProductOptionDao.saveProductOption(ProductOption option) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductOptionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ProductOption |
ProductOptionValueImpl.productOption |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ProductOption> |
ProductImpl.productOptions |
| Modifier and Type | Method and Description |
|---|---|
ProductOption |
ProductOptionValue.getProductOption()
Returns the associated ProductOption
|
ProductOption |
ProductOptionValueImpl.getProductOption() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProductOption> |
ProductImpl.getProductOptions() |
java.util.List<ProductOption> |
Product.getProductOptions()
The available
ProductOptions for this Product. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductOptionValue.setProductOption(ProductOption productOption)
Sets the associated product option.
|
void |
ProductOptionValueImpl.setProductOption(ProductOption productOption) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductImpl.setProductOptions(java.util.List<ProductOption> productOptions) |
void |
Product.setProductOptions(java.util.List<ProductOption> productOptions)
Sets the list of available ProductOptions for this Product
|
| Modifier and Type | Method and Description |
|---|---|
ProductOption |
CatalogServiceImpl.findProductOptionById(java.lang.Long productOptionId) |
ProductOption |
CatalogService.findProductOptionById(java.lang.Long productOptionId) |
ProductOption |
CatalogServiceImpl.saveProductOption(ProductOption option) |
ProductOption |
CatalogService.saveProductOption(ProductOption option) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProductOption> |
CatalogServiceImpl.readAllProductOptions() |
java.util.List<ProductOption> |
CatalogService.readAllProductOptions() |
| Modifier and Type | Method and Description |
|---|---|
ProductOption |
CatalogServiceImpl.saveProductOption(ProductOption option) |
ProductOption |
CatalogService.saveProductOption(ProductOption option) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
ProductOptionValidationService.validate(ProductOption productOption,
java.lang.String value) |
java.lang.Boolean |
ProductOptionValidationServiceImpl.validate(ProductOption productOption,
java.lang.String value) |
Copyright © 2018. All Rights Reserved.