Uses of Class
com.broadleafcommerce.promotion.campaign.domain.VoucherCodeGenerationRequest
-
Packages that use VoucherCodeGenerationRequest Package Description com.broadleafcommerce.promotion.campaign.service com.broadleafcommerce.promotion.campaign.web.endpoint -
-
Uses of VoucherCodeGenerationRequest in com.broadleafcommerce.promotion.campaign.service
Methods in com.broadleafcommerce.promotion.campaign.service with parameters of type VoucherCodeGenerationRequest Modifier and Type Method Description CodeGenerationResultCodeGenerationService. generateCodesForVouchers(VoucherCodeGenerationRequest voucherCodeGenerationReq, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Returns theCodeGenerationResultcontaining generated and/or existingCampaignCodesfor voucher offers based on the givenVoucherCodeGenerationRequest.CodeGenerationResultDefaultCodeGenerationService. generateCodesForVouchers(VoucherCodeGenerationRequest voucherCodeGenerationReq, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)protected CodeGenerationResultDefaultCodeGenerationService. generateOrUseAvailableCodes(VoucherCodeGenerationRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Returns aCodeGenerationResultcontaining a list of generated and/or existingCampaignCodesbased on the givenVoucherCodeGenerationRequest.protected CodeGenerationResultDefaultCodeGenerationService. generateVoucherCodes(VoucherCodeGenerationRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Delegates toDefaultCodeGenerationService.generateOrUseAvailableCodes(VoucherCodeGenerationRequest, ContextInfo)to get aCodeGenerationResult, then updatesCodeGenerationResult.getGeneratedCodes()based ongetCodeGenerator(). -
Uses of VoucherCodeGenerationRequest in com.broadleafcommerce.promotion.campaign.web.endpoint
Methods in com.broadleafcommerce.promotion.campaign.web.endpoint with parameters of type VoucherCodeGenerationRequest Modifier and Type Method Description CodeGenerationResultCampaignEndpoint. generateCodesForVouchers(javax.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, VoucherCodeGenerationRequest voucherCodeGenerationReq)GenerateCampaignCodesbased on the givenVoucherCodeGenerationRequest.
-