com.retek.component.media.impl.persistence.cache
Class CacheShippingRateTableDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.component.media.impl.persistence.cache.CacheShippingRateTableDao
All Implemented Interfaces:
ShippingRateTableDao

public class CacheShippingRateTableDao
extends MemoryDao
implements ShippingRateTableDao


Constructor Summary
CacheShippingRateTableDao()
           
 
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)
           
static void reset()
           
 
Methods inherited from class com.retek.commons.component.impl.persistence.cache.MemoryDao
doCreateReferenceCache, doCreateReferenceCache, doDelete, doPersist, doPersist, doRead, doRead, getDtosForType, getSizeReport, isWildCardEqual, resetAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheShippingRateTableDao

public CacheShippingRateTableDao()
Method Detail

reset

public static void reset()

read

public ShippingRateTableDto read(DistributedReference reference)
                          throws SystemException
Specified by:
read in interface ShippingRateTableDao
Throws:
SystemException

createReferenceCacheForShippingRateTable

public ReferenceCache createReferenceCacheForShippingRateTable()
                                                        throws SystemException
Specified by:
createReferenceCacheForShippingRateTable in interface ShippingRateTableDao
Throws:
SystemException

persist

public ShippingRateTableDto persist(ShippingRateTableDto dto)
                             throws SystemException,
                                    DuplicateNameException
Specified by:
persist in interface ShippingRateTableDao
Throws:
SystemException
DuplicateNameException

persist

public java.util.Set persist(java.util.Set dtos)
                      throws SystemException,
                             DuplicateNameException
Specified by:
persist in interface ShippingRateTableDao
Throws:
SystemException
DuplicateNameException

findShippingRateTables

public java.util.List findShippingRateTables(ShippingRateTableSearchCriteria searchCriteria)
                                      throws SystemException
Specified by:
findShippingRateTables in interface ShippingRateTableDao
Throws:
SystemException


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