| Package | Description |
|---|---|
| de.hybris.platform.promotionengineservices.action.impl | |
| de.hybris.platform.promotionengineservices.resource |
| Modifier and Type | Method and Description |
|---|---|
protected RuleBasedOrderAddProductActionModel |
DefaultAddProductToCartActionStrategy.createOrderAddProductAction(AbstractRuleActionRAO action,
int quantity,
ProductModel product,
PromotionResultModel promoResult) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractOrderEntryModel |
DefaultAddProductToCartActionStrategy.findMatchingGiveAwayEntry(AbstractOrderModel order,
RuleBasedOrderAddProductActionModel action) |
protected AbstractOrderEntryModel |
DefaultAddProductToCartActionStrategy.findOrderEntryForUndo(AbstractOrderModel order,
RuleBasedOrderAddProductActionModel action)
tries to find an order entry usable for the
DefaultAddProductToCartActionStrategy.undo(ItemModel) method based on matching product, quantity
and giveAway flag: First tries to match an order entry that is marked as giveAway with the same
product and quantity. |
protected AbstractOrderEntryModel |
DefaultAddProductToCartActionStrategy.getEntryWithMatchingProductAndQuantity(AbstractOrderModel order,
RuleBasedOrderAddProductActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
RuleBasedOrderAddProductActionModel |
RuleBasedOrderAddProductActionResource.getRuleBasedOrderAddProductActionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected RuleBasedOrderAddProductActionModel |
RuleBasedOrderAddProductActionResource.readResource(java.lang.String resourceId)
Gets the
RuleBasedOrderAddProductActionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<RuleBasedOrderAddProductActionModel> |
RuleBasedOrderAddProductActionsResource.getRuleBasedOrderAddProductActionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleBasedOrderAddProductActionResource.setRuleBasedOrderAddProductActionModel(RuleBasedOrderAddProductActionModel value)
Convenience method which just delegates to
#setResourceValue(RuleBasedOrderAddProductActionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleBasedOrderAddProductActionsResource.setRuleBasedOrderAddProductActionsCollection(java.util.Collection<RuleBasedOrderAddProductActionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.