com.retek.component.shipping.impl
Class ShippingMethodManagerImpl
java.lang.Object
com.retek.commons.component.impl.DistributedObjectManagerImpl
com.retek.component.shipping.impl.ShippingMethodManagerImpl
- All Implemented Interfaces:
- DistributedObjectManager, ShippingMethodManager
- public class ShippingMethodManagerImpl
- extends DistributedObjectManagerImpl
- implements ShippingMethodManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShippingMethodManagerImpl
public ShippingMethodManagerImpl(DistributedContext context)
ShippingMethodManagerImpl
public ShippingMethodManagerImpl()
- Deprecated. pass a context
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