com.retek.component.shipping.impl
Class CarrierManagerImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.DistributedObjectManagerImpl
      extended bycom.retek.component.shipping.impl.CarrierManagerImpl
All Implemented Interfaces:
CarrierManager, DistributedObjectManager

public class CarrierManagerImpl
extends DistributedObjectManagerImpl
implements CarrierManager


Constructor Summary
CarrierManagerImpl()
          Deprecated. pass a context
CarrierManagerImpl(DistributedContext context)
           
 
Method Summary
 Carrier addCarrierCode(java.lang.String code, java.lang.String description)
           
protected  ReferenceCache fetchMoreReferences(java.lang.Class businessIface)
           
 java.util.Set findAll()
           
 Carrier findByDisplayCode(java.lang.String displayCode)
           
 java.util.Set findDefaultPickupCarrier()
           
 Carrier read(DistributedReference ref)
           
 void updateCarrierCode(java.lang.String code, java.lang.String description)
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectManagerImpl
getContext, getReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Constructor Detail

CarrierManagerImpl

public CarrierManagerImpl(DistributedContext context)

CarrierManagerImpl

public CarrierManagerImpl()
Deprecated. pass a context

Method Detail

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