Uses of Class
com.broadleafcommerce.orderoperation.domain.CodeGenerator
Packages that use CodeGenerator
Package
Description
-
Uses of CodeGenerator in com.broadleafcommerce.orderoperation.domain
Methods in com.broadleafcommerce.orderoperation.domain that return CodeGeneratorModifier and TypeMethodDescriptionVoucherCodeGenerationRequest.getCodeGenerator()
TheCodeGenerator
to use to generate voucher codes.Methods in com.broadleafcommerce.orderoperation.domain with parameters of type CodeGeneratorModifier and TypeMethodDescriptionvoid
VoucherCodeGenerationRequest.setCodeGenerator
(CodeGenerator codeGenerator) TheCodeGenerator
to use to generate voucher codes. -
Uses of CodeGenerator in com.broadleafcommerce.orderoperation.service.messaging.ordercreated
Methods in com.broadleafcommerce.orderoperation.service.messaging.ordercreated that return CodeGeneratorModifier and TypeMethodDescriptionprotected CodeGenerator
VoucherCodeGenerationOrderCreatedListener.buildCodeGeneratorRequest
(String campaignId, int numberToGenerate, String emailRegex) Builds aCodeGenerator
based on the givengetCampaignId()
,getNumberOfCodesToGenerate()
, andgetEmailRegEx()
.Methods in com.broadleafcommerce.orderoperation.service.messaging.ordercreated with parameters of type CodeGeneratorModifier and TypeMethodDescriptionprotected VoucherCodeGenerationRequest
VoucherCodeGenerationOrderCreatedListener.buildVoucherCodeGenerationRequest
(CodeGenerator codeGenerator, String voucherCampaignId) Builds aVoucherCodeGenerationRequest
based on the givenCodeGenerator
andVoucher.getVoucherCampaignId()
.