@Service(value="blPricingService") public class PricingServiceImpl extends Object implements PricingService
| Modifier and Type | Field and Description |
|---|---|
protected Processor |
pricingWorkflow |
| Constructor and Description |
|---|
PricingServiceImpl() |
protected Processor pricingWorkflow
@Transactional(rollbackFor=PricingException.class) public Order executePricing(Order order) throws PricingException
executePricing in interface PricingServicePricingExceptionCopyright © 2020. All rights reserved.