Uses of Class
com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
Package
Description
-
Uses of SpecificItemChoice in com.broadleafcommerce.cartoperation.domain
Modifier and TypeMethodDescriptionItemChoice.getSpecificChoices()
If theItemChoice.selectionType
isItemChoiceTargetType.SPECIFIC_PRODUCTS
orItemChoiceTargetType.SPECIFIC_VARIANTS
this holds the manually-curated options that the customer can choose from.Modifier and TypeMethodDescriptionvoid
ItemChoice.setSpecificItemChoice
(SpecificItemChoice specificItemChoice) Modifier and TypeMethodDescriptionvoid
ItemChoice.setSpecificChoices
(List<SpecificItemChoice> specificChoices) If theItemChoice.selectionType
isItemChoiceTargetType.SPECIFIC_PRODUCTS
orItemChoiceTargetType.SPECIFIC_VARIANTS
this holds the manually-curated options that the customer can choose from. -
Uses of SpecificItemChoice in com.broadleafcommerce.cartoperation.service.configuration
Modifier and TypeMethodDescriptionprotected boolean
DefaultItemChoiceConfigurationService.isDiscountAllowed
(@NonNull ItemChoice itemChoice, SpecificItemChoice specificItemChoice)