Package | Description |
---|---|
com.broadleafcommerce.cartoperation.domain | |
com.broadleafcommerce.cartoperation.service.configuration |
Modifier and Type | Method and Description |
---|---|
SpecificItemChoice |
ItemChoice.getSpecificItemChoice() |
Modifier and Type | Method and Description |
---|---|
List<SpecificItemChoice> |
ItemChoice.getSpecificChoices()
If the
ItemChoice.selectionType is ItemChoiceTargetType.SPECIFIC_PRODUCTS or
ItemChoiceTargetType.SPECIFIC_VARIANTS this holds the manually-curated options that
the customer can choose from. |
Modifier and Type | Method and Description |
---|---|
void |
ItemChoice.setSpecificItemChoice(SpecificItemChoice specificItemChoice) |
Modifier and Type | Method and Description |
---|---|
void |
ItemChoice.setSpecificChoices(List<SpecificItemChoice> specificChoices)
If the
ItemChoice.selectionType is ItemChoiceTargetType.SPECIFIC_PRODUCTS or
ItemChoiceTargetType.SPECIFIC_VARIANTS this holds the manually-curated options that
the customer can choose from. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultItemChoiceConfigurationService.isDiscountAllowed(@NonNull ItemChoice itemChoice,
SpecificItemChoice specificItemChoice) |
Copyright © 2021. All rights reserved.