com.retek.component.media.impl.persistence.db.oracle
Class OracleMediaTypeDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.media.impl.persistence.db.oracle.OracleMediaTypeDao
All Implemented Interfaces:
MediaTypeDao

public class OracleMediaTypeDao
extends AbstractOracleDao
implements MediaTypeDao


Constructor Summary
OracleMediaTypeDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForMediaType()
           
 void delete(MediaTypeDto dto)
           
 java.util.Set findAll()
           
protected  java.lang.String getDaoResourceProperty()
           
 MediaTypeDto persist(MediaTypeDto dto)
           
 MediaTypeDto read(DistributedReference ref)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleMediaTypeDao

public OracleMediaTypeDao()
Method Detail

read

public MediaTypeDto read(DistributedReference ref)
                  throws SystemException,
                         InvalidIdException
Specified by:
read in interface MediaTypeDao
Throws:
SystemException
InvalidIdException

getDaoResourceProperty

protected java.lang.String getDaoResourceProperty()
Overrides:
getDaoResourceProperty in class AbstractOracleDao

persist

public MediaTypeDto persist(MediaTypeDto dto)
                     throws SystemException
Specified by:
persist in interface MediaTypeDao
Throws:
SystemException

delete

public void delete(MediaTypeDto dto)
            throws SystemException
Specified by:
delete in interface MediaTypeDao
Throws:
SystemException

findAll

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

createReferenceCacheForMediaType

public ReferenceCache createReferenceCacheForMediaType()
                                                throws SystemException
Specified by:
createReferenceCacheForMediaType in interface MediaTypeDao
Throws:
SystemException


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