| Package | Description |
|---|---|
| de.hybris.platform.configurablebundlecockpits.services.label.impl | |
| de.hybris.platform.configurablebundleservices.bundle | |
| de.hybris.platform.configurablebundleservices.bundle.impl | |
| de.hybris.platform.configurablebundleservices.model |
Contains generated models for each type of de.hybris.platform.configurablebundleservices.jalo package.
|
| de.hybris.platform.configurablebundleservices.resource |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DisableProductBundleRuleLabelProvider.getItemLabel(DisableProductBundleRuleModel disableProductRule) |
| Modifier and Type | Method and Description |
|---|---|
DisableProductBundleRuleModel |
BundleRuleService.getDisableRuleForBundleProduct(AbstractOrderModel masterAbstractOrder,
ProductModel product,
BundleTemplateModel bundleTemplate,
int bundleNo,
boolean ignoreCurrentProducts)
Returns a
DisableProductBundleRuleModel valid for the given product ignoring products
ignoreProducts in the cart. |
DisableProductBundleRuleModel |
BundleRuleService.getDisableRuleForBundleProduct(BundleTemplateModel bundleTemplate,
ProductModel product1,
ProductModel product2)
Returns a
DisableProductBundleRuleModel which does not allow that the given products product1
and product2 are added together to a bundle. |
| Modifier and Type | Method and Description |
|---|---|
DisableProductBundleRuleModel |
DefaultBundleRuleService.getDisableRuleForBundleProduct(AbstractOrderModel masterAbstractOrder,
ProductModel product,
BundleTemplateModel bundleTemplate,
int bundleNo,
boolean ignoreCurrentProducts) |
DisableProductBundleRuleModel |
DefaultBundleRuleService.getDisableRuleForBundleProduct(BundleTemplateModel bundleTemplate,
ProductModel product1,
ProductModel product2) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultBundleCommerceCartService.createMessageForDisableRule(DisableProductBundleRuleModel disableRule,
ProductModel product) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DisableProductBundleRuleModel> |
BundleTemplateModel.getDisableProductBundleRules()
Generated method - Getter of the
BundleTemplate.disableProductBundleRules attribute defined at extension configurablebundleservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleTemplateModel.setDisableProductBundleRules(Collection<DisableProductBundleRuleModel> value)
Generated method - Setter of
BundleTemplate.disableProductBundleRules attribute defined at extension configurablebundleservices. |
| Modifier and Type | Method and Description |
|---|---|
DisableProductBundleRuleModel |
DisableProductBundleRuleResource.getDisableProductBundleRuleModel()
Convenience method which just delegates to
#getResourceValue() |
protected DisableProductBundleRuleModel |
DisableProductBundleRuleResource.readResource(String resourceId)
Gets the
DisableProductBundleRuleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<DisableProductBundleRuleModel> |
DisableProductBundleRulesResource.getDisableProductBundleRulesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DisableProductBundleRuleResource.setDisableProductBundleRuleModel(DisableProductBundleRuleModel value)
Convenience method which just delegates to
#setResourceValue(DisableProductBundleRuleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DisableProductBundleRulesResource.setDisableProductBundleRulesCollection(Collection<DisableProductBundleRuleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.