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()TheCodeGeneratorto use to generate voucher codes.Methods in com.broadleafcommerce.orderoperation.domain with parameters of type CodeGeneratorModifier and TypeMethodDescriptionvoidVoucherCodeGenerationRequest.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 CodeGeneratorModifier and TypeMethodDescriptionprotected 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 CodeGeneratorModifier and TypeMethodDescriptionprotected VoucherCodeGenerationRequestVoucherCodeGenerationOrderCreatedListener.buildVoucherCodeGenerationRequest(CodeGenerator codeGenerator, String voucherCampaignId) Builds aVoucherCodeGenerationRequestbased on the givenCodeGeneratorandVoucher.getVoucherCampaignId().