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

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

public class CacheBannerDao
extends MemoryDao
implements BannerDao


Constructor Summary
CacheBannerDao()
           
 
Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
protected static ReferenceCache doCreateReferenceCache(java.lang.Class businessInterface)
           
 java.util.Set find(BannerSearchCriteria criteria)
           
 java.lang.String getNextGiftingSeasonId()
           
 java.lang.String getNextGiftServiceId()
           
 BannerDto read(DistributedReference ref)
           
 BannerDto submit(BannerDto aBannerDto)
           
 
Methods inherited from class com.retek.commons.component.impl.persistence.cache.MemoryDao
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

CacheBannerDao

public CacheBannerDao()
Method Detail

submit

public BannerDto submit(BannerDto aBannerDto)
                 throws SystemException
Specified by:
submit in interface BannerDao
Throws:
SystemException

read

public BannerDto read(DistributedReference ref)
               throws SystemException
Specified by:
read in interface BannerDao
Throws:
SystemException

createReferenceCache

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

doCreateReferenceCache

protected static ReferenceCache doCreateReferenceCache(java.lang.Class businessInterface)
                                                throws SystemException
Throws:
SystemException

find

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

getNextGiftServiceId

public java.lang.String getNextGiftServiceId()
                                      throws SystemException
Throws:
SystemException

getNextGiftingSeasonId

public java.lang.String getNextGiftingSeasonId()
                                        throws SystemException
Throws:
SystemException


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