| Package | Description |
|---|---|
| de.hybris.platform.configurablebundlecockpits.services.label.impl | |
| de.hybris.platform.configurablebundlefacades.converters.populator | |
| 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 java.lang.String |
DisableProductBundleRuleLabelProvider.getItemLabel(DisableProductBundleRuleModel disableProductRule) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<DisableProductBundleRuleModel> |
ProductBundleDisablePopulator.getDisableProductBundleRules(java.util.Collection<AbstractBundleRuleModel> rules)
Helper method used to filter out the BundleRules to get all the DisableProductBundleRules from the given
AbstractBundleRuleModel.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<java.lang.String> |
ProductBundleDisablePopulator.getDisableProducts(java.util.Collection<DisableProductBundleRuleModel> disableRules,
ProductBundleDisablePopulator.TargetType targetType)
Method to extract the product code that are eligible to apply disable rule
|
| Modifier and Type | Method and Description |
|---|---|
DisableProductBundleRuleModel |
BundleRuleService.getDisableRuleForBundleProduct(AbstractOrderModel masterAbstractOrder,
ProductModel product,
BundleTemplateModel bundleTemplate,
int bundleNo,
boolean ignoreCurrentProducts)
Deprecated.
since 6.5 - bundleNo parameter is deprecated, should be replaced with entry groups
|
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 |
|---|---|
java.util.List<DisableProductBundleRuleModel> |
BundleRuleService.getDisableProductBundleRules(ProductModel product,
EntryGroup entryGroup,
AbstractOrderModel order)
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
BundleRuleService.createMessageForDisableRule(DisableProductBundleRuleModel disableRule,
ProductModel product)
Generates the message explaining why given product is disabled with specific rule.
|
| Modifier and Type | Method and Description |
|---|---|
DisableProductBundleRuleModel |
DefaultBundleCommerceRuleService.getDisableRuleForBundleProduct(AbstractOrderModel masterAbstractOrder,
ProductModel product,
BundleTemplateModel bundleTemplate,
int bundleNo,
boolean ignoreCurrentProducts) |
DisableProductBundleRuleModel |
DefaultBundleCommerceRuleService.getDisableRuleForBundleProduct(BundleTemplateModel bundleTemplate,
ProductModel product1,
ProductModel product2) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DisableProductBundleRuleModel> |
DefaultBundleCommerceRuleService.getDisableProductBundleRules(ProductModel product,
EntryGroup entryGroup,
AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DefaultBundleCommerceRuleService.createMessageForDisableRule(DisableProductBundleRuleModel disableRule,
ProductModel product) |
java.lang.String |
DefaultBundleRuleService.createMessageForDisableRule(DisableProductBundleRuleModel disableRule,
ProductModel product) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.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
AbstractResource.getResourceValue() |
protected DisableProductBundleRuleModel |
DisableProductBundleRuleResource.readResource(java.lang.String resourceId)
Gets the
DisableProductBundleRuleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DisableProductBundleRuleModel> |
DisableProductBundleRulesResource.getDisableProductBundleRulesCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<DisableProductBundleRuleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.