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

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

public class CacheBannerChannelTypeDao
extends MemoryDao
implements BannerChannelTypeDao


Field Summary
static java.lang.String TEST_BANNER_CHANNEL_TYPE_ID
           
static java.lang.String TEST_TENDER_TYPE_ORDER_SOURCE_1
           
static java.lang.String TEST_TENDER_TYPE_ORDER_SOURCE_2
           
static java.lang.String TEST_TENDER_TYPE_ORDER_SOURCE_3
           
 
Constructor Summary
CacheBannerChannelTypeDao()
           
 
Method Summary
 java.util.Set find(BannerChannelTypeSearchCriteria criteria)
           
 java.util.Set findOfferCodes(OfferCodeSearchCriteria criteria)
           
static DistributedReference getNewReferenceForBannerChannelType()
           
static DistributedReference getNewReferenceForOfferCode()
           
static DistributedReference getNewReferenceForTenderTypeOrderSource()
           
static void insertBannerChannelType(BannerChannelTypeDto bannerChannelTypeDto)
           
static void insertOfferCode(OfferCodeDto offerCodeDto)
           
 BannerChannelTypeDto read(DistributedReference ref)
           
 OfferCodeDto readOfferCode(DistributedReference ref)
           
static void reset()
           
 
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
 

Field Detail

TEST_BANNER_CHANNEL_TYPE_ID

public static final java.lang.String TEST_BANNER_CHANNEL_TYPE_ID
See Also:
Constant Field Values

TEST_TENDER_TYPE_ORDER_SOURCE_1

public static final java.lang.String TEST_TENDER_TYPE_ORDER_SOURCE_1
See Also:
Constant Field Values

TEST_TENDER_TYPE_ORDER_SOURCE_2

public static final java.lang.String TEST_TENDER_TYPE_ORDER_SOURCE_2
See Also:
Constant Field Values

TEST_TENDER_TYPE_ORDER_SOURCE_3

public static final java.lang.String TEST_TENDER_TYPE_ORDER_SOURCE_3
See Also:
Constant Field Values
Constructor Detail

CacheBannerChannelTypeDao

public CacheBannerChannelTypeDao()
                          throws SystemException
Method Detail

reset

public static void reset()
                  throws SystemException
Throws:
SystemException

read

public BannerChannelTypeDto read(DistributedReference ref)
                          throws SystemException
Specified by:
read in interface BannerChannelTypeDao
Throws:
SystemException

readOfferCode

public OfferCodeDto readOfferCode(DistributedReference ref)
                           throws SystemException
Specified by:
readOfferCode in interface BannerChannelTypeDao
Throws:
SystemException

find

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

findOfferCodes

public java.util.Set findOfferCodes(OfferCodeSearchCriteria criteria)
                             throws SystemException
Specified by:
findOfferCodes in interface BannerChannelTypeDao
Throws:
SystemException

insertBannerChannelType

public static void insertBannerChannelType(BannerChannelTypeDto bannerChannelTypeDto)
                                    throws SystemException
Throws:
SystemException

insertOfferCode

public static void insertOfferCode(OfferCodeDto offerCodeDto)
                            throws SystemException
Throws:
SystemException

getNewReferenceForBannerChannelType

public static DistributedReference getNewReferenceForBannerChannelType()
                                                                throws SystemException
Throws:
SystemException

getNewReferenceForTenderTypeOrderSource

public static DistributedReference getNewReferenceForTenderTypeOrderSource()
                                                                    throws SystemException
Throws:
SystemException

getNewReferenceForOfferCode

public static DistributedReference getNewReferenceForOfferCode()
                                                        throws SystemException
Throws:
SystemException


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