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

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

public class CacheSeasonCodeDao
extends MemoryDao
implements SeasonCodeDao


Constructor Summary
CacheSeasonCodeDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForSeasonCode()
           
 void delete(SeasonCodeDto dto)
           
 java.util.Set findAll()
           
 SeasonCodeDto persist(SeasonCodeDto dto)
           
 SeasonCodeDto read(DistributedReference ref)
           
 
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

CacheSeasonCodeDao

public CacheSeasonCodeDao()
Method Detail

read

public SeasonCodeDto read(DistributedReference ref)
                   throws SystemException
Specified by:
read in interface SeasonCodeDao
Throws:
SystemException

persist

public SeasonCodeDto persist(SeasonCodeDto dto)
                      throws SystemException
Specified by:
persist in interface SeasonCodeDao
Throws:
SystemException

findAll

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

createReferenceCacheForSeasonCode

public ReferenceCache createReferenceCacheForSeasonCode()
                                                 throws SystemException
Specified by:
createReferenceCacheForSeasonCode in interface SeasonCodeDao
Throws:
SystemException

delete

public void delete(SeasonCodeDto dto)
            throws SystemException
Specified by:
delete in interface SeasonCodeDao
Throws:
SystemException


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