com.retek.rcom.gui.screen.ordermain
Class ZeroDollarReturnHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.ordermain.ZeroDollarReturnHandler

public class ZeroDollarReturnHandler
extends ScreenHandler


Constructor Summary
ZeroDollarReturnHandler()
          STATE MANAGEMENT
 
Method Summary
 void applyOrderLine()
           
 void createZeroDollarReturnLine()
           
 java.util.List getDifferentiatorDescriptions()
           
 java.util.List getDifferentiatorList(java.lang.Object diffType)
           
 java.util.List getDifferentiatorTypes()
           
 java.lang.String getExtendedPrice()
           
 java.lang.Object getOrder()
           
 java.lang.Object getOrderLine()
          ORDER LINE METHODS
 java.lang.String getRegularPrice()
           
 java.lang.String getRequestedQuantity()
           
 java.lang.Object getSellingItem()
           
 java.lang.String getSellingItemDescription()
           
 java.lang.String getSellingItemNumber()
           
 boolean hasSellingSku()
           
 boolean isMonogrammable()
           
 boolean isMultiSkuWithNoDiffs()
           
 boolean isMultiStyle()
           
 boolean isPersonalizable()
           
 void setCustomer(java.lang.Object object)
           
 void setRequestedQuantity(java.lang.String quantity)
           
 void setSellingItem(java.lang.Object object)
           
 void setSellingItem(java.lang.String sellingItemId)
          SELLING ITEM AND SELLING SKU METHODS
 void setSellingSku(java.util.List differentiatorList)
           
 void setSellingSku(java.lang.Object sellingSku)
           
 
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

ZeroDollarReturnHandler

public ZeroDollarReturnHandler()
STATE MANAGEMENT

Method Detail

getOrder

public java.lang.Object getOrder()

setCustomer

public void setCustomer(java.lang.Object object)
                 throws SystemException,
                        BusinessException
Throws:
SystemException
BusinessException

createZeroDollarReturnLine

public void createZeroDollarReturnLine()
                                throws SystemException,
                                       BusinessException
Throws:
SystemException
BusinessException

getOrderLine

public java.lang.Object getOrderLine()
ORDER LINE METHODS


setSellingSku

public void setSellingSku(java.util.List differentiatorList)
                   throws SystemException,
                          BusinessException,
                          UiBusinessException
Throws:
SystemException
BusinessException
UiBusinessException

setSellingSku

public void setSellingSku(java.lang.Object sellingSku)
                   throws SystemException,
                          BusinessException,
                          UiBusinessException
Throws:
SystemException
BusinessException
UiBusinessException

hasSellingSku

public boolean hasSellingSku()

getRequestedQuantity

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

setRequestedQuantity

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

getRegularPrice

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

getExtendedPrice

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

applyOrderLine

public void applyOrderLine()
                    throws SystemException,
                           BusinessException
Throws:
SystemException
BusinessException

setSellingItem

public void setSellingItem(java.lang.String sellingItemId)
                    throws SystemException,
                           BusinessException,
                           UiBusinessException
SELLING ITEM AND SELLING SKU METHODS

Throws:
SystemException
BusinessException
UiBusinessException

setSellingItem

public void setSellingItem(java.lang.Object object)
                    throws SystemException,
                           BusinessException,
                           UiBusinessException
Throws:
SystemException
BusinessException
UiBusinessException

getSellingItem

public java.lang.Object getSellingItem()

getSellingItemNumber

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

getSellingItemDescription

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

getDifferentiatorTypes

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

getDifferentiatorList

public java.util.List getDifferentiatorList(java.lang.Object diffType)
                                     throws SystemException,
                                            BusinessException
Throws:
SystemException
BusinessException

getDifferentiatorDescriptions

public java.util.List getDifferentiatorDescriptions()
                                             throws SystemException
Throws:
SystemException

isPersonalizable

public boolean isPersonalizable()
                         throws SystemException,
                                BusinessException
Throws:
SystemException
BusinessException

isMonogrammable

public boolean isMonogrammable()
                        throws SystemException,
                               BusinessException
Throws:
SystemException
BusinessException

isMultiStyle

public boolean isMultiStyle()
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

isMultiSkuWithNoDiffs

public boolean isMultiSkuWithNoDiffs()
                              throws SystemException,
                                     BusinessException
Throws:
SystemException
BusinessException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25