com.retek.component.banner_channel.impl.persistence.db.oracle
Class OracleChannelDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.banner_channel.impl.persistence.db.oracle.OracleChannelDao
All Implemented Interfaces:
ChannelDao

public class OracleChannelDao
extends AbstractOracleDao
implements ChannelDao


Constructor Summary
OracleChannelDao()
           
 
Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 java.util.Set find(ChannelSearchCriteria criteria)
           
protected  java.lang.String getDaoResourceProperty()
           
 ChannelDto persist(ChannelDto dto)
           
 ChannelDto readChannel(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

OracleChannelDao

public OracleChannelDao()
Method Detail

readChannel

public ChannelDto readChannel(DistributedReference ref)
                       throws SystemException
Specified by:
readChannel in interface ChannelDao
Throws:
SystemException

getDaoResourceProperty

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

find

public java.util.Set find(ChannelSearchCriteria criteria)
                   throws SystemException
Specified by:
find in interface ChannelDao
Throws:
SystemException

persist

public ChannelDto persist(ChannelDto dto)
                   throws SystemException
Specified by:
persist in interface ChannelDao
Throws:
SystemException

createReferenceCache

public ReferenceCache createReferenceCache(java.lang.Class businessInterface)
                                    throws SystemException
Specified by:
createReferenceCache in interface ChannelDao
Throws:
SystemException


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