| Package | Description |
|---|---|
| de.hybris.platform.commercefacades.promotion.impl | |
| de.hybris.platform.commerceservices.promotion | |
| de.hybris.platform.commerceservices.promotion.dao | |
| de.hybris.platform.commerceservices.promotion.dao.impl | |
| de.hybris.platform.commerceservices.promotion.impl | |
| de.hybris.platform.commerceservices.resource.promotions | |
| de.hybris.platform.core.model.order |
Contains generated models for each type of de.hybris.platform.jalo.order package.
|
| Modifier and Type | Field and Description |
|---|---|
protected PromotionOrderRestrictionModel |
DefaultCommercePromotionRestrictionFacadeTest.promotionOrderRestrictionModel |
| Modifier and Type | Method and Description |
|---|---|
PromotionOrderRestrictionModel |
CommercePromotionRestrictionService.getPromotionOrderRestriction(AbstractPromotionModel promotion)
Gets the
PromotionOrderRestrictionModel instance for AbstractPromotionModel if exists. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommercePromotionRestrictionService.addOrderToRestriction(PromotionOrderRestrictionModel restriction,
AbstractOrderModel order)
Adds unique order to
PromotionOrderRestrictionModel |
void |
CommercePromotionRestrictionService.removeOrderFromRestriction(PromotionOrderRestrictionModel restriction,
AbstractOrderModel order)
Removes order from
PromotionOrderRestrictionModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PromotionOrderRestrictionModel> |
CommercePromotionRestrictionDao.findPromotionOrderRestriction(AbstractPromotionModel promotion)
Finds all order promotion restrictions of given promotion
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PromotionOrderRestrictionModel> |
DefaultCommercePromotionRestrictionDao.findPromotionOrderRestriction(AbstractPromotionModel promotion) |
| Modifier and Type | Field and Description |
|---|---|
protected PromotionOrderRestrictionModel |
DefaultCommercePromotionRestrictionServiceTest.promotionOrderRestrictionModel |
protected PromotionOrderRestrictionModel |
DefaultCommercePromotionRestrictionServiceTest.promotionOrderRestrictionModelImpl |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PromotionOrderRestrictionModel> |
DefaultCommercePromotionRestrictionServiceTest.promotionOrderRestrictionList |
| Modifier and Type | Method and Description |
|---|---|
PromotionOrderRestrictionModel |
DefaultCommercePromotionRestrictionService.getPromotionOrderRestriction(AbstractPromotionModel promotion) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCommercePromotionRestrictionService.addOrderToRestriction(PromotionOrderRestrictionModel restriction,
AbstractOrderModel order) |
protected boolean |
DefaultCommercePromotionRestrictionService.isOrderInRestriction(PromotionOrderRestrictionModel restriction,
AbstractOrderModel order) |
void |
DefaultCommercePromotionRestrictionService.removeOrderFromRestriction(PromotionOrderRestrictionModel restriction,
AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
PromotionOrderRestrictionModel |
PromotionOrderRestrictionResource.getPromotionOrderRestrictionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected PromotionOrderRestrictionModel |
PromotionOrderRestrictionResource.readResource(java.lang.String resourceId)
Gets the
PromotionOrderRestrictionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PromotionOrderRestrictionModel> |
PromotionOrderRestrictionsResource.getPromotionOrderRestrictionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionOrderRestrictionResource.setPromotionOrderRestrictionModel(PromotionOrderRestrictionModel value)
Convenience method which just delegates to
#setResourceValue(PromotionOrderRestrictionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionOrderRestrictionsResource.setPromotionOrderRestrictionsCollection(java.util.Collection<PromotionOrderRestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PromotionOrderRestrictionModel> |
AbstractOrderModel.getPromotionOrderRestrictions()
Generated method - Getter of the
AbstractOrder.promotionOrderRestrictions attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderModel.setPromotionOrderRestrictions(java.util.Collection<PromotionOrderRestrictionModel> value)
Generated method - Setter of
AbstractOrder.promotionOrderRestrictions attribute defined at extension commerceservices. |
Copyright © 2018 SAP SE. All Rights Reserved.