com.retek.component.media.impl.persistence.db.oracle
Class OracleMediaDao
java.lang.Object
com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.media.impl.persistence.db.oracle.OracleMediaDao
- All Implemented Interfaces:
- MediaDao
- public class OracleMediaDao
- extends AbstractOracleDao
- implements MediaDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleMediaDao
public OracleMediaDao()
read
public MediaDto read(DistributedReference reference)
throws SystemException
- Specified by:
read
in interface MediaDao
- Throws:
SystemException
persist
public MediaDto persist(MediaDto mediaDto)
throws SystemException
- Specified by:
persist
in interface MediaDao
- Throws:
SystemException
createDisplayCodeForNewMedia
public java.lang.String createDisplayCodeForNewMedia(java.lang.String bannerDisplayCode)
throws SystemException
- Specified by:
createDisplayCodeForNewMedia
in interface MediaDao
- Throws:
SystemException
createReferenceCacheForMedia
public ReferenceCache createReferenceCacheForMedia()
throws SystemException
- Specified by:
createReferenceCacheForMedia
in interface MediaDao
- Throws:
SystemException
getDaoResourceProperty
protected java.lang.String getDaoResourceProperty()
- Overrides:
getDaoResourceProperty
in class AbstractOracleDao
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
findSourceCodes
public java.util.Set findSourceCodes(SourceCodeSearchCriteria criteria)
throws SystemException
- Specified by:
findSourceCodes
in interface MediaDao
- Throws:
SystemException
readSourceCode
public SourceCodeDto readSourceCode(DistributedReference sourceCodeRef)
throws SystemException
- Specified by:
readSourceCode
in interface MediaDao
- Throws:
SystemException
findMostRecentActiveSourceCode
public SourceCodeDto findMostRecentActiveSourceCode(java.lang.String sourceCode)
throws SystemException
- Specified by:
findMostRecentActiveSourceCode
in interface MediaDao
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28