com.retek.component.banner_channel.impl.remote
Interface OrderSourceServicesRemote

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

public interface OrderSourceServicesRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.banner_channel.impl.remote.OrderSourceServices.


Method Summary
 java.util.List findAllOrderSources()
           
 OrderSourceDto readOrderSource(DistributedReference ref, long version)
           
 OrderSourceDto readOrderSource(java.lang.String code)
           
 
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

findAllOrderSources

public java.util.List findAllOrderSources()
                                   throws SystemException,
                                          java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readOrderSource

public OrderSourceDto readOrderSource(DistributedReference ref,
                                      long version)
                               throws SystemException,
                                      java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readOrderSource

public OrderSourceDto readOrderSource(java.lang.String code)
                               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