Uses of Interface
com.broadleafcommerce.promotion.offer.service.OfferAuditDetailService
-
-
Uses of OfferAuditDetailService in com.broadleafcommerce.promotion.offer.service
Classes in com.broadleafcommerce.promotion.offer.service that implement OfferAuditDetailService Modifier and Type Class Description classDefaultOfferAuditDetailService<P extends OfferAuditDetail> -
Uses of OfferAuditDetailService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return OfferAuditDetailService Modifier and Type Method Description <P extends OfferAuditDetail>
OfferAuditDetailService<P>OfferServiceAutoConfiguration. offerAuditDetailService(OfferAuditDetailRepository<com.broadleafcommerce.data.tracking.core.Trackable> offerAuditDetailRepository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper)Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure with parameters of type OfferAuditDetailService Modifier and Type Method Description <P extends Offer>
OfferCandidateService<P>OfferServiceAutoConfiguration. offerCandidateService(OfferService<P> offerService, OfferAuditDetailService<? extends OfferAuditDetail> offerAuditDetailService, OfferUserService offerUserService, CandidateOfferUtility candidateOfferUtility)OfferUserServiceOfferServiceAutoConfiguration. offerUserService(OfferAuditDetailService<? extends OfferAuditDetail> offerAuditDetailService, CustomerFields customerFields) -
Uses of OfferAuditDetailService in com.broadleafcommerce.promotion.offer.service.engine.candidate
Fields in com.broadleafcommerce.promotion.offer.service.engine.candidate declared as OfferAuditDetailService Modifier and Type Field Description protected OfferAuditDetailService<? extends OfferAuditDetail>DefaultOfferCandidateService. auditServiceprotected OfferAuditDetailService<? extends OfferAuditDetail>DefaultOfferUserService. auditServiceConstructors in com.broadleafcommerce.promotion.offer.service.engine.candidate with parameters of type OfferAuditDetailService Constructor Description DefaultOfferCandidateService(OfferService<P> service, OfferAuditDetailService<? extends OfferAuditDetail> auditService, com.broadleafcommerce.rulesengine.expression.service.RuleEvaluationService ruleEvaluationService, com.broadleafcommerce.common.extension.TypeFactory offerFactory, OfferUserService offerUserService, CandidateOfferUtility candidateOfferUtility)DefaultOfferUserService(OfferAuditDetailService<? extends OfferAuditDetail> auditService, CustomerFields customerFields, com.broadleafcommerce.common.extension.TypeFactory offerFactory) -
Uses of OfferAuditDetailService in com.broadleafcommerce.promotion.offer.service.messaging.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.messaging.autoconfigure with parameters of type OfferAuditDetailService Modifier and Type Method Description RecordOfferUsageEventListenerOfferMessagingConfiguration. offerCheckoutCompletionEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, OfferAuditDetailService<OfferAuditDetail> offerAuditDetailService, org.springframework.transaction.support.TransactionTemplate template, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, OfferMessagingProperties offerMessagingProperties) -
Uses of OfferAuditDetailService in com.broadleafcommerce.promotion.offer.service.messaging.checkout
Methods in com.broadleafcommerce.promotion.offer.service.messaging.checkout that return OfferAuditDetailService Modifier and Type Method Description protected OfferAuditDetailService<OfferAuditDetail>RecordOfferUsageEventListener. getOfferAuditDetailService()Constructors in com.broadleafcommerce.promotion.offer.service.messaging.checkout with parameters of type OfferAuditDetailService Constructor Description RecordOfferUsageEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, OfferAuditDetailService<OfferAuditDetail> offerAuditDetailService, org.springframework.transaction.support.TransactionTemplate template, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, OfferMessagingProperties offerMessagingProperties) -
Uses of OfferAuditDetailService in com.broadleafcommerce.promotion.offer.service.validation
Methods in com.broadleafcommerce.promotion.offer.service.validation that return OfferAuditDetailService Modifier and Type Method Description protected OfferAuditDetailService<? extends OfferAuditDetail>DefaultOfferUsageValidator. getAuditService()Constructors in com.broadleafcommerce.promotion.offer.service.validation with parameters of type OfferAuditDetailService Constructor Description DefaultOfferUsageValidator(OfferAuditDetailService<? extends OfferAuditDetail> auditService, OfferService<? extends Offer> offerService, OfferUserService offerUserService, com.broadleafcommerce.common.extension.TypeFactory offerFactory) -
Uses of OfferAuditDetailService in com.broadleafcommerce.promotion.offer.web.endpoint
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as OfferAuditDetailService Modifier and Type Field Description protected OfferAuditDetailService<? extends OfferAuditDetail>OfferEngineEndpoint. auditServiceprotected OfferAuditDetailService<OfferAuditDetail>OfferAuditDetailsEndpoint. serviceConstructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type OfferAuditDetailService Constructor Description OfferAuditDetailsEndpoint(OfferAuditDetailService<OfferAuditDetail> service)OfferEngineEndpoint(OfferAuditDetailService<? extends OfferAuditDetail> auditService, OfferService<? extends Offer> offerService, OfferUserService offerUserService, OfferEngineService offerEngineService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, OfferCandidateService<? extends Offer> offerCandidateService, OfferUsageValidator offerUsageValidator, OfferCodeUsageValidator offerCodeUsageValidator, VoucherOfferUsageValidator voucherOfferUsageValidator)
-