com.retek.component.shipping.impl
Class ShippingMethodManagerImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.DistributedObjectManagerImpl
      extended bycom.retek.component.shipping.impl.ShippingMethodManagerImpl
All Implemented Interfaces:
DistributedObjectManager, ShippingMethodManager

public class ShippingMethodManagerImpl
extends DistributedObjectManagerImpl
implements ShippingMethodManager


Constructor Summary
ShippingMethodManagerImpl()
          Deprecated. pass a context
ShippingMethodManagerImpl(DistributedContext context)
           
 
Method Summary
 ShippingMethod addShippingMethodCode(java.lang.String code, java.lang.String description)
          Add shipping method code, used by the CodeCreateInjector via the RIB
protected  ReferenceCache fetchMoreReferences(java.lang.Class businessIface)
           
 java.util.Set findAll()
           
 ShippingMethod findByDisplayCode(java.lang.String displayCode)
           
 ShippingMethod read(DistributedReference ref)
           
 void updateShippingMethodCode(java.lang.String code, java.lang.String description)
          Update shipping method code, used by the CodeUpdateInjector via the RIB
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectManagerImpl
getContext, getReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Constructor Detail

ShippingMethodManagerImpl

public ShippingMethodManagerImpl(DistributedContext context)

ShippingMethodManagerImpl

public ShippingMethodManagerImpl()
Deprecated. pass a context

Method Detail

read

public ShippingMethod read(DistributedReference ref)
                    throws SystemException
Specified by:
read in interface ShippingMethodManager
Throws:
SystemException

findAll

public java.util.Set findAll()
                      throws SystemException
Specified by:
findAll in interface ShippingMethodManager
Throws:
SystemException

findByDisplayCode

public ShippingMethod findByDisplayCode(java.lang.String displayCode)
                                 throws SystemException
Specified by:
findByDisplayCode in interface ShippingMethodManager
Throws:
SystemException

addShippingMethodCode

public ShippingMethod addShippingMethodCode(java.lang.String code,
                                            java.lang.String description)
                                     throws SystemException,
                                            BusinessException
Add shipping method code, used by the CodeCreateInjector via the RIB

Throws:
SystemException
BusinessException

updateShippingMethodCode

public void updateShippingMethodCode(java.lang.String code,
                                     java.lang.String description)
                              throws SystemException,
                                     BusinessException
Update shipping method code, used by the CodeUpdateInjector via the RIB

Throws:
SystemException
BusinessException

fetchMoreReferences

protected ReferenceCache fetchMoreReferences(java.lang.Class businessIface)
                                      throws SystemException
Specified by:
fetchMoreReferences in class DistributedObjectManagerImpl
Throws:
SystemException


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