com.retek.component.shipping
Interface CarrierManager
- All Superinterfaces:
- DistributedObjectManager
- All Known Implementing Classes:
- CarrierManagerImpl
- public interface CarrierManager
- extends DistributedObjectManager
addCarrierCode
public Carrier addCarrierCode(java.lang.String code,
java.lang.String codeDescription)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
read
public Carrier read(DistributedReference ref)
throws SystemException
- Throws:
SystemException
findAll
public java.util.Set findAll()
throws SystemException
- Throws:
SystemException
findByDisplayCode
public Carrier findByDisplayCode(java.lang.String displayCode)
throws SystemException
- Throws:
SystemException
findDefaultPickupCarrier
public java.util.Set findDefaultPickupCarrier()
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28