com.retek.component.tax.impl.remote
Interface TaxServiceRemote

All Superinterfaces:
DefaultSessionRemote, javax.ejb.EJBObject, java.rmi.Remote

public interface TaxServiceRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.tax.impl.remote.TaxService.


Method Summary
 TaxCalculatorDto calculate(TaxCalculatorDto dto)
           
 TaxCreditorDto creditTax(TaxCreditorDto dto)
           
 java.lang.String getNextTaxInvoiceId()
           
 
Methods inherited from interface com.retek.commons.domain.core.impl.remote.DefaultSessionRemote
getLocal, getRemote, getRemoteHome
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

calculate

public TaxCalculatorDto calculate(TaxCalculatorDto dto)
                           throws SystemException,
                                  BusinessException,
                                  java.rmi.RemoteException
Throws:
SystemException
BusinessException
java.rmi.RemoteException

creditTax

public TaxCreditorDto creditTax(TaxCreditorDto dto)
                         throws SystemException,
                                BusinessException,
                                java.rmi.RemoteException
Throws:
SystemException
BusinessException
java.rmi.RemoteException

getNextTaxInvoiceId

public java.lang.String getNextTaxInvoiceId()
                                     throws SystemException,
                                            java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28