com.retek.rcom.gui.screen.altselling
Class SellingListDisplayManager

java.lang.Object
  extended bycom.retek.rcom.gui.screen.altselling.SellingListDisplayManager

public class SellingListDisplayManager
extends java.lang.Object


Constructor Summary
SellingListDisplayManager()
           
 
Method Summary
 void displayCrossSellList(REventListener listener, java.lang.Object line)
          CROSSSELL LIST METHODS
 void displaySubsellList(REventListener listener, java.lang.Object line)
          SUBSELL LIST METHODS
 void displayUpsellLists(RcomScreen screen, RcomTab paymentTab, java.lang.Object order, boolean displayAllLists)
          UPSELL LIST METHODS
 boolean hasCrossSellLists(java.lang.Object orderLine)
           
 boolean hasSubSellLists(java.lang.Object orderLine)
           
 boolean hasUpsellLists(java.lang.Object order)
           
 boolean isAllWindowsOpen()
          WINDOW STATE METHODS
 void removeWindows()
           
 void upsellDialogClosed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SellingListDisplayManager

public SellingListDisplayManager()
Method Detail

isAllWindowsOpen

public boolean isAllWindowsOpen()
                         throws SystemException,
                                BusinessException
WINDOW STATE METHODS

Throws:
SystemException
BusinessException

upsellDialogClosed

public void upsellDialogClosed()

removeWindows

public void removeWindows()

displayUpsellLists

public void displayUpsellLists(RcomScreen screen,
                               RcomTab paymentTab,
                               java.lang.Object order,
                               boolean displayAllLists)
                        throws SystemException,
                               BusinessException
UPSELL LIST METHODS

Throws:
SystemException
BusinessException

hasUpsellLists

public boolean hasUpsellLists(java.lang.Object order)
                       throws SystemException,
                              BusinessException
Throws:
SystemException
BusinessException

displaySubsellList

public void displaySubsellList(REventListener listener,
                               java.lang.Object line)
                        throws SystemException,
                               BusinessException
SUBSELL LIST METHODS

Throws:
SystemException
BusinessException

hasSubSellLists

public boolean hasSubSellLists(java.lang.Object orderLine)
                        throws SystemException,
                               BusinessException
Throws:
SystemException
BusinessException

displayCrossSellList

public void displayCrossSellList(REventListener listener,
                                 java.lang.Object line)
                          throws SystemException,
                                 BusinessException
CROSSSELL LIST METHODS

Throws:
SystemException
BusinessException

hasCrossSellLists

public boolean hasCrossSellLists(java.lang.Object orderLine)
                          throws SystemException,
                                 BusinessException
Throws:
SystemException
BusinessException


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