com.retek.component.item.impl.persistence.cache
Class CacheItemCollectionDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.component.item.impl.persistence.cache.CacheItemCollectionDao
All Implemented Interfaces:
ItemCollectionDao

public class CacheItemCollectionDao
extends MemoryDao
implements ItemCollectionDao


Constructor Summary
CacheItemCollectionDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForItemCollection()
           
 java.util.Set findItemCollections(ItemCollectionSearchCriteria criteria)
           
 ItemCollectionDto read(DistributedReference itemCollectionRef)
           
 ItemCollectionDto submit(ItemCollectionDto dto)
           
 
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

CacheItemCollectionDao

public CacheItemCollectionDao()
                       throws SystemException
Method Detail

createReferenceCacheForItemCollection

public ReferenceCache createReferenceCacheForItemCollection()
                                                     throws SystemException
Specified by:
createReferenceCacheForItemCollection in interface ItemCollectionDao
Throws:
SystemException

submit

public ItemCollectionDto submit(ItemCollectionDto dto)
                         throws SystemException
Specified by:
submit in interface ItemCollectionDao
Throws:
SystemException

read

public ItemCollectionDto read(DistributedReference itemCollectionRef)
                       throws SystemException
Specified by:
read in interface ItemCollectionDao
Throws:
SystemException

findItemCollections

public java.util.Set findItemCollections(ItemCollectionSearchCriteria criteria)
                                  throws SystemException
Specified by:
findItemCollections in interface ItemCollectionDao
Throws:
SystemException


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