Uses of Class
com.broadleafcommerce.catalog.domain.product.option.AttributeChoiceValue
Packages that use AttributeChoiceValue
Package
Description
-
Uses of AttributeChoiceValue in com.broadleafcommerce.catalog.dataexport.converter
Methods in com.broadleafcommerce.catalog.dataexport.converter with parameters of type AttributeChoiceValueModifier and TypeMethodDescriptionAttributeChoiceValueExportRowConverter.convert
(AttributeChoiceValue source) -
Uses of AttributeChoiceValue in com.broadleafcommerce.catalog.dataimport
Method parameters in com.broadleafcommerce.catalog.dataimport with type arguments of type AttributeChoiceValueModifier and TypeMethodDescriptionprotected void
ProductImportBatchHandler.setAttributeChoiceAllowedValues
(ProductOption productOption, List<AttributeChoiceValue> allowedValues) Deprecated. -
Uses of AttributeChoiceValue in com.broadleafcommerce.catalog.dataimport.converter
Methods in com.broadleafcommerce.catalog.dataimport.converter that return AttributeChoiceValueModifier and TypeMethodDescriptionAttributeChoiceValueConverter.convert
(com.broadleafcommerce.common.dataimport.messaging.BatchRecord source) Deprecated.protected AttributeChoiceValue
ProductRowConverter.initializeAttributeChoiceValue
(String label, String value, Integer displayOrder) Methods in com.broadleafcommerce.catalog.dataimport.converter that return types with arguments of type AttributeChoiceValueModifier and TypeMethodDescriptionprotected List<AttributeChoiceValue>
ProductRowConverter.parseAttributeChoiceAllowedValuesForOption
(Map<String, String> givenOptionPropertyMap, com.broadleafcommerce.common.dataimport.messaging.BatchRecord productRecord) -
Uses of AttributeChoiceValue in com.broadleafcommerce.catalog.domain.product.option
Methods in com.broadleafcommerce.catalog.domain.product.option that return types with arguments of type AttributeChoiceValueModifier 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.Methods in com.broadleafcommerce.catalog.domain.product.option with parameters of type AttributeChoiceValueModifier and TypeMethodDescriptionint
AttributeChoiceValue.compareTo
(AttributeChoiceValue o) Order by thedisplayOrder
and then the label with nulls lastMethod parameters in com.broadleafcommerce.catalog.domain.product.option with type arguments of type AttributeChoiceValueModifier 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
Methods in com.broadleafcommerce.catalog.service.option that return types with arguments of type AttributeChoiceValueModifier and TypeMethodDescriptionprotected List<AttributeChoiceValue>
ProductOptionValueCombinationService.getValues
(@NonNull ProductOption option, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)