Uses of Interface
com.broadleafcommerce.promotion.offer.service.SharedCodeSummaryService
Packages that use SharedCodeSummaryService
Package
Description
-
Uses of SharedCodeSummaryService in com.broadleafcommerce.promotion.offer.service
Classes in com.broadleafcommerce.promotion.offer.service that implement SharedCodeSummaryServiceModifier and TypeClassDescriptionclass
Fields in com.broadleafcommerce.promotion.offer.service declared as SharedCodeSummaryServiceModifier and TypeFieldDescriptionprotected final SharedCodeSummaryService<SharedCodeAuditSummary>
DefaultOfferAndOfferCodeUsabilityService.sharedCodeSummaryService
Methods in com.broadleafcommerce.promotion.offer.service that return SharedCodeSummaryServiceModifier and TypeMethodDescriptionprotected SharedCodeSummaryService<SharedCodeAuditSummary>
DefaultOfferAuditDetailService.getSharedCodeSummaryService()
Methods in com.broadleafcommerce.promotion.offer.service with parameters of type SharedCodeSummaryServiceModifier and TypeMethodDescriptionvoid
DefaultOfferAuditDetailService.setSharedCodeSummaryService
(SharedCodeSummaryService<SharedCodeAuditSummary> sharedCodeSummaryService) Constructors in com.broadleafcommerce.promotion.offer.service with parameters of type SharedCodeSummaryServiceModifierConstructorDescriptionDefaultOfferAndOfferCodeUsabilityService
(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 SharedCodeSummaryService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return SharedCodeSummaryServiceModifier and TypeMethodDescriptionOfferServiceAutoConfiguration.sharedCodeAuditDetailService
(SharedCodeAuditSummaryRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure with parameters of type SharedCodeSummaryServiceModifier and TypeMethodDescriptionOfferServiceAutoConfiguration.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 SharedCodeSummaryService in com.broadleafcommerce.promotion.offer.web.endpoint
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as SharedCodeSummaryServiceModifier and TypeFieldDescriptionprotected final SharedCodeSummaryService<SharedCodeAuditSummary>
SharedCodeAuditSummaryEndpoint.sharedCodeSummaryService
Constructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type SharedCodeSummaryServiceModifierConstructorDescriptionSharedCodeAuditSummaryEndpoint
(OfferCodeService<OfferCode> offerCodeService, OfferService<Offer> offerService, CampaignService<Campaign> campaignService, SharedCodeSummaryService<SharedCodeAuditSummary> sharedCodeSummaryService, OfferAndOfferCodeUsabilityService offerAndOfferCodeUsabilityService, OfferAndOfferCodeUsageValidator offerandOfferCodeUsageValidator, AuditVerficationProperties auditVerificationProperties)