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

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

public class OracleSubConceptDao
extends AbstractOracleDao
implements SubConceptDao


Constructor Summary
OracleSubConceptDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForSubConcept()
           
 java.util.Set findAll()
           
protected  java.lang.String getDaoResourceProperty()
           
 SubConceptDto read(DistributedReference ref)
           
 SubConceptDto submit(SubConceptDto dto)
           
 
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

OracleSubConceptDao

public OracleSubConceptDao()
Method Detail

read

public SubConceptDto read(DistributedReference ref)
                   throws SystemException,
                          InvalidReferenceException
Specified by:
read in interface SubConceptDao
Throws:
SystemException
InvalidReferenceException

submit

public SubConceptDto submit(SubConceptDto dto)
                     throws SystemException
Specified by:
submit in interface SubConceptDao
Throws:
SystemException

findAll

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

createReferenceCacheForSubConcept

public ReferenceCache createReferenceCacheForSubConcept()
                                                 throws SystemException
Specified by:
createReferenceCacheForSubConcept in interface SubConceptDao
Throws:
SystemException

getDaoResourceProperty

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


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