com.retek.component.media.impl.persistence.cache
Class CacheSellingListDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.component.media.impl.persistence.cache.CacheSellingListDao
All Implemented Interfaces:
SellingListDao

public class CacheSellingListDao
extends MemoryDao
implements SellingListDao


Constructor Summary
CacheSellingListDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForSellingList()
           
 ReferenceCache createReferenceCacheForSellingListItem()
           
 java.util.Set findSellingLists(SellingListSearchCriteria searchCriteria)
           
 SellingListDto persist(SellingListDto dto)
           
 SellingListDto readSellingList(DistributedReference reference)
           
 SellingListItemDto readSellingListItem(DistributedReference reference)
           
 
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

CacheSellingListDao

public CacheSellingListDao()
Method Detail

createReferenceCacheForSellingList

public ReferenceCache createReferenceCacheForSellingList()
                                                  throws SystemException
Specified by:
createReferenceCacheForSellingList in interface SellingListDao
Throws:
SystemException

createReferenceCacheForSellingListItem

public ReferenceCache createReferenceCacheForSellingListItem()
                                                      throws SystemException
Specified by:
createReferenceCacheForSellingListItem in interface SellingListDao
Throws:
SystemException

persist

public SellingListDto persist(SellingListDto dto)
                       throws SystemException
Specified by:
persist in interface SellingListDao
Throws:
SystemException

readSellingList

public SellingListDto readSellingList(DistributedReference reference)
                               throws SystemException
Specified by:
readSellingList in interface SellingListDao
Throws:
SystemException

readSellingListItem

public SellingListItemDto readSellingListItem(DistributedReference reference)
                                       throws SystemException
Specified by:
readSellingListItem in interface SellingListDao
Throws:
SystemException

findSellingLists

public java.util.Set findSellingLists(SellingListSearchCriteria searchCriteria)
                               throws SystemException
Specified by:
findSellingLists in interface SellingListDao
Throws:
SystemException


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