|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.component.impl.persistence.cache.MemoryDao
com.retek.component.media.impl.persistence.cache.CacheSellingListDao
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 |
public CacheSellingListDao()
Method Detail |
public ReferenceCache createReferenceCacheForSellingList() throws SystemException
createReferenceCacheForSellingList
in interface SellingListDao
SystemException
public ReferenceCache createReferenceCacheForSellingListItem() throws SystemException
createReferenceCacheForSellingListItem
in interface SellingListDao
SystemException
public SellingListDto persist(SellingListDto dto) throws SystemException
persist
in interface SellingListDao
SystemException
public SellingListDto readSellingList(DistributedReference reference) throws SystemException
readSellingList
in interface SellingListDao
SystemException
public SellingListItemDto readSellingListItem(DistributedReference reference) throws SystemException
readSellingListItem
in interface SellingListDao
SystemException
public java.util.Set findSellingLists(SellingListSearchCriteria searchCriteria) throws SystemException
findSellingLists
in interface SellingListDao
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |