Uses of Class
com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
Packages that use SpecificItemChoice Package Description com.broadleafcommerce.cartoperation.domain com.broadleafcommerce.cartoperation.service.configuration -
-
Uses of SpecificItemChoice in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return SpecificItemChoice Modifier and Type Method Description SpecificItemChoice
ItemChoice. getSpecificItemChoice()
Methods in com.broadleafcommerce.cartoperation.domain that return types with arguments of type SpecificItemChoice Modifier and Type Method Description List<SpecificItemChoice>
ItemChoice. getSpecificChoices()
If theItemChoice.selectionType
isItemChoiceTargetType.SPECIFIC_PRODUCTS
orItemChoiceTargetType.SPECIFIC_VARIANTS
this holds the manually-curated options that the customer can choose from.Methods in com.broadleafcommerce.cartoperation.domain with parameters of type SpecificItemChoice Modifier and Type Method Description void
ItemChoice. setSpecificItemChoice(SpecificItemChoice specificItemChoice)
Method parameters in com.broadleafcommerce.cartoperation.domain with type arguments of type SpecificItemChoice Modifier and Type Method Description void
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
Methods in com.broadleafcommerce.cartoperation.service.configuration with parameters of type SpecificItemChoice Modifier and Type Method Description protected boolean
DefaultItemChoiceConfigurationService. isDiscountAllowed(@NonNull ItemChoice itemChoice, SpecificItemChoice specificItemChoice)
-