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

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

public class CacheItemAttributeScreenTypeDao
extends MemoryDao
implements ItemAttributeScreenTypeDao


Constructor Summary
CacheItemAttributeScreenTypeDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForItemAttributeScreenType()
           
 ReferenceCache createReferenceCacheForItemAttributeScreenTypeRelation()
           
 java.util.Set find(ItemAttributeScreenTypeSearchCriteria criteria)
           
 java.util.Set findRelations(DistributedReference itemAttributeRef)
           
 ItemAttributeScreenTypeDto persist(ItemAttributeScreenTypeDto dto)
           
 ItemAttributeScreenTypeDto read(DistributedReference itemAttributeScreenTypeRef)
           
 ItemAttributeScreenTypeRelationDto readRelation(DistributedReference itemAttributeScreenTypeRelationRef)
           
 
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

CacheItemAttributeScreenTypeDao

public CacheItemAttributeScreenTypeDao()
Method Detail

createReferenceCacheForItemAttributeScreenType

public ReferenceCache createReferenceCacheForItemAttributeScreenType()
                                                              throws SystemException
Specified by:
createReferenceCacheForItemAttributeScreenType in interface ItemAttributeScreenTypeDao
Throws:
SystemException

persist

public ItemAttributeScreenTypeDto persist(ItemAttributeScreenTypeDto dto)
                                   throws SystemException
Specified by:
persist in interface ItemAttributeScreenTypeDao
Throws:
SystemException

read

public ItemAttributeScreenTypeDto read(DistributedReference itemAttributeScreenTypeRef)
                                throws SystemException
Specified by:
read in interface ItemAttributeScreenTypeDao
Throws:
SystemException

find

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

createReferenceCacheForItemAttributeScreenTypeRelation

public ReferenceCache createReferenceCacheForItemAttributeScreenTypeRelation()
                                                                      throws SystemException
Specified by:
createReferenceCacheForItemAttributeScreenTypeRelation in interface ItemAttributeScreenTypeDao
Throws:
SystemException

readRelation

public ItemAttributeScreenTypeRelationDto readRelation(DistributedReference itemAttributeScreenTypeRelationRef)
                                                throws SystemException
Specified by:
readRelation in interface ItemAttributeScreenTypeDao
Throws:
SystemException

findRelations

public java.util.Set findRelations(DistributedReference itemAttributeRef)
                            throws SystemException
Specified by:
findRelations in interface ItemAttributeScreenTypeDao
Throws:
SystemException


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