| Modifier and Type | Method and Description |
|---|---|
java.util.List<PromotionReservationModel> |
FlashbuyPromotionDao.getReservationforRemoval(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<PromotionReservationModel> |
DefaultFlashbuyPromotionDao.getReservationforRemoval(java.lang.String productID,
java.lang.String promotionID,
java.lang.String promotionMatcher) |
| Modifier and Type | Method and Description |
|---|---|
PromotionReservationModel |
PromotionReservationResource.getPromotionReservationModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected PromotionReservationModel |
PromotionReservationResource.readResource(java.lang.String resourceId)
Gets the
PromotionReservationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PromotionReservationModel> |
PromotionReservationsResource.getPromotionReservationsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionReservationResource.setPromotionReservationModel(PromotionReservationModel value)
Convenience method which just delegates to
#setResourceValue(PromotionReservationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionReservationsResource.setPromotionReservationsCollection(java.util.Collection<PromotionReservationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.