com.retek.component.test.impl.remote
Class TestServiceEjb

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
      extended bycom.retek.component.test.impl.remote.TestServiceEjb
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class TestServiceEjb
extends DefaultSessionEjb

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
DefaultSessionEjb.EjbOperation, DefaultSessionEjb.EjbOperationWithBusinessException
 
Constructor Summary
TestServiceEjb()
           
 
Method Summary
 void addTaxExemptCustomer(DistributedReference customerRef, java.lang.String state, RDate effectiveDate)
           
 void ejbCreate()
           
 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 class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
checkDtoVersion, ejbActivate, ejbPassivate, ejbRemove, getLocal, getLocalHome, getRemote, getRemoteHome, getSessionContext, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestServiceEjb

public TestServiceEjb()
Method Detail

ejbCreate

public void ejbCreate()

getNextId

public int getNextId()
              throws SystemException
Throws:
SystemException

getNextBannerId

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

isDataLoaded

public boolean isDataLoaded()
                     throws SystemException
Throws:
SystemException

setDataLoaded

public void setDataLoaded(boolean bool)
                   throws SystemException
Throws:
SystemException

resetAllMemoryDaos

public void resetAllMemoryDaos()

addTaxExemptCustomer

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

setModifiedTaxRate

public void setModifiedTaxRate(double taxRate)
                        throws SystemException,
                               BusinessException
Throws:
SystemException
BusinessException

resetTaxExemptCustomers

public void resetTaxExemptCustomers()
                             throws SystemException,
                                    BusinessException
Throws:
SystemException
BusinessException

resetModifiedTaxRate

public void resetModifiedTaxRate()
                          throws SystemException,
                                 BusinessException
Throws:
SystemException
BusinessException

getTaxCreditorDtos

public java.util.Set getTaxCreditorDtos(java.lang.String invoiceId)


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