| Modifier and Type | Method and Description |
|---|---|
List<List<ProductOptionValue>> |
AdminCatalogRemoteService.generatePermutations(int currentTypeIndex,
List<ProductOptionValue> currentPermutation,
List<ProductOption> options)
Generates all the possible permutations for the combinations of given ProductOptions
|
| Modifier and Type | Method and Description |
|---|---|
List<List<ProductOptionValue>> |
AdminCatalogRemoteService.generatePermutations(int currentTypeIndex,
List<ProductOptionValue> currentPermutation,
List<ProductOption> options)
Generates all the possible permutations for the combinations of given ProductOptions
|
| Modifier and Type | Method and Description |
|---|---|
static Property |
SkuCustomPersistenceHandler.getConsolidatedOptionProperty(List<ProductOptionValue> values)
Returns a
Property filled out with a delimited list of the values that are passed in. |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductOptionValueWrapper.wrap(ProductOptionValue model,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2014. All rights reserved.