public class DefaultCouponCodeGenerationWsFacade extends java.lang.Object implements CouponCodeGenerationWsFacade
CouponCodeGenerationWsFacade WS facade interface| Constructor and Description |
|---|
DefaultCouponCodeGenerationWsFacade() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<MediaModel> |
generateCouponCodes(java.lang.String couponId,
int batchsize)
Generate
batchsize coupon codes |
java.util.Collection<MediaModel> |
getCouponCodeBatches(java.lang.String couponId)
Get the collection of generated coupon codes for a given multi-code coupon
|
protected CouponCodeGenerationService |
getCouponCodeGenerationService() |
byte[] |
getCouponCodes(java.lang.String couponId,
java.lang.String batchCode)
Get the octet bytes array of generated coupon codes for a given multi-code coupon
|
protected CouponDao |
getCouponDao() |
protected CouponWsUtils |
getCouponWsUtils() |
protected MediaService |
getMediaService() |
void |
setCouponCodeGenerationService(CouponCodeGenerationService couponCodeGenerationService) |
void |
setCouponDao(CouponDao couponDao) |
void |
setCouponWsUtils(CouponWsUtils couponWsUtils) |
void |
setMediaService(MediaService mediaService) |
public java.util.Optional<MediaModel> generateCouponCodes(java.lang.String couponId, int batchsize)
CouponCodeGenerationWsFacadebatchsize coupon codesgenerateCouponCodes in interface CouponCodeGenerationWsFacadecouponId - Coupon id of the multi-code couponbatchsize - the size of the generated coupon batchpublic java.util.Collection<MediaModel> getCouponCodeBatches(java.lang.String couponId)
CouponCodeGenerationWsFacadegetCouponCodeBatches in interface CouponCodeGenerationWsFacadecouponId - Coupon id of the multi-code couponpublic byte[] getCouponCodes(java.lang.String couponId,
java.lang.String batchCode)
CouponCodeGenerationWsFacadegetCouponCodes in interface CouponCodeGenerationWsFacadecouponId - Coupon id of the multi-code couponbatchCode - The string corresponding to media model codeprotected CouponCodeGenerationService getCouponCodeGenerationService()
public void setCouponCodeGenerationService(CouponCodeGenerationService couponCodeGenerationService)
protected CouponDao getCouponDao()
public void setCouponDao(CouponDao couponDao)
protected MediaService getMediaService()
public void setMediaService(MediaService mediaService)
protected CouponWsUtils getCouponWsUtils()
public void setCouponWsUtils(CouponWsUtils couponWsUtils)
Copyright © 2018 SAP SE. All Rights Reserved.