com.retek.commons.component.test.impl.remote.persistence
Class FooDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.commons.component.test.impl.remote.persistence.FooDao

public class FooDao
extends MemoryDao


Constructor Summary
FooDao()
           
 
Method Summary
 void delete(FooDto dto)
           
 FooDto persist(FooDto dto)
           
 FooDto read(DistributedReference reference)
           
 BarDto readBar(DistributedReference reference)
           
 
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

FooDao

public FooDao()
Method Detail

read

public FooDto read(DistributedReference reference)
            throws SystemException
Throws:
SystemException

readBar

public BarDto readBar(DistributedReference reference)
               throws SystemException
Throws:
SystemException

persist

public FooDto persist(FooDto dto)
               throws SystemException
Throws:
SystemException

delete

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


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