| Modifier and Type | Method and Description |
|---|---|
java.util.List<PromotionAllocationModel> |
FlashbuyPromotionDao.getAllocationforRemoval(java.lang.String productID,
java.lang.String promotionID,
java.lang.String promotionMatcher)
Get the list of PromotionAllocationModel for removal
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PromotionAllocationModel> |
DefaultFlashbuyPromotionDao.getAllocationforRemoval(java.lang.String productID,
java.lang.String promotionID,
java.lang.String promotionMatcher) |
| Modifier and Type | Method and Description |
|---|---|
PromotionAllocationModel |
PromotionAllocationResource.getPromotionAllocationModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected PromotionAllocationModel |
PromotionAllocationResource.readResource(java.lang.String resourceId)
Gets the
PromotionAllocationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PromotionAllocationModel> |
PromotionAllocationsResource.getPromotionAllocationsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionAllocationResource.setPromotionAllocationModel(PromotionAllocationModel value)
Convenience method which just delegates to
#setResourceValue(PromotionAllocationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionAllocationsResource.setPromotionAllocationsCollection(java.util.Collection<PromotionAllocationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.