com.retek.component.media
Interface SellingListManager

All Superinterfaces:
DistributedObjectManager
All Known Implementing Classes:
SellingListManagerImpl

public interface SellingListManager
extends DistributedObjectManager


Method Summary
 SellingList buildSellingListInstance(SellingListType type, Banner banner, ChannelType channelType)
           
 SellingListItem buildSellingListItemInstance()
           
 java.util.Set findSellingLists(SellingListSearchCriteria criteria)
           
 java.util.Set findSellingListsForOrderLine(CustomerOrderLine orderLine, SellingListType type)
           
 java.util.Set findUpSellListsForOrder(CustomerOrder customerOrder)
           
 SellingList readSellingList(DistributedReference reference)
           
 SellingListItem readSellingListItem(DistributedReference reference)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Method Detail

buildSellingListInstance

public SellingList buildSellingListInstance(SellingListType type,
                                            Banner banner,
                                            ChannelType channelType)
                                     throws SystemException
Throws:
SystemException

buildSellingListItemInstance

public SellingListItem buildSellingListItemInstance()
                                             throws SystemException
Throws:
SystemException

readSellingList

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

readSellingListItem

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

findSellingLists

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

findSellingListsForOrderLine

public java.util.Set findSellingListsForOrderLine(CustomerOrderLine orderLine,
                                                  SellingListType type)
                                           throws BusinessException,
                                                  SystemException
Throws:
BusinessException
SystemException

findUpSellListsForOrder

public java.util.Set findUpSellListsForOrder(CustomerOrder customerOrder)
                                      throws BusinessException,
                                             SystemException
Throws:
BusinessException
SystemException


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