Uses of Class
com.broadleafcommerce.orderoperation.domain.CodeGenerator
-
Packages that use CodeGenerator Package Description com.broadleafcommerce.orderoperation.domain com.broadleafcommerce.orderoperation.service.messaging.ordercreated -
-
Uses of CodeGenerator in com.broadleafcommerce.orderoperation.domain
Methods in com.broadleafcommerce.orderoperation.domain that return CodeGenerator Modifier and Type Method Description CodeGeneratorVoucherCodeGenerationRequest. getCodeGenerator()TheCodeGeneratorto use to generate voucher codes.Methods in com.broadleafcommerce.orderoperation.domain with parameters of type CodeGenerator Modifier and Type Method Description voidVoucherCodeGenerationRequest. setCodeGenerator(CodeGenerator codeGenerator)TheCodeGeneratorto 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 CodeGenerator Modifier and Type Method Description protected CodeGeneratorVoucherCodeGenerationOrderCreatedListener. buildCodeGeneratorRequest(String campaignId, int numberToGenerate, String emailRegex)Builds aCodeGeneratorbased on the givengetCampaignId(),getNumberOfCodesToGenerate(), andgetEmailRegEx().Methods in com.broadleafcommerce.orderoperation.service.messaging.ordercreated with parameters of type CodeGenerator Modifier and Type Method Description protected VoucherCodeGenerationRequestVoucherCodeGenerationOrderCreatedListener. buildVoucherCodeGenerationRequest(CodeGenerator codeGenerator, String voucherCampaignId)Builds aVoucherCodeGenerationRequestbased on the givenCodeGeneratorandVoucher.getVoucherCampaignId().
-