Uses of Interface
com.broadleafcommerce.promotion.offer.service.OfferCodeService
Packages that use OfferCodeService
Package
Description
-
Uses of OfferCodeService in com.broadleafcommerce.promotion.offer.dataexport
Methods in com.broadleafcommerce.promotion.offer.dataexport that return OfferCodeServiceModifier and TypeMethodDescriptionprotected OfferCodeService<OfferCode>OfferCodeExportProcessor.getOfferCodeService()Constructors in com.broadleafcommerce.promotion.offer.dataexport with parameters of type OfferCodeServiceModifierConstructorDescriptionOfferCodeExportProcessor(OfferCodeService<OfferCode> offerCodeService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, OfferCodeRowConverter rowConverter) -
Uses of OfferCodeService in com.broadleafcommerce.promotion.offer.dataexport.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.dataexport.autoconfigure with parameters of type OfferCodeServiceModifier and TypeMethodDescriptionCampaignExportAutoConfiguration.offerCodeExportProcessor(OfferCodeService<OfferCode> offerCodeService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, OfferCodeRowConverter offerCodeRowConverter) -
Uses of OfferCodeService in com.broadleafcommerce.promotion.offer.dataimport
Methods in com.broadleafcommerce.promotion.offer.dataimport that return OfferCodeServiceModifier and TypeMethodDescriptionprotected OfferCodeService<OfferCode>OfferCodeImportBatchHandler.getOfferCodeService()Constructors in com.broadleafcommerce.promotion.offer.dataimport with parameters of type OfferCodeServiceModifierConstructorDescriptionOfferCodeImportBatchHandler(OfferCodeConverter offerCodeConverter, OfferCodeService<OfferCode> offerCodeService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator, OfferCodeDefaultsInitializer offerCodeDefaultsInitializer, OfferService<Offer> offerService, CampaignService<Campaign> campaignService) -
Uses of OfferCodeService in com.broadleafcommerce.promotion.offer.dataimport.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.dataimport.autoconfigure with parameters of type OfferCodeServiceModifier and TypeMethodDescriptionOfferServicesImportAutoConfiguration.offerCodeImportBatchHandler(OfferCodeConverter offerCodeConverter, OfferCodeDefaultsInitializer offerCodeDefaultsInitializer, OfferCodeService<OfferCode> offerCodeService, OfferService<Offer> offerService, CampaignService<Campaign> campaignService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) -
Uses of OfferCodeService in com.broadleafcommerce.promotion.offer.service
Classes in com.broadleafcommerce.promotion.offer.service that implement OfferCodeServiceFields in com.broadleafcommerce.promotion.offer.service declared as OfferCodeServiceModifier and TypeFieldDescriptionprotected final OfferCodeService<OfferCode>DefaultCodeGenerationService.offerCodeServiceprotected final OfferCodeService<OfferCode>DefaultOfferAndOfferCodeUsabilityService.offerCodeServiceMethods in com.broadleafcommerce.promotion.offer.service that return OfferCodeServiceModifier and TypeMethodDescriptionprotected OfferCodeService<OfferCode>DefaultCodeGenerationService.getOfferCodeService()protected OfferCodeService<OfferCode>DefaultOfferAuditDetailService.getOfferCodeService()Methods in com.broadleafcommerce.promotion.offer.service with parameters of type OfferCodeServiceModifier and TypeMethodDescriptionvoidDefaultOfferAuditDetailService.setOfferCodeService(OfferCodeService<OfferCode> offerCodeService) Constructors in com.broadleafcommerce.promotion.offer.service with parameters of type OfferCodeServiceModifierConstructorDescriptionDefaultCodeGenerationService(com.broadleafcommerce.common.extension.TypeFactory campaignFactory, CodeFormatAvailableCharHelper availableCharHelper, CodeGeneratorService<CodeGenerator> service, OfferCodeService<OfferCode> offerCodeService, CampaignService<Campaign> campaignService) DefaultOfferAndOfferCodeUsabilityService(OfferCodeService<OfferCode> offerCodeService, OfferService<Offer> offerService, CampaignService<Campaign> campaignService, SharedCodeSummaryService<SharedCodeAuditSummary> sharedCodeSummaryService, OfferSummaryService<OfferAuditSummary> offerSummaryService, OfferAuditDetailService<OfferAuditDetail> offerAuditDetailService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of OfferCodeService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return OfferCodeServiceModifier and TypeMethodDescriptionCampaignServiceAutoConfiguration.offerCodeService(OfferCodeRepository<com.broadleafcommerce.data.tracking.core.Trackable> offerCodeRepository, CampaignRepository<com.broadleafcommerce.data.tracking.core.Trackable> campaignRepository, OfferRepository<com.broadleafcommerce.data.tracking.core.Trackable> offerRepository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory factory) Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure with parameters of type OfferCodeServiceModifier and TypeMethodDescriptionCampaignServiceAutoConfiguration.codeGenerationService(com.broadleafcommerce.common.extension.TypeFactory factory, CodeGeneratorService<CodeGenerator> codeGeneratorService, OfferCodeService<OfferCode> codeService, CampaignService<Campaign> campaignService) OfferServiceAutoConfiguration.codeUsabilityService(OfferCodeService<OfferCode> codeService, OfferService<Offer> offerService, CampaignService<Campaign> campaignService, SharedCodeSummaryService<SharedCodeAuditSummary> sharedCodeSummaryService, OfferSummaryService<OfferAuditSummary> offerSummaryService, OfferAuditDetailService<OfferAuditDetail> offerAuditDetailService, com.broadleafcommerce.common.extension.TypeFactory factory) -
Uses of OfferCodeService in com.broadleafcommerce.promotion.offer.service.engine.candidate
Methods in com.broadleafcommerce.promotion.offer.service.engine.candidate that return OfferCodeServiceModifier and TypeMethodDescriptionprotected OfferCodeService<OfferCode>DefaultOfferCandidateService.getOfferCodeService()protected OfferCodeService<OfferCode>DefaultOfferUserService.getOfferCodeService()Methods in com.broadleafcommerce.promotion.offer.service.engine.candidate with parameters of type OfferCodeServiceModifier and TypeMethodDescriptionvoidDefaultOfferCandidateService.setOfferCodeService(OfferCodeService<OfferCode> offerCodeService) voidDefaultOfferUserService.setOfferCodeService(OfferCodeService<OfferCode> offerCodeService) -
Uses of OfferCodeService in com.broadleafcommerce.promotion.offer.service.validation
Methods in com.broadleafcommerce.promotion.offer.service.validation that return OfferCodeServiceModifier and TypeMethodDescriptionprotected OfferCodeService<OfferCode>CampaignValidator.getOfferCodeService()Methods in com.broadleafcommerce.promotion.offer.service.validation with parameters of type OfferCodeServiceModifier and TypeMethodDescriptionvoidCampaignValidator.setOfferCodeService(OfferCodeService<OfferCode> offerCodeService) Lazy injection since this validator is itself a service component. -
Uses of OfferCodeService in com.broadleafcommerce.promotion.offer.web.endpoint
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as OfferCodeServiceModifier and TypeFieldDescriptionprotected final OfferCodeService<OfferCode>CodeGeneratorEndpoint.codeServiceprotected final OfferCodeService<OfferCode>CampaignEndpoint.offerCodeServiceprotected final OfferCodeService<OfferCode>SharedCodeAuditSummaryEndpoint.offerCodeServiceMethods in com.broadleafcommerce.promotion.offer.web.endpoint that return OfferCodeServiceModifier and TypeMethodDescriptionprotected OfferCodeService<OfferCode>OffersEndpoint.getOfferCodeService()Constructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type OfferCodeServiceModifierConstructorDescriptionCampaignEndpoint(CampaignService<Campaign> service, OfferCodeService<OfferCode> offerCodeService, CodeGeneratorService<CodeGenerator> generatorService, CodeGenerationService generationService) CodeGeneratorEndpoint(CodeGeneratorService<CodeGenerator> service, OfferCodeService<OfferCode> codeService) OffersEndpoint(OfferService<Offer> service, OfferCodeService<OfferCode> offerCodeService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService) SharedCodeAuditSummaryEndpoint(OfferCodeService<OfferCode> offerCodeService, OfferService<Offer> offerService, CampaignService<Campaign> campaignService, SharedCodeSummaryService<SharedCodeAuditSummary> sharedCodeSummaryService, OfferAndOfferCodeUsabilityService offerAndOfferCodeUsabilityService, OfferAndOfferCodeUsageValidator offerandOfferCodeUsageValidator, AuditVerficationProperties auditVerificationProperties)