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

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

public class OracleChannelTypeDao
extends AbstractOracleDao
implements ChannelTypeDao


Constructor Summary
OracleChannelTypeDao()
           
 
Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 java.util.Set find(ChannelTypeSearchCriteria criteria)
           
 java.util.Set getAllChannelTypes()
           
protected  java.lang.String getDaoResourceProperty()
           
 ChannelTypeDto read(DistributedReference ref)
           
 ChannelTypeDto submit(ChannelTypeDto 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

OracleChannelTypeDao

public OracleChannelTypeDao()
Method Detail

read

public ChannelTypeDto read(DistributedReference ref)
                    throws SystemException
Specified by:
read in interface ChannelTypeDao
Throws:
SystemException

find

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

getDaoResourceProperty

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

submit

public ChannelTypeDto submit(ChannelTypeDto dto)
                      throws SystemException
Specified by:
submit in interface ChannelTypeDao
Throws:
SystemException

getAllChannelTypes

public java.util.Set getAllChannelTypes()
                                 throws SystemException
Specified by:
getAllChannelTypes in interface ChannelTypeDao
Throws:
SystemException

createReferenceCache

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


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