com.retek.component.customerorder.impl.remote
Interface ReturnReasonServicesRemote

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

public interface ReturnReasonServicesRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.customerorder.impl.remote.ReturnReasonServices.


Method Summary
 java.util.Set findAll()
           
 ReturnReasonDto read(DistributedReference ref, long version)
           
 ReturnReasonDto submit(ReturnReasonDto returnReasonDto)
           
 
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

findAll

public java.util.Set findAll()
                      throws SystemException,
                             java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

read

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

submit

public ReturnReasonDto submit(ReturnReasonDto returnReasonDto)
                       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