com.retek.component.item.impl.persistence.cache
Class CacheProductInformationDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.component.item.impl.persistence.cache.CacheProductInformationDao
All Implemented Interfaces:
ProductInformationDao

public class CacheProductInformationDao
extends MemoryDao
implements ProductInformationDao


Constructor Summary
CacheProductInformationDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForFreeFormUdaProductInformationAttribute()
           
 ReferenceCache createReferenceCacheForItemProductInformationAttribute()
           
 ReferenceCache createReferenceCacheForProductInformation()
           
 ReferenceCache createReferenceCacheForUdaHeaderProductInformationAttribute()
           
 java.util.Set find(ProductInformationSearchCriteria criteria)
           
 ProductInformationDto persist(ProductInformationDto dto)
           
 ProductInformationDto read(DistributedReference productInformationRef)
           
 
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

CacheProductInformationDao

public CacheProductInformationDao()
Method Detail

createReferenceCacheForProductInformation

public ReferenceCache createReferenceCacheForProductInformation()
                                                         throws SystemException
Specified by:
createReferenceCacheForProductInformation in interface ProductInformationDao
Throws:
SystemException

createReferenceCacheForItemProductInformationAttribute

public ReferenceCache createReferenceCacheForItemProductInformationAttribute()
                                                                      throws SystemException
Specified by:
createReferenceCacheForItemProductInformationAttribute in interface ProductInformationDao
Throws:
SystemException

createReferenceCacheForUdaHeaderProductInformationAttribute

public ReferenceCache createReferenceCacheForUdaHeaderProductInformationAttribute()
                                                                           throws SystemException
Specified by:
createReferenceCacheForUdaHeaderProductInformationAttribute in interface ProductInformationDao
Throws:
SystemException

createReferenceCacheForFreeFormUdaProductInformationAttribute

public ReferenceCache createReferenceCacheForFreeFormUdaProductInformationAttribute()
                                                                             throws SystemException
Specified by:
createReferenceCacheForFreeFormUdaProductInformationAttribute in interface ProductInformationDao
Throws:
SystemException

persist

public ProductInformationDto persist(ProductInformationDto dto)
                              throws SystemException
Specified by:
persist in interface ProductInformationDao
Throws:
SystemException

read

public ProductInformationDto read(DistributedReference productInformationRef)
                           throws SystemException
Specified by:
read in interface ProductInformationDao
Throws:
SystemException

find

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


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