Class PricingServiceImpl
java.lang.Object
org.broadleafcommerce.core.pricing.service.PricingServiceImpl
- All Implemented Interfaces:
PricingService
@Service("blPricingService")
public class PricingServiceImpl
extends Object
implements PricingService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pricingWorkflow
-
-
Constructor Details
-
PricingServiceImpl
public PricingServiceImpl()
-
-
Method Details
-
executePricing
@Transactional(rollbackFor=PricingException.class) public Order executePricing(Order order) throws PricingException - Specified by:
executePricingin interfacePricingService- Throws:
PricingException
-