com.retek.component.location.impl.persistence.cache
Class CacheWarehouseDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.component.location.impl.persistence.cache.CacheWarehouseDao
All Implemented Interfaces:
WarehouseDao

public class CacheWarehouseDao
extends MemoryDao
implements WarehouseDao


Constructor Summary
CacheWarehouseDao()
           
 
Method Summary
 WarehouseDto persist(WarehouseDto dto)
           
 WarehouseDto read(DistributedReference ref)
           
 java.util.Set readWarehouses(java.util.Collection references)
           
 
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

CacheWarehouseDao

public CacheWarehouseDao()
Method Detail

read

public WarehouseDto read(DistributedReference ref)
                  throws SystemException
Specified by:
read in interface WarehouseDao
Throws:
SystemException

readWarehouses

public java.util.Set readWarehouses(java.util.Collection references)
                             throws SystemException
Specified by:
readWarehouses in interface WarehouseDao
Throws:
SystemException

persist

public WarehouseDto persist(WarehouseDto dto)
                     throws SystemException
Specified by:
persist in interface WarehouseDao
Throws:
SystemException


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