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

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.altselling.SellingListDisplayDialogHandler

public class SellingListDisplayDialogHandler
extends ScreenHandler


Constructor Summary
SellingListDisplayDialogHandler()
           
 
Method Summary
 void generateCrosssellLines(java.lang.Object object, java.lang.String quantity)
          GENERATE CROSSSELL LINE
 void generateSellingLines(java.lang.String quantity)
           
 void generateSubsellLines(java.lang.Object object, java.lang.String quantity)
          GENERATE SUBSELL LINE
 void generateUpsellLines(java.lang.Object object, java.lang.String quantity)
          GENERATE UPSELL LINE
 java.lang.String getDescription()
           
 java.lang.String getDiscount()
           
 java.lang.String getDiscountPrice()
           
 java.lang.String getDisplayCode()
           
 java.lang.String getPageNumber()
           
 java.lang.String getPrice()
           
 java.util.List getSellingListItems()
           
 java.lang.Object getSellingListType()
           
 java.lang.String getTitle()
           
 boolean isAppliable()
           
 void setSellingList(java.lang.Object object)
          SELLING LIST METHODS
 void setSellingListItem(java.lang.Object object)
          SELLING LIST ITEM METHODS
 void setSellingListType(java.lang.Object sellingListTypeObject)
          If not set then this handler will use SellingListType.UPSELL otherwise is uses the param sellingListTypeObject
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SellingListDisplayDialogHandler

public SellingListDisplayDialogHandler()
Method Detail

setSellingList

public void setSellingList(java.lang.Object object)
SELLING LIST METHODS


getSellingListItems

public java.util.List getSellingListItems()
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException

getTitle

public java.lang.String getTitle()
                          throws SystemException,
                                 BusinessException
Throws:
SystemException
BusinessException

isAppliable

public boolean isAppliable()

setSellingListItem

public void setSellingListItem(java.lang.Object object)
SELLING LIST ITEM METHODS


getDisplayCode

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

getDescription

public java.lang.String getDescription()
                                throws SystemException,
                                       BusinessException
Throws:
SystemException
BusinessException

getPrice

public java.lang.String getPrice()
                          throws SystemException,
                                 BusinessException
Throws:
SystemException
BusinessException

getDiscountPrice

public java.lang.String getDiscountPrice()
                                  throws SystemException,
                                         BusinessException
Throws:
SystemException
BusinessException

getDiscount

public java.lang.String getDiscount()
                             throws SystemException,
                                    BusinessException
Throws:
SystemException
BusinessException

getPageNumber

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

generateSubsellLines

public void generateSubsellLines(java.lang.Object object,
                                 java.lang.String quantity)
                          throws SystemException,
                                 BusinessException
GENERATE SUBSELL LINE

Throws:
SystemException
BusinessException

generateUpsellLines

public void generateUpsellLines(java.lang.Object object,
                                java.lang.String quantity)
                         throws SystemException,
                                BusinessException
GENERATE UPSELL LINE

Throws:
SystemException
BusinessException

generateCrosssellLines

public void generateCrosssellLines(java.lang.Object object,
                                   java.lang.String quantity)
                            throws SystemException,
                                   BusinessException
GENERATE CROSSSELL LINE

Throws:
SystemException
BusinessException

getSellingListType

public java.lang.Object getSellingListType()

setSellingListType

public void setSellingListType(java.lang.Object sellingListTypeObject)
If not set then this handler will use SellingListType.UPSELL otherwise is uses the param sellingListTypeObject

Parameters:
sellingListTypeObject -

generateSellingLines

public void generateSellingLines(java.lang.String quantity)
                          throws SystemException,
                                 BusinessException
Throws:
SystemException
BusinessException


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