com.retek.component.media.impl.persistence.cache
Class CacheMediaDao
java.lang.Object
com.retek.commons.component.impl.persistence.cache.MemoryDao
com.retek.component.media.impl.persistence.cache.CacheMediaDao
- All Implemented Interfaces:
- MediaDao
- public class CacheMediaDao
- extends MemoryDao
- implements MediaDao
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 |
CacheMediaDao
public CacheMediaDao()
reset
public static void reset()
read
public MediaDto read(DistributedReference reference)
throws SystemException
- Specified by:
read
in interface MediaDao
- Throws:
SystemException
createReferenceCacheForMedia
public ReferenceCache createReferenceCacheForMedia()
throws SystemException
- Specified by:
createReferenceCacheForMedia
in interface MediaDao
- Throws:
SystemException
createDisplayCodeForNewMedia
public java.lang.String createDisplayCodeForNewMedia(java.lang.String bannerId)
throws SystemException
- Specified by:
createDisplayCodeForNewMedia
in interface MediaDao
- Throws:
SystemException
persist
public MediaDto persist(MediaDto dto)
throws SystemException
- Specified by:
persist
in interface MediaDao
- Throws:
SystemException
findMedia
public java.util.Set findMedia(MediaSearchCriteria searchCriteria)
throws SystemException
- Specified by:
findMedia
in interface MediaDao
- Throws:
SystemException
createReferenceCacheForSourceCode
public ReferenceCache createReferenceCacheForSourceCode()
throws SystemException
- Specified by:
createReferenceCacheForSourceCode
in interface MediaDao
- Throws:
SystemException
sourceCodeExists
public boolean sourceCodeExists(java.lang.String displayCode)
throws SystemException
- Specified by:
sourceCodeExists
in interface MediaDao
- Throws:
SystemException
getSourceCodes
public java.util.Set getSourceCodes(java.lang.String displayCode)
throws SystemException
- Throws:
SystemException
findSourceCodes
public java.util.Set findSourceCodes(SourceCodeSearchCriteria searchCriteria)
throws SystemException
- Specified by:
findSourceCodes
in interface MediaDao
- Throws:
SystemException
readSourceCode
public SourceCodeDto readSourceCode(DistributedReference reference)
throws SystemException
- Specified by:
readSourceCode
in interface MediaDao
- Throws:
SystemException
findMostRecentActiveSourceCode
public SourceCodeDto findMostRecentActiveSourceCode(java.lang.String sourceCodeText)
throws SystemException
- Specified by:
findMostRecentActiveSourceCode
in interface MediaDao
- Throws:
SystemException
findMediaForSourceCode
public java.util.Set findMediaForSourceCode(SourceCodeDto sourceCodeDto)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28