|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.component.impl.persistence.cache.MemoryDao
com.retek.component.media.impl.persistence.cache.CacheSeasonCodeDao
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 |
public CacheSeasonCodeDao()
Method Detail |
public SeasonCodeDto read(DistributedReference ref) throws SystemException
read
in interface SeasonCodeDao
SystemException
public SeasonCodeDto persist(SeasonCodeDto dto) throws SystemException
persist
in interface SeasonCodeDao
SystemException
public java.util.Set findAll() throws SystemException
findAll
in interface SeasonCodeDao
SystemException
public ReferenceCache createReferenceCacheForSeasonCode() throws SystemException
createReferenceCacheForSeasonCode
in interface SeasonCodeDao
SystemException
public void delete(SeasonCodeDto dto) throws SystemException
delete
in interface SeasonCodeDao
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |