com.retek.component.shipping.impl.remote
Interface CarrierServiceRemote

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

public interface CarrierServiceRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.shipping.impl.remote.CarrierService.


Method Summary
 ReferenceCache createReferenceCacheForCarrier()
           
 java.util.Set findAll()
           
 CarrierDto findByDisplayCode(java.lang.String displayCode)
           
 java.util.Set findDefaultPickupCarrier()
           
 CarrierDto read(DistributedReference ref, long version)
           
 CarrierDto submit(CarrierDto 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

createReferenceCacheForCarrier

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

findAll

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

findByDisplayCode

public CarrierDto findByDisplayCode(java.lang.String displayCode)
                             throws SystemException,
                                    java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findDefaultPickupCarrier

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

read

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

submit

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