com.retek.component.media.impl
Class SellingListManagerImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.DistributedObjectManagerImpl
      extended bycom.retek.component.media.impl.SellingListManagerImpl
All Implemented Interfaces:
DistributedObjectManager, SellingListManager

public class SellingListManagerImpl
extends DistributedObjectManagerImpl
implements SellingListManager


Constructor Summary
SellingListManagerImpl(DistributedContext context)
           
 
Method Summary
 SellingList buildSellingListInstance(SellingListType type, Banner banner, ChannelType channelType)
           
 SellingListItem buildSellingListItemInstance()
           
protected  ReferenceCache fetchMoreReferences(java.lang.Class businessIface)
           
 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 class com.retek.commons.component.impl.DistributedObjectManagerImpl
getContext, getReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Constructor Detail

SellingListManagerImpl

public SellingListManagerImpl(DistributedContext context)
Method Detail

fetchMoreReferences

protected ReferenceCache fetchMoreReferences(java.lang.Class businessIface)
                                      throws SystemException
Specified by:
fetchMoreReferences in class DistributedObjectManagerImpl
Throws:
SystemException

buildSellingListInstance

public SellingList buildSellingListInstance(SellingListType type,
                                            Banner banner,
                                            ChannelType channelType)
                                     throws SystemException
Specified by:
buildSellingListInstance in interface SellingListManager
Throws:
SystemException

buildSellingListItemInstance

public SellingListItem buildSellingListItemInstance()
                                             throws SystemException
Specified by:
buildSellingListItemInstance in interface SellingListManager
Throws:
SystemException

readSellingList

public SellingList readSellingList(DistributedReference reference)
                            throws SystemException
Specified by:
readSellingList in interface SellingListManager
Throws:
SystemException

readSellingListItem

public SellingListItem readSellingListItem(DistributedReference reference)
                                    throws SystemException
Specified by:
readSellingListItem in interface SellingListManager
Throws:
SystemException

findSellingLists

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

findUpSellListsForOrder

public java.util.Set findUpSellListsForOrder(CustomerOrder customerOrder)
                                      throws SystemException,
                                             BusinessException
Specified by:
findUpSellListsForOrder in interface SellingListManager
Throws:
SystemException
BusinessException

findSellingListsForOrderLine

public java.util.Set findSellingListsForOrderLine(CustomerOrderLine orderLine,
                                                  SellingListType type)
                                           throws SystemException,
                                                  BusinessException
Specified by:
findSellingListsForOrderLine in interface SellingListManager
Throws:
SystemException
BusinessException


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