Uses of Interface
com.broadleafcommerce.pricing.service.PricingTransactionService
Packages that use PricingTransactionService
Package
Description
- 
Uses of PricingTransactionService in com.broadleafcommerce.pricing.service
Classes in com.broadleafcommerce.pricing.service that implement PricingTransactionService - 
Uses of PricingTransactionService in com.broadleafcommerce.pricing.service.messaging.autoconfigure
Methods in com.broadleafcommerce.pricing.service.messaging.autoconfigure with parameters of type PricingTransactionServiceModifier and TypeMethodDescriptionPricingServiceMessagingAutoConfiguration.priceDetailTimeoutRollbackJobListener(PricingTransactionService pricingTransactionService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, com.broadleafcommerce.data.tracking.core.service.scheduledjob.ScheduledJobContextService scheduledJobContextService) PricingServiceMessagingAutoConfiguration.pricingCheckoutRollbackEventListener(PricingTransactionService pricingTransactionalService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService) PricingServiceMessagingAutoConfiguration.pricingOrderFulfillmentCancelledEventListener(com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper, PricingTransactionService pricingTransactionService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService)  - 
Uses of PricingTransactionService in com.broadleafcommerce.pricing.service.messaging.rollback
Methods in com.broadleafcommerce.pricing.service.messaging.rollback that return PricingTransactionServiceModifier and TypeMethodDescriptionprotected PricingTransactionServicePricingDetailTimeoutRollbackJobListener.getDefaultPricingTransactionService()protected PricingTransactionServicePricingCheckoutRollbackEventListener.getPricingTransactionalService()protected PricingTransactionServicePricingOrderFulfillmentCancelledEventListener.getPricingTransactionService()Constructors in com.broadleafcommerce.pricing.service.messaging.rollback with parameters of type PricingTransactionServiceModifierConstructorDescriptionPricingCheckoutRollbackEventListener(PricingTransactionService pricingTransactionalService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService) PricingDetailTimeoutRollbackJobListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, PricingTransactionService defaultPricingTransactionService, com.broadleafcommerce.data.tracking.core.service.scheduledjob.ScheduledJobContextService scheduledJobContextService) PricingOrderFulfillmentCancelledEventListener(com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper mapper, PricingTransactionService pricingTransactionService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService)  - 
Uses of PricingTransactionService in com.broadleafcommerce.pricing.web.endpoint
Fields in com.broadleafcommerce.pricing.web.endpoint declared as PricingTransactionServiceModifier and TypeFieldDescriptionprotected PricingTransactionServicePriceDataEndpoint.pricingTransactionalServiceMethods in com.broadleafcommerce.pricing.web.endpoint that return PricingTransactionServiceModifier and TypeMethodDescriptionprotected PricingTransactionServicePriceDataEndpoint.getPricingTransactionalService()Methods in com.broadleafcommerce.pricing.web.endpoint with parameters of type PricingTransactionServiceModifier and TypeMethodDescriptionvoidPriceDataEndpoint.setPricingTransactionalService(PricingTransactionService pricingTransactionalService)