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

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

public class CacheSubConceptDao
extends MemoryDao
implements SubConceptDao


Constructor Summary
CacheSubConceptDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForSubConcept()
           
 void delete(SubConceptDto dto)
           
 java.util.Set findAll()
           
 SubConceptDto read(DistributedReference ref)
           
 SubConceptDto submit(SubConceptDto 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

CacheSubConceptDao

public CacheSubConceptDao()
Method Detail

read

public SubConceptDto read(DistributedReference ref)
                   throws SystemException
Specified by:
read in interface SubConceptDao
Throws:
SystemException

submit

public SubConceptDto submit(SubConceptDto dto)
                     throws SystemException
Specified by:
submit in interface SubConceptDao
Throws:
SystemException

findAll

public java.util.Set findAll()
                      throws SystemException
Specified by:
findAll in interface SubConceptDao
Throws:
SystemException

createReferenceCacheForSubConcept

public ReferenceCache createReferenceCacheForSubConcept()
                                                 throws SystemException
Specified by:
createReferenceCacheForSubConcept in interface SubConceptDao
Throws:
SystemException

delete

public void delete(SubConceptDto dto)
            throws SystemException
Throws:
SystemException


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