com.retek.component.shipping.impl.remote
Class ShippingMethodServiceEjb

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
      extended bycom.retek.component.shipping.impl.remote.ShippingMethodServiceEjb
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class ShippingMethodServiceEjb
extends DefaultSessionEjb

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
DefaultSessionEjb.EjbOperation, DefaultSessionEjb.EjbOperationWithBusinessException
 
Constructor Summary
ShippingMethodServiceEjb()
           
 
Method Summary
 ReferenceCache createReferenceCacheForShippingMethod()
           
 void deleteCarrierServiceLocationZones(java.lang.String shippingMethodDisplayCode, java.lang.String carrierDisplayCode)
           
 void ejbCreate()
           
 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 class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
checkDtoVersion, ejbActivate, ejbPassivate, ejbRemove, getLocal, getLocalHome, getRemote, getRemoteHome, getSessionContext, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShippingMethodServiceEjb

public ShippingMethodServiceEjb()
Method Detail

ejbCreate

public void ejbCreate()

read

public ShippingMethodDto read(DistributedReference ref,
                              long version)
                       throws SystemException
Throws:
SystemException

submit

public ShippingMethodDto submit(ShippingMethodDto dto)
                         throws SystemException
Throws:
SystemException

findAll

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

findByDisplayCode

public ShippingMethodDto findByDisplayCode(java.lang.String displayCode)
                                    throws SystemException
Throws:
SystemException

createReferenceCacheForShippingMethod

public ReferenceCache createReferenceCacheForShippingMethod()
                                                     throws SystemException
Throws:
SystemException

getCarrierTransitDays

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

deleteCarrierServiceLocationZones

public void deleteCarrierServiceLocationZones(java.lang.String shippingMethodDisplayCode,
                                              java.lang.String carrierDisplayCode)
                                       throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28