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 voidProductImportBatchHandler.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. -
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 TypeMethodDescriptionintAttributeChoiceValue.compareTo(AttributeChoiceValue o) Order by thedisplayOrderand then the label with nulls lastMethod parameters in com.broadleafcommerce.catalog.domain.product.option with type arguments of type AttributeChoiceValueModifier and TypeMethodDescriptionvoidAttributeChoice.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)