| Modifier and Type | Method and Description |
|---|---|
ProductOption |
ProductOptionDaoImpl.readProductOptionById(Long id) |
ProductOption |
ProductOptionDao.readProductOptionById(Long id) |
ProductOption |
ProductOptionDaoImpl.saveProductOption(ProductOption option) |
ProductOption |
ProductOptionDao.saveProductOption(ProductOption option) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductOption> |
ProductOptionDaoImpl.readAllProductOptions() |
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 |
ProductOptionXrefImpl.productOption |
protected ProductOption |
ProductOptionValueImpl.productOption |
| Modifier and Type | Method and Description |
|---|---|
ProductOption |
ProductOptionValue.getProductOption()
Returns the associated ProductOption
|
ProductOption |
ProductOptionXrefImpl.getProductOption() |
ProductOption |
ProductOptionXref.getProductOption() |
ProductOption |
ProductOptionValueImpl.getProductOption() |
| Modifier and Type | Method and Description |
|---|---|
List<ProductOption> |
ProductImpl.getProductOptions() |
List<ProductOption> |
Product.getProductOptions()
Deprecated.
use getProductOptionXrefs instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductOptionValue.setProductOption(ProductOption productOption)
Sets the associated product option.
|
void |
ProductOptionXrefImpl.setProductOption(ProductOption productOption) |
void |
ProductOptionXref.setProductOption(ProductOption productOption) |
void |
ProductOptionValueImpl.setProductOption(ProductOption productOption) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductImpl.setProductOptions(List<ProductOption> productOptions) |
void |
Product.setProductOptions(List<ProductOption> productOptions)
Deprecated.
use setProductOptionXrefs instead
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
ProductOptionEntityExtensionHandler.getProductXrefs(ProductOption delegate,
ExtensionResultHolder resultHolder) |
| Modifier and Type | Method and Description |
|---|---|
ProductOption |
CatalogServiceImpl.findProductOptionById(Long productOptionId) |
ProductOption |
CatalogService.findProductOptionById(Long productOptionId) |
ProductOption |
CatalogServiceImpl.saveProductOption(ProductOption option) |
ProductOption |
CatalogService.saveProductOption(ProductOption option) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductOption> |
CatalogServiceImpl.readAllProductOptions() |
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 |
|---|---|
Boolean |
ProductOptionValidationService.validate(ProductOption productOption,
String value) |
Boolean |
ProductOptionValidationServiceImpl.validate(ProductOption productOption,
String value) |
Copyright © 2014. All Rights Reserved.