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

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

public interface ShippingMethodServiceRemote
extends DefaultSessionRemote

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


Method Summary
 ReferenceCache createReferenceCacheForShippingMethod()
           
 void deleteCarrierServiceLocationZones(java.lang.String shippingMethodDisplayCode, java.lang.String carrierDisplayCode)
           
 java.util.Set findAll()
           
 ShippingMethodDto findByDisplayCode(java.lang.String displayCode)
           
 java.lang.Integer getCarrierTransitDays(DistributedReference carrierRef, DistributedReference shippingMethodRef, java.lang.String shipFromZipCode, java.lang.String shipToZipCode)
           
 ShippingMethodDto read(DistributedReference ref, long version)
           
 ShippingMethodDto submit(ShippingMethodDto 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

createReferenceCacheForShippingMethod

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

deleteCarrierServiceLocationZones

public void deleteCarrierServiceLocationZones(java.lang.String shippingMethodDisplayCode,
                                              java.lang.String carrierDisplayCode)
                                       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 ShippingMethodDto findByDisplayCode(java.lang.String displayCode)
                                    throws SystemException,
                                           java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

getCarrierTransitDays

public java.lang.Integer getCarrierTransitDays(DistributedReference carrierRef,
                                               DistributedReference shippingMethodRef,
                                               java.lang.String shipFromZipCode,
                                               java.lang.String shipToZipCode)
                                        throws SystemException,
                                               java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

read

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

submit

public ShippingMethodDto submit(ShippingMethodDto 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