|
|||||||||||
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.CacheMediaTypeDao
Constructor Summary | |
CacheMediaTypeDao()
|
Method Summary | |
ReferenceCache |
createReferenceCacheForMediaType()
|
void |
delete(MediaTypeDto dto)
|
java.util.Set |
findAll()
|
MediaTypeDto |
persist(MediaTypeDto dto)
|
MediaTypeDto |
read(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 |
public CacheMediaTypeDao()
Method Detail |
public MediaTypeDto read(DistributedReference reference) throws SystemException
read
in interface MediaTypeDao
SystemException
public MediaTypeDto persist(MediaTypeDto dto) throws SystemException
persist
in interface MediaTypeDao
SystemException
public java.util.Set findAll() throws SystemException
findAll
in interface MediaTypeDao
SystemException
public ReferenceCache createReferenceCacheForMediaType() throws SystemException
createReferenceCacheForMediaType
in interface MediaTypeDao
SystemException
public void delete(MediaTypeDto dto) throws SystemException
delete
in interface MediaTypeDao
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |