com.retek.component.media.impl.persistence
Interface ShippingRateTableDao

All Known Implementing Classes:
CacheShippingRateTableDao, OracleShippingRateTableDao

public interface ShippingRateTableDao


Method Summary
 ReferenceCache createReferenceCacheForShippingRateTable()
           
 java.util.List findShippingRateTables(ShippingRateTableSearchCriteria searchCriteria)
           
 java.util.Set persist(java.util.Set dtos)
           
 ShippingRateTableDto persist(ShippingRateTableDto dto)
           
 ShippingRateTableDto read(DistributedReference reference)
           
 

Method Detail

createReferenceCacheForShippingRateTable

public ReferenceCache createReferenceCacheForShippingRateTable()
                                                        throws SystemException
Throws:
SystemException

read

public ShippingRateTableDto read(DistributedReference reference)
                          throws SystemException
Throws:
SystemException

findShippingRateTables

public java.util.List findShippingRateTables(ShippingRateTableSearchCriteria searchCriteria)
                                      throws SystemException
Throws:
SystemException

persist

public ShippingRateTableDto persist(ShippingRateTableDto dto)
                             throws SystemException,
                                    DuplicateNameException
Throws:
SystemException
DuplicateNameException

persist

public java.util.Set persist(java.util.Set dtos)
                      throws SystemException,
                             DuplicateNameException
Throws:
SystemException
DuplicateNameException


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