com.retek.commons.component.impl.persistence.cache
Class MemoryDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
Direct Known Subclasses:
CacheActivityRequestDao, CacheBannerChannelTypeDao, CacheBannerDao, CacheCallTagDao, CacheCarrierDao, CacheCatalogRequestDao, CacheCatalogTypeDao, CacheChannelDao, CacheChannelTypeDao, CacheCorrespondenceTemplateDao, CacheCorrespondenceTypeDao, CacheCorrespondenceTypeTemplateDao, CacheCustomerDao, CacheCustomerMergeRequestDao, CacheCustomerOrderCorrespondenceRequestDao, CacheCustomerOrderDao, CacheCustomerOrderLineDao, CacheDailyMessageDao, CacheDemandDao, CacheDirectShipOrderDao, CacheDropCodeDao, CacheEventDao, CacheGiftDao, CacheHighRiskZipDao, CacheHistoryEventDao, CacheItemAttributeDao, CacheItemAttributeScreenTypeDao, CacheItemCollectionDao, CacheLocationDao, CacheMailOrderBatchDao, CacheMediaDao, CacheMediaTypeDao, CacheMessageDao, CacheNegativeCustomerRecordDao, CacheNoCustomerInformationReturnDao, CacheOrderCancelReasonDao, CacheOrderPartialLineReasonDao, CacheOrderSourceDao, CachePaymentSettlementDao, CachePendRuleDao, CachePersonalizationColorDao, CachePersonalizationFontDao, CachePersonalizationStyleDao, CachePersonalizationTypeDao, CacheProductInformationDao, CachePromotionDao, CacheReturnReasonDao, CacheRoleDao, CacheSaeStoreDayDao, CacheSaeStoreTransactionContainerDao, CacheSeasonCodeDao, CacheSellingItemDao, CacheSellingItemDepictionDao, CacheSellingListDao, CacheShippedContainerDao, CacheShippingMethodDao, CacheShippingRateTableDao, CacheShipRestrictionDao, CacheStoreDao, CacheSubConceptDao, CacheSupplierReservationDao, CacheTaskDao, CacheTaxDao, CacheTenderTypeDao, CacheUserDao, CacheValueAddedServiceDao, CacheWarehouseDao, FooDao

public class MemoryDao
extends java.lang.Object


Constructor Summary
MemoryDao()
           
 
Method Summary
protected static ReferenceCache doCreateReferenceCache(java.lang.Class businessInterface)
           
protected static ReferenceCache doCreateReferenceCache(java.lang.Class businessInterface, java.lang.Class sequenceInterface)
           
protected static void doDelete(Dto dto)
           
protected static Dto doPersist(Dto dto)
           
protected static Dto doPersist(Dto dto, boolean checkContexts)
           
protected static Dto doRead(DistributedReference ref)
           
protected static java.util.Set doRead(java.util.Set refs)
           
protected static java.util.Set getDtosForType(java.lang.Class businessInterface)
           
static java.lang.String getSizeReport()
           
protected  boolean isWildCardEqual(java.lang.String nonWildCardString, java.lang.String wildCardString)
           
static void resetAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryDao

public MemoryDao()
Method Detail

resetAll

public static void resetAll()

getSizeReport

public static final java.lang.String getSizeReport()

getDtosForType

protected static java.util.Set getDtosForType(java.lang.Class businessInterface)

doCreateReferenceCache

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

doCreateReferenceCache

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

doRead

protected static Dto doRead(DistributedReference ref)
                     throws SystemException
Throws:
SystemException

doRead

protected static java.util.Set doRead(java.util.Set refs)
                               throws SystemException
Throws:
SystemException

doDelete

protected static void doDelete(Dto dto)
                        throws SystemException
Throws:
SystemException

doPersist

protected static Dto doPersist(Dto dto)
                        throws SystemException
Throws:
SystemException

doPersist

protected static Dto doPersist(Dto dto,
                               boolean checkContexts)
                        throws SystemException
Throws:
SystemException

isWildCardEqual

protected boolean isWildCardEqual(java.lang.String nonWildCardString,
                                  java.lang.String wildCardString)


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