com.retek.component.payment.impl.remote
Class TenderTypeServicesEjb

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

public class TenderTypeServicesEjb
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
TenderTypeServicesEjb()
           
 
Method Summary
 void ejbCreate()
           
 java.util.List findAllTenderTypeGroups()
           
 java.util.List findAllTenderTypes()
           
 java.util.List findTenderTypes(TenderTypeSearchCriteria criteria)
           
 PaymentPlanCodeDto readPaymentPlanCode(DistributedReference ref, long version)
           
 TenderTypeDto readTenderType(DistributedReference ref, long version)
           
 TenderTypeGroupDto readTenderTypeGroup(DistributedReference ref, long version)
           
 
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

TenderTypeServicesEjb

public TenderTypeServicesEjb()
Method Detail

ejbCreate

public void ejbCreate()

findAllTenderTypeGroups

public java.util.List findAllTenderTypeGroups()
                                       throws SystemException
Throws:
SystemException

findAllTenderTypes

public java.util.List findAllTenderTypes()
                                  throws SystemException
Throws:
SystemException

findTenderTypes

public java.util.List findTenderTypes(TenderTypeSearchCriteria criteria)
                               throws SystemException
Throws:
SystemException

readTenderType

public TenderTypeDto readTenderType(DistributedReference ref,
                                    long version)
                             throws SystemException
Throws:
SystemException

readPaymentPlanCode

public PaymentPlanCodeDto readPaymentPlanCode(DistributedReference ref,
                                              long version)
                                       throws SystemException
Throws:
SystemException

readTenderTypeGroup

public TenderTypeGroupDto readTenderTypeGroup(DistributedReference ref,
                                              long version)
                                       throws SystemException
Throws:
SystemException


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