public class TaxRateServiceImpl extends java.lang.Object implements TaxRateService
Modifier and Type | Field and Description |
---|---|
private SageoneConfig |
config |
private SagePagingService |
sagePagingService |
Constructor and Description |
---|
TaxRateServiceImpl(SagePagingService sagePagingService,
SageoneConfig config) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SageTaxRate> |
getTaxRates(java.lang.String shopId) |
private SagePagingService sagePagingService
private SageoneConfig config
@Inject public TaxRateServiceImpl(SagePagingService sagePagingService, SageoneConfig config)
public java.util.List<SageTaxRate> getTaxRates(java.lang.String shopId) throws WebserviceException
getTaxRates
in interface TaxRateService
WebserviceException