| Modifier and Type | Method and Description |
|---|---|
PerformResult |
ResetMaxOrderQuantityJob.perform(FlashBuyCronJobModel cronJobModel)
Executes cronjob reset max order quantity after flash buy expired finish
|
PerformResult |
SetMaxOrderQuantityJob.perform(FlashBuyCronJobModel cronJobModel)
Executes cronjob set max order quantity for product
|
| Modifier and Type | Method and Description |
|---|---|
protected FlashBuyCronJobModel |
DefaultFlashBuyService.createFlashBuyCronJob(FlashBuyCouponModel coupon,
ServicelayerJobModel job) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultFlashBuyService.createResetMaxQtyJobTrigger(FlashBuyCouponModel coupon,
FlashBuyCronJobModel cronJob) |
protected void |
DefaultFlashBuyService.createSetMaxQtyJobTrigger(FlashBuyCouponModel coupon,
FlashBuyCronJobModel cronJob) |
| Modifier and Type | Method and Description |
|---|---|
FlashBuyCronJobModel |
FlashBuyCronJobResource.getFlashBuyCronJobModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected FlashBuyCronJobModel |
FlashBuyCronJobResource.readResource(java.lang.String resourceId)
Gets the
FlashBuyCronJobModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<FlashBuyCronJobModel> |
FlashBuyCronJobsResource.getFlashBuyCronJobsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlashBuyCronJobResource.setFlashBuyCronJobModel(FlashBuyCronJobModel value)
Convenience method which just delegates to
#setResourceValue(FlashBuyCronJobModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlashBuyCronJobsResource.setFlashBuyCronJobsCollection(java.util.Collection<FlashBuyCronJobModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.