com.retek.component.shipping
Interface CarrierManager

All Superinterfaces:
DistributedObjectManager

public interface CarrierManager
extends DistributedObjectManager


Method Summary
 Carrier addCarrierCode(java.lang.String code, java.lang.String codeDescription)
           
 java.util.Set findAll()
           
 Carrier findByDisplayCode(java.lang.String displayCode)
           
 java.util.Set findDefaultPickupCarrier()
           
 Carrier read(DistributedReference ref)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Method Detail

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25