com.retek.component.shipping.impl
Class CarrierManagerImpl
java.lang.Object
com.retek.commons.component.impl.DistributedObjectManagerImpl
com.retek.component.shipping.impl.CarrierManagerImpl
- All Implemented Interfaces:
- CarrierManager, DistributedObjectManager
- public class CarrierManagerImpl
- extends DistributedObjectManagerImpl
- implements CarrierManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CarrierManagerImpl
public CarrierManagerImpl(DistributedContext context)
CarrierManagerImpl
public CarrierManagerImpl()
- Deprecated. pass a context
addCarrierCode
public Carrier addCarrierCode(java.lang.String code,
java.lang.String description)
throws SystemException,
BusinessException
- Specified by:
addCarrierCode
in interface CarrierManager
- Throws:
SystemException
BusinessException
updateCarrierCode
public void updateCarrierCode(java.lang.String code,
java.lang.String description)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
read
public Carrier read(DistributedReference ref)
throws SystemException
- Specified by:
read
in interface CarrierManager
- Throws:
SystemException
findAll
public java.util.Set findAll()
throws SystemException
- Specified by:
findAll
in interface CarrierManager
- Throws:
SystemException
findByDisplayCode
public Carrier findByDisplayCode(java.lang.String displayCode)
throws SystemException
- Specified by:
findByDisplayCode
in interface CarrierManager
- Throws:
SystemException
fetchMoreReferences
protected ReferenceCache fetchMoreReferences(java.lang.Class businessIface)
throws SystemException
- Specified by:
fetchMoreReferences
in class DistributedObjectManagerImpl
- Throws:
SystemException
findDefaultPickupCarrier
public java.util.Set findDefaultPickupCarrier()
throws SystemException
- Specified by:
findDefaultPickupCarrier
in interface CarrierManager
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28