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

All Known Implementing Classes:
CacheSellingItemDao, OracleSellingItemDao

public interface SellingItemDao


Method Summary
 ReferenceCache createReferenceCacheForPackSellingSku()
           
 ReferenceCache createReferenceCacheForPackSellingSkuComponent()
           
 ReferenceCache createReferenceCacheForSellingItem()
           
 ReferenceCache createReferenceCacheForSellingSku()
           
 java.util.Set find(SellingItemSearchCriteria criteria)
           
 java.util.Set find(SellingSkuSearchCriteria criteria)
           
 java.util.Set findParentItemIds(ItemIdSearchCriteria criteria)
           
 java.util.Map findSellableItemIdsForSellingSkuRefs(java.util.Set sellingSkuRefs)
           
 java.lang.String getNextMultiSellingItemDisplayCode()
           
 boolean isItemValidOnAnyBanner(java.lang.String mediaDisplayCode, java.lang.String sellingItemDisplayCode)
           
 SellingItemDto persist(SellingItemDto dto)
           
 SellingItemDto read(DistributedReference ref)
           
 SellingSkuDto readSellingSku(DistributedReference ref)
           
 void remove(SellingItemDto dto)
           
 

Method Detail

read

public SellingItemDto read(DistributedReference ref)
                    throws SystemException
Throws:
SystemException

readSellingSku

public SellingSkuDto readSellingSku(DistributedReference ref)
                             throws SystemException
Throws:
SystemException

persist

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

remove

public void remove(SellingItemDto dto)
            throws SystemException
Throws:
SystemException

find

public java.util.Set find(SellingItemSearchCriteria criteria)
                   throws SystemException
Throws:
SystemException

find

public java.util.Set find(SellingSkuSearchCriteria criteria)
                   throws SystemException
Throws:
SystemException

findParentItemIds

public java.util.Set findParentItemIds(ItemIdSearchCriteria criteria)
                                throws SystemException
Throws:
SystemException

getNextMultiSellingItemDisplayCode

public java.lang.String getNextMultiSellingItemDisplayCode()
                                                    throws SystemException
Throws:
SystemException

isItemValidOnAnyBanner

public boolean isItemValidOnAnyBanner(java.lang.String mediaDisplayCode,
                                      java.lang.String sellingItemDisplayCode)
                               throws SystemException
Throws:
SystemException

createReferenceCacheForSellingItem

public ReferenceCache createReferenceCacheForSellingItem()
                                                  throws SystemException
Throws:
SystemException

createReferenceCacheForSellingSku

public ReferenceCache createReferenceCacheForSellingSku()
                                                 throws SystemException
Throws:
SystemException

createReferenceCacheForPackSellingSku

public ReferenceCache createReferenceCacheForPackSellingSku()
                                                     throws SystemException
Throws:
SystemException

createReferenceCacheForPackSellingSkuComponent

public ReferenceCache createReferenceCacheForPackSellingSkuComponent()
                                                              throws SystemException
Throws:
SystemException

findSellableItemIdsForSellingSkuRefs

public java.util.Map findSellableItemIdsForSellingSkuRefs(java.util.Set sellingSkuRefs)
                                                   throws SystemException
Throws:
SystemException


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