com.retek.component.banner_channel.impl.persistence.cache
Class CacheChannelTypeDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.component.banner_channel.impl.persistence.cache.CacheChannelTypeDao
All Implemented Interfaces:
ChannelTypeDao

public class CacheChannelTypeDao
extends MemoryDao
implements ChannelTypeDao


Constructor Summary
CacheChannelTypeDao()
           
 
Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 java.util.Set find(ChannelTypeSearchCriteria criteria)
           
 java.util.Set getAllChannelTypes()
           
 ChannelTypeDto read(DistributedReference ref)
           
 ChannelTypeDto submit(ChannelTypeDto dto)
           
 
Methods inherited from class com.retek.commons.component.impl.persistence.cache.MemoryDao
doCreateReferenceCache, doCreateReferenceCache, doDelete, doPersist, doPersist, doRead, doRead, getDtosForType, getSizeReport, isWildCardEqual, resetAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheChannelTypeDao

public CacheChannelTypeDao()
Method Detail

submit

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

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

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