com.retek.component.directshiporder.impl.remote
Interface DirectShipOrderServicesRemote

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

public interface DirectShipOrderServicesRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.directshiporder.impl.remote.DirectShipOrderServices.


Method Summary
 ReferenceCache createReferenceCacheForDirectShipOrder()
           
 DirectShipOrderDto read(DistributedReference ref, long version)
           
 DirectShipOrderDto submit(DirectShipOrderDto dto)
           
 
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

createReferenceCacheForDirectShipOrder

public ReferenceCache createReferenceCacheForDirectShipOrder()
                                                      throws SystemException,
                                                             java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

read

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

submit

public DirectShipOrderDto submit(DirectShipOrderDto dto)
                          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