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

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

public class CacheItemAttributeDao
extends MemoryDao
implements ItemAttributeDao


Constructor Summary
CacheItemAttributeDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForItemAttribute()
           
 java.util.Set find(ItemAttributeSearchCriteria criteria)
           
 ItemAttributeDto persist(ItemAttributeDto dto)
           
 ItemAttributeDto read(DistributedReference itemAttributeRef)
           
 
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

CacheItemAttributeDao

public CacheItemAttributeDao()
Method Detail

persist

public ItemAttributeDto persist(ItemAttributeDto dto)
                         throws SystemException
Specified by:
persist in interface ItemAttributeDao
Throws:
SystemException

read

public ItemAttributeDto read(DistributedReference itemAttributeRef)
                      throws SystemException
Specified by:
read in interface ItemAttributeDao
Throws:
SystemException

createReferenceCacheForItemAttribute

public ReferenceCache createReferenceCacheForItemAttribute()
                                                    throws SystemException
Specified by:
createReferenceCacheForItemAttribute in interface ItemAttributeDao
Throws:
SystemException

find

public java.util.Set find(ItemAttributeSearchCriteria criteria)
                   throws SystemException
Specified by:
find in interface ItemAttributeDao
Throws:
SystemException


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