com.retek.component.media.impl.persistence
Interface SellingListDao

All Known Implementing Classes:
CacheSellingListDao, OracleSellingListDao

public interface SellingListDao


Method Summary
 ReferenceCache createReferenceCacheForSellingList()
           
 ReferenceCache createReferenceCacheForSellingListItem()
           
 java.util.Set findSellingLists(SellingListSearchCriteria searchCriteria)
           
 SellingListDto persist(SellingListDto dto)
           
 SellingListDto readSellingList(DistributedReference reference)
           
 SellingListItemDto readSellingListItem(DistributedReference reference)
           
 

Method Detail

createReferenceCacheForSellingList

public ReferenceCache createReferenceCacheForSellingList()
                                                  throws SystemException
Throws:
SystemException

createReferenceCacheForSellingListItem

public ReferenceCache createReferenceCacheForSellingListItem()
                                                      throws SystemException
Throws:
SystemException

persist

public SellingListDto persist(SellingListDto dto)
                       throws SystemException
Throws:
SystemException

readSellingList

public SellingListDto readSellingList(DistributedReference reference)
                               throws SystemException
Throws:
SystemException

findSellingLists

public java.util.Set findSellingLists(SellingListSearchCriteria searchCriteria)
                               throws SystemException
Throws:
SystemException

readSellingListItem

public SellingListItemDto readSellingListItem(DistributedReference reference)
                                       throws SystemException
Throws:
SystemException


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