com.retek.component.test.impl.remote
Interface TestServiceRemote

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

public interface TestServiceRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.test.impl.remote.TestService.


Method Summary
 void addTaxExemptCustomer(DistributedReference customerRef, java.lang.String state, RDate effectiveDate)
           
 java.lang.String getNextBannerId()
           
 int getNextId()
           
 java.util.Set getTaxCreditorDtos(java.lang.String invoiceId)
           
 boolean isDataLoaded()
           
 void resetAllMemoryDaos()
           
 void resetModifiedTaxRate()
           
 void resetTaxExemptCustomers()
           
 void setDataLoaded(boolean bool)
           
 void setModifiedTaxRate(double taxRate)
           
 
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

addTaxExemptCustomer

public void addTaxExemptCustomer(DistributedReference customerRef,
                                 java.lang.String state,
                                 RDate effectiveDate)
                          throws SystemException,
                                 BusinessException,
                                 java.rmi.RemoteException
Throws:
SystemException
BusinessException
java.rmi.RemoteException

getNextBannerId

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

getNextId

public int getNextId()
              throws SystemException,
                     java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

getTaxCreditorDtos

public java.util.Set getTaxCreditorDtos(java.lang.String invoiceId)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

isDataLoaded

public boolean isDataLoaded()
                     throws SystemException,
                            java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

resetAllMemoryDaos

public void resetAllMemoryDaos()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

resetModifiedTaxRate

public void resetModifiedTaxRate()
                          throws SystemException,
                                 BusinessException,
                                 java.rmi.RemoteException
Throws:
SystemException
BusinessException
java.rmi.RemoteException

resetTaxExemptCustomers

public void resetTaxExemptCustomers()
                             throws SystemException,
                                    BusinessException,
                                    java.rmi.RemoteException
Throws:
SystemException
BusinessException
java.rmi.RemoteException

setDataLoaded

public void setDataLoaded(boolean bool)
                   throws SystemException,
                          java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

setModifiedTaxRate

public void setModifiedTaxRate(double taxRate)
                        throws SystemException,
                               BusinessException,
                               java.rmi.RemoteException
Throws:
SystemException
BusinessException
java.rmi.RemoteException


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