Uses of Class
com.broadleafcommerce.catalog.domain.product.option.AttributeChoiceValue
Package
Description
-
Uses of AttributeChoiceValue in com.broadleafcommerce.catalog.dataexport.converter
Modifier and TypeMethodDescriptionAttributeChoiceValueExportRowConverter.convert
(AttributeChoiceValue source) -
Uses of AttributeChoiceValue in com.broadleafcommerce.catalog.dataimport
Modifier and TypeMethodDescriptionprotected void
ProductImportBatchHandler.setAttributeChoiceAllowedValues
(ProductOption productOption, List<AttributeChoiceValue> allowedValues) Deprecated. -
Uses of AttributeChoiceValue in com.broadleafcommerce.catalog.dataimport.converter
Modifier and TypeMethodDescriptionAttributeChoiceValueConverter.convert
(com.broadleafcommerce.common.dataimport.messaging.BatchRecord source) Deprecated. -
Uses of AttributeChoiceValue in com.broadleafcommerce.catalog.domain.product.option
Modifier and TypeMethodDescriptionAttributeChoice.getAllowedValues()
Gives the customer more structured input to fill out their option, which can drive a select field or a color picker with particular colors.Modifier and TypeMethodDescriptionint
AttributeChoiceValue.compareTo
(AttributeChoiceValue o) Order by thedisplayOrder
and then the label with nulls lastModifier and TypeMethodDescriptionvoid
AttributeChoice.setAllowedValues
(List<AttributeChoiceValue> allowedValues) Gives the customer more structured input to fill out their option, which can drive a select field or a color picker with particular colors. -
Uses of AttributeChoiceValue in com.broadleafcommerce.catalog.service.option
Modifier and TypeMethodDescriptionprotected List<AttributeChoiceValue>
ProductOptionValueCombinationService.getValues
(@NonNull ProductOption option, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)