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

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

public class CacheChannelDao
extends MemoryDao
implements ChannelDao


Constructor Summary
CacheChannelDao()
           
 
Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 java.util.Set find(ChannelSearchCriteria criteria)
           
 ChannelDto persist(ChannelDto channelDto)
           
 ChannelDto readChannel(DistributedReference ref)
           
 
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

CacheChannelDao

public CacheChannelDao()
Method Detail

persist

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

readChannel

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

find

public java.util.Set find(ChannelSearchCriteria criteria)
                   throws SystemException
Specified by:
find 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