org.broadleafcommerce.core.offer.service
Class ShippingOfferServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.core.offer.service.ShippingOfferServiceImpl
All Implemented Interfaces:
ShippingOfferService

@Service(value="blShippingOfferService")
public class ShippingOfferServiceImpl
extends Object
implements ShippingOfferService

Author:
jfischer

Field Summary
protected  OfferService offerService
           
 
Constructor Summary
ShippingOfferServiceImpl()
           
 
Method Summary
 void reviewOffers(Order order)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offerService

protected OfferService offerService
Constructor Detail

ShippingOfferServiceImpl

public ShippingOfferServiceImpl()
Method Detail

reviewOffers

public void reviewOffers(Order order)
                  throws PricingException
Specified by:
reviewOffers in interface ShippingOfferService
Throws:
PricingException


Copyright © 2013. All Rights Reserved.