Uses of Class
com.broadleafcommerce.orderoperation.domain.VoucherCodeGenerationRequest
-
-
Uses of VoucherCodeGenerationRequest in com.broadleafcommerce.orderoperation.service.messaging.ordercreated
Methods in com.broadleafcommerce.orderoperation.service.messaging.ordercreated that return VoucherCodeGenerationRequest Modifier and Type Method Description protected VoucherCodeGenerationRequestVoucherCodeGenerationOrderCreatedListener. buildVoucherCodeGenerationRequest(CodeGenerator codeGenerator, String voucherCampaignId)Builds aVoucherCodeGenerationRequestbased on the givenCodeGeneratorandVoucher.getVoucherCampaignId(). -
Uses of VoucherCodeGenerationRequest in com.broadleafcommerce.orderoperation.service.provider
Methods in com.broadleafcommerce.orderoperation.service.provider with parameters of type VoucherCodeGenerationRequest Modifier and Type Method Description CodeGenerationResultCampaignProvider. generateCodesForVouchers(VoucherCodeGenerationRequest voucherCodeGenerationRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)GeneratesCampaignCodesfor voucher offers based on the givenVoucherCodeGenerationRequest. -
Uses of VoucherCodeGenerationRequest in com.broadleafcommerce.orderoperation.service.provider.external
Methods in com.broadleafcommerce.orderoperation.service.provider.external with parameters of type VoucherCodeGenerationRequest Modifier and Type Method Description CodeGenerationResultExternalCampaignProvider. generateCodesForVouchers(VoucherCodeGenerationRequest voucherCodeGenerationRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-