| Modifier and Type | Method and Description |
|---|---|
java.util.List<PromotionEnqueueModel> |
FlashbuyPromotionDao.getEnqueueforRemoval(java.lang.String productID,
java.lang.String promotionID,
java.lang.String customerUID)
Get the list of PromotionEnqueueModel for removal
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PromotionEnqueueModel> |
DefaultFlashbuyPromotionDao.getEnqueueforRemoval(java.lang.String productID,
java.lang.String promotionID,
java.lang.String customerUID) |
| Modifier and Type | Method and Description |
|---|---|
PromotionEnqueueModel |
PromotionEnqueueResource.getPromotionEnqueueModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected PromotionEnqueueModel |
PromotionEnqueueResource.readResource(java.lang.String resourceId)
Gets the
PromotionEnqueueModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PromotionEnqueueModel> |
PromotionEnqueuesResource.getPromotionEnqueuesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionEnqueueResource.setPromotionEnqueueModel(PromotionEnqueueModel value)
Convenience method which just delegates to
#setResourceValue(PromotionEnqueueModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionEnqueuesResource.setPromotionEnqueuesCollection(java.util.Collection<PromotionEnqueueModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.