Uses of Class
com.broadleafcommerce.promotion.campaign.service.validation.CodeGeneratorPreValidator
-
Packages that use CodeGeneratorPreValidator Package Description com.broadleafcommerce.promotion.campaign.service com.broadleafcommerce.promotion.campaign.service.autoconfigure -
-
Uses of CodeGeneratorPreValidator in com.broadleafcommerce.promotion.campaign.service
Methods in com.broadleafcommerce.promotion.campaign.service that return CodeGeneratorPreValidator Modifier and Type Method Description protected CodeGeneratorPreValidatorDefaultCodeGeneratorService. getCodeGeneratorPreValidator()Methods in com.broadleafcommerce.promotion.campaign.service with parameters of type CodeGeneratorPreValidator Modifier and Type Method Description voidDefaultCodeGeneratorService. setCodeGeneratorPreValidator(CodeGeneratorPreValidator codeGeneratorPreValidator) -
Uses of CodeGeneratorPreValidator in com.broadleafcommerce.promotion.campaign.service.autoconfigure
Methods in com.broadleafcommerce.promotion.campaign.service.autoconfigure that return CodeGeneratorPreValidator Modifier and Type Method Description CodeGeneratorPreValidatorCampaignServiceAutoConfiguration. codeGeneratorPreValidator(CampaignService<Campaign> campaignService, CodeFormatAvailableCharHelper codeFormatAvailableCharHelper)
-