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 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.String getSellingItemDescription()
           
 boolean hasSellingSku()
           
 boolean isMonogrammable()
           
 boolean isPersonalizable()
           
 void setCustomer(java.lang.Object object)
           
 void setRequestedQuantity(java.lang.String quantity)
           
 void setSellingItem(java.lang.String sellingItemId)
          SELLING ITEM AND SELLING SKU METHODS
 void setSellingSku(java.util.List differentiatorList)
           
 
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

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

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

isPersonalizable

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

isMonogrammable

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


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