Uses of Interface
org.broadleafcommerce.core.catalog.domain.ProductOptionValue
Packages that use ProductOptionValue
Package
Description
-
Uses of ProductOptionValue in org.broadleafcommerce.core.catalog.dao
Methods in org.broadleafcommerce.core.catalog.dao that return ProductOptionValueModifier and TypeMethodDescriptionProductOptionDao.readProductOptionValueById(Long id) ProductOptionDaoImpl.readProductOptionValueById(Long id) -
Uses of ProductOptionValue in org.broadleafcommerce.core.catalog.domain
Classes in org.broadleafcommerce.core.catalog.domain that implement ProductOptionValueFields in org.broadleafcommerce.core.catalog.domain declared as ProductOptionValueModifier and TypeFieldDescriptionprotected ProductOptionValueSkuProductOptionValueXrefImpl.productOptionValueFields in org.broadleafcommerce.core.catalog.domain with type parameters of type ProductOptionValueModifier and TypeFieldDescriptionprotected List<ProductOptionValue>ProductOptionImpl.allowedValuesprotected Set<ProductOptionValue>SkuImpl.legacyProductOptionValuesMethods in org.broadleafcommerce.core.catalog.domain with type parameters of type ProductOptionValueModifier and TypeMethodDescription<G extends ProductOptionValue>
org.broadleafcommerce.common.copy.CreateResponse<G>ProductOptionValueImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) Methods in org.broadleafcommerce.core.catalog.domain that return ProductOptionValueModifier and TypeMethodDescriptionSkuProductOptionValueXref.getProductOptionValue()SkuProductOptionValueXrefImpl.getProductOptionValue()Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type ProductOptionValueModifier and TypeMethodDescriptionProductOption.getAllowedValues()Gets the available values that a user can select for this ProductOption.ProductOptionImpl.getAllowedValues()Sku.getProductOptionValues()Deprecated.SkuImpl.getProductOptionValues()Deprecated.Deprecated.useSku.getProductOptionValueXrefs()insteadSkuImpl.getProductOptionValuesCollection()Methods in org.broadleafcommerce.core.catalog.domain with parameters of type ProductOptionValueModifier and TypeMethodDescriptionvoidSkuProductOptionValueXref.setProductOptionValue(ProductOptionValue productOptionValue) voidSkuProductOptionValueXrefImpl.setProductOptionValue(ProductOptionValue productOptionValue) Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type ProductOptionValueModifier and TypeMethodDescriptionvoidProductOption.setAllowedValues(List<ProductOptionValue> allowedValues) Set the allowed values for this ProductOptionvoidProductOptionImpl.setAllowedValues(List<ProductOptionValue> allowedValues) voidSku.setProductOptionValues(List<ProductOptionValue> productOptionValues) Deprecated.voidSkuImpl.setProductOptionValues(List<ProductOptionValue> productOptionValues) Deprecated.voidSku.setProductOptionValuesCollection(Set<ProductOptionValue> productOptionValues) Deprecated.useSku.setProductOptionValueXrefs(Set)insteadvoidSkuImpl.setProductOptionValuesCollection(Set<ProductOptionValue> productOptionValues) Constructors in org.broadleafcommerce.core.catalog.domain with parameters of type ProductOptionValue -
Uses of ProductOptionValue in org.broadleafcommerce.core.catalog.domain.dto
Methods in org.broadleafcommerce.core.catalog.domain.dto that return ProductOptionValueMethods in org.broadleafcommerce.core.catalog.domain.dto with parameters of type ProductOptionValueModifier and TypeMethodDescriptionvoidAssignedProductOptionDTO.setProductOptionValue(ProductOptionValue productOptionValue) Constructors in org.broadleafcommerce.core.catalog.domain.dto with parameters of type ProductOptionValueModifierConstructorDescriptionAssignedProductOptionDTO(Long productId, String productOptionAttrName, ProductOptionValue productOptionValue, Sku sku) -
Uses of ProductOptionValue in org.broadleafcommerce.core.catalog.service
Methods in org.broadleafcommerce.core.catalog.service that return ProductOptionValueModifier and TypeMethodDescriptionCatalogService.findProductOptionValueById(Long productOptionValueId) CatalogServiceImpl.findProductOptionValueById(Long productOptionValueId)
Sku.getProductOptionValuesCollection()instead