Uses of Interface
com.example.orderplatform.pricing.api.PricingService
Packages that use PricingService
Package
Description
-
Uses of PricingService in com.example.orderplatform.orders.application
Constructors in com.example.orderplatform.orders.application with parameters of type PricingServiceModifierConstructorDescriptionOrderApplicationService(CustomerDirectory customers, PricingService pricing, OrderStore orders, org.springframework.context.ApplicationEventPublisher events) -
Uses of PricingService in com.example.orderplatform.pricing.application
Classes in com.example.orderplatform.pricing.application that implement PricingServiceModifier and TypeClassDescriptionclassApplication service that reads the active catalog and calculates quote totals for order placement.