com.retek.component.shipping
Interface ShippingMethodManager

All Superinterfaces:
DistributedObjectManager
All Known Implementing Classes:
ShippingMethodManagerImpl

public interface ShippingMethodManager
extends DistributedObjectManager


Method Summary
 java.util.Set findAll()
           
 ShippingMethod findByDisplayCode(java.lang.String displayCode)
           
 ShippingMethod read(DistributedReference ref)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Method Detail

read

public ShippingMethod read(DistributedReference ref)
                    throws SystemException
Throws:
SystemException

findAll

public java.util.Set findAll()
                      throws SystemException
Throws:
SystemException

findByDisplayCode

public ShippingMethod findByDisplayCode(java.lang.String displayCode)
                                 throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28