org.broadleafcommerce.core.pricing.service
Class PricingServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.core.pricing.service.PricingServiceImpl
All Implemented Interfaces:
PricingService

@Service(value="blPricingService")
public class PricingServiceImpl
extends Object
implements PricingService


Field Summary
protected  SequenceProcessor pricingWorkflow
           
 
Constructor Summary
PricingServiceImpl()
           
 
Method Summary
 Order executePricing(Order order)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pricingWorkflow

protected SequenceProcessor pricingWorkflow
Constructor Detail

PricingServiceImpl

public PricingServiceImpl()
Method Detail

executePricing

public Order executePricing(Order order)
                     throws PricingException
Specified by:
executePricing in interface PricingService
Throws:
PricingException


Copyright © 2012. All Rights Reserved.