Uses of Class
com.broadleafcommerce.promotion.offer.domain.OfferAuditSummary
Packages that use OfferAuditSummary
Package
Description
-
Uses of OfferAuditSummary in com.broadleafcommerce.promotion.offer.service
Classes in com.broadleafcommerce.promotion.offer.service with type parameters of type OfferAuditSummaryModifier and TypeClassDescriptionclassDefaultOfferSummaryService<P extends OfferAuditSummary>interfaceOfferSummaryService<S extends OfferAuditSummary>Service API forOfferAuditSummary, supported byOfferAuditSummaryRepository.Fields in com.broadleafcommerce.promotion.offer.service with type parameters of type OfferAuditSummaryModifier and TypeFieldDescriptionprotected final OfferSummaryService<OfferAuditSummary>DefaultOfferAndOfferCodeUsabilityService.offerSummaryServiceMethods in com.broadleafcommerce.promotion.offer.service that return OfferAuditSummaryModifier and TypeMethodDescriptionprotected OfferAuditSummaryDefaultOfferAuditDetailService.findAndUpdateOfferAuditSummary(String offerId, javax.money.MonetaryAmount totalSavings, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.promotion.offer.service that return types with arguments of type OfferAuditSummaryModifier and TypeMethodDescriptionprotected List<OfferAuditSummary>DefaultOfferAuditDetailService.findAndUpdateAllOfferAuditSummaries(List<OfferUsageDetails> usageDetailsList, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected OfferSummaryService<OfferAuditSummary>DefaultOfferAuditDetailService.getOfferSummaryService()Method parameters in com.broadleafcommerce.promotion.offer.service with type arguments of type OfferAuditSummaryModifier and TypeMethodDescriptionvoidDefaultOfferAuditDetailService.setOfferSummaryService(OfferSummaryService<OfferAuditSummary> offerSummaryService) Constructor parameters in com.broadleafcommerce.promotion.offer.service with type arguments of type OfferAuditSummaryModifierConstructorDescriptionDefaultOfferAndOfferCodeUsabilityService(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 OfferAuditSummary in com.broadleafcommerce.promotion.offer.service.autoconfigure
Method parameters in com.broadleafcommerce.promotion.offer.service.autoconfigure with type arguments of type OfferAuditSummaryModifier 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)