com.retek.component.shipping.impl.persistence
Interface CarrierDao
- All Known Implementing Classes:
- CacheCarrierDao, OracleCarrierDao
- public interface CarrierDao
read
public CarrierDto read(DistributedReference ref)
throws InvalidIdException,
SystemException
- Throws:
InvalidIdException
SystemException
submit
public CarrierDto submit(CarrierDto dto)
throws SystemException
- Throws:
SystemException
findAll
public java.util.Set findAll()
throws SystemException
- Throws:
SystemException
createReferenceCacheForCarrier
public ReferenceCache createReferenceCacheForCarrier()
throws SystemException
- Throws:
SystemException
findByDisplayCode
public CarrierDto 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