org.broadleafcommerce.core.pricing.service.module
Interface TaxModule

All Known Implementing Classes:
SimpleTaxModule

Deprecated.

@Deprecated
public interface TaxModule


Method Summary
 Order calculateTaxForOrder(Order order)
          Deprecated.  
 String getName()
          Deprecated.  
 void setName(String name)
          Deprecated.  
 

Method Detail

getName

String getName()
Deprecated. 

setName

void setName(String name)
Deprecated. 

calculateTaxForOrder

Order calculateTaxForOrder(Order order)
                           throws TaxException
Deprecated. 
Throws:
TaxException


Copyright © 2013. All Rights Reserved.