org.kuali.kfs.module.ar.document.service.impl
Class AccountsReceivableTaxServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.ar.document.service.impl.AccountsReceivableTaxServiceImpl
All Implemented Interfaces:
AccountsReceivableTaxService

public class AccountsReceivableTaxServiceImpl
extends Object
implements AccountsReceivableTaxService


Constructor Summary
AccountsReceivableTaxServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
           
 org.kuali.rice.kns.service.ParameterService getParameterService()
           
 String getPostalCodeForTaxation(CustomerInvoiceDocument document)
          This method returns the appropriate postal code for taxation
 boolean isCustomerInvoiceDetailTaxable(CustomerInvoiceDocument customerInvoiceDocument, CustomerInvoiceDetail customerInvoiceDetail)
          This method returns true if customer invoice detail amount can be taxed.
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
           
 void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountsReceivableTaxServiceImpl

public AccountsReceivableTaxServiceImpl()
Method Detail

isCustomerInvoiceDetailTaxable

public boolean isCustomerInvoiceDetailTaxable(CustomerInvoiceDocument customerInvoiceDocument,
                                              CustomerInvoiceDetail customerInvoiceDetail)
Description copied from interface: AccountsReceivableTaxService
This method returns true if customer invoice detail amount can be taxed.

Specified by:
isCustomerInvoiceDetailTaxable in interface AccountsReceivableTaxService
Returns:
See Also:
AccountsReceivableTaxService.isCustomerInvoiceDetailTaxable(org.kuali.kfs.module.ar.document.CustomerInvoiceDocument, org.kuali.kfs.module.ar.businessobject.CustomerInvoiceDetail)

getPostalCodeForTaxation

public String getPostalCodeForTaxation(CustomerInvoiceDocument document)
Description copied from interface: AccountsReceivableTaxService
This method returns the appropriate postal code for taxation

Specified by:
getPostalCodeForTaxation in interface AccountsReceivableTaxService
Returns:
See Also:
AccountsReceivableTaxService.getPostalCodeForTaxation(org.kuali.kfs.module.ar.document.CustomerInvoiceDocument)

getParameterService

public org.kuali.rice.kns.service.ParameterService getParameterService()

setParameterService

public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)

getBusinessObjectService

public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.