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

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

public class ExchangeLineDialogHandler
extends ScreenHandler


Constructor Summary
ExchangeLineDialogHandler()
           
 
Method Summary
 int applyOrderLine(java.lang.String quantity)
          APPLY ORDER LINE
 void createExchangeLine()
           
 java.lang.String getAdditionalCharges()
           
 java.lang.String getAppliedEstimatedDeliveryDate()
           
 java.lang.String getBackorderedQuantity()
           
 java.lang.String getCalculatedBackorderedQuantity()
           
 java.lang.String getCalculatedDeliveryDate()
           
 java.lang.String getCalculatedReservedQuantity()
           
 java.lang.Object getCarrier()
           
 java.util.List getCarriers()
           
 java.lang.Object getCustomer()
           
 java.util.List getDifferentiatorList(java.lang.Object diffType)
           
 java.util.List getDifferentiators()
           
 java.lang.String getDifferentiatorType()
           
 java.util.List getDifferentiatorTypes()
           
 java.lang.String getDirectShipLabel()
           
 java.lang.Object getExchangeLine()
           
 java.lang.String getExtendedPrice()
           
 java.lang.String getPackItemLabel()
           
 java.lang.String getPrice()
           
 java.lang.String getQuantityAlteredMessage(java.lang.String oldQuantity, java.lang.String newQuantity)
           
 java.lang.String getRequestedQuantity()
           
 java.lang.String getReservedQuantity()
           
 java.lang.Object getSellingItem()
           
 java.lang.String getSellingItemDescription()
           
 java.lang.String getSellingItemNumber()
           
 java.lang.String getSellingItemNumber(java.lang.String defaultDisplayCode)
           
 java.lang.Object getShippingMethod()
           
 java.util.List getShippingMethods()
           
 java.lang.String getShipToLabel()
           
 java.lang.String getStatus()
          ORDER LINE GETTER METHODS
 boolean hasMaintainExchangeLinePermission()
          SECURITY METHODS
 boolean hasSellingSku()
           
 boolean isAddressModifiable()
           
 boolean isApplied()
           
 boolean isBackordered()
           
 boolean isGiftCertificate()
           
 boolean isGiftServicable()
           
 boolean isMonogrammable()
           
 boolean isMultiStyle()
           
 boolean isPersonalizable()
           
 boolean isWarehouseMessageModifiable()
           
 void setCarrier(java.lang.Object carrier)
           
 void setCarrierService(java.lang.Object shippingMethod)
           
 void setCustomerOrder(java.lang.Object order)
          STATE MANAGEMENT
 void setDifferentiator(java.lang.Object object)
           
 void setExchangeLine(java.lang.Object line)
           
 int setQuantity(java.lang.String quantity)
          ORDER LINE SETTER METHODS
 void setSellingItem(java.lang.Object object)
           
 void setSellingItem(java.lang.String displayCode)
          SELLING ITEM METHODS
 void setSellingSku(java.util.List differentiatorList)
          SELLING SKU and DIFFERENTIATOR METHODS
 void setSellingSku(java.lang.Object object)
           
 void setShipToAddress(java.lang.Object address)
           
 
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

ExchangeLineDialogHandler

public ExchangeLineDialogHandler()
Method Detail

setCustomerOrder

public void setCustomerOrder(java.lang.Object order)
STATE MANAGEMENT


getCustomer

public java.lang.Object getCustomer()
                             throws SystemException
Throws:
SystemException

createExchangeLine

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

setExchangeLine

public void setExchangeLine(java.lang.Object line)
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

getExchangeLine

public java.lang.Object getExchangeLine()

hasSellingSku

public boolean hasSellingSku()

isAddressModifiable

public boolean isAddressModifiable()
                            throws SystemException
Throws:
SystemException

getStatus

public java.lang.String getStatus()
                           throws SystemException
ORDER LINE GETTER METHODS

Throws:
SystemException

getAppliedEstimatedDeliveryDate

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

getReservedQuantity

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

getBackorderedQuantity

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

getRequestedQuantity

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

getCalculatedDeliveryDate

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

getCalculatedReservedQuantity

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

getCalculatedBackorderedQuantity

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

getPrice

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

getExtendedPrice

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

getAdditionalCharges

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

getShipToLabel

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

getDirectShipLabel

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

getPackItemLabel

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

getShippingMethods

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

getShippingMethod

public java.lang.Object getShippingMethod()
                                   throws SystemException
Throws:
SystemException

getCarriers

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

getCarrier

public java.lang.Object getCarrier()
                            throws SystemException
Throws:
SystemException

isApplied

public boolean isApplied()
                  throws SystemException
Throws:
SystemException

isBackordered

public boolean isBackordered()
                      throws SystemException
Throws:
SystemException

isGiftCertificate

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

isGiftServicable

public boolean isGiftServicable()
                         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

isWarehouseMessageModifiable

public boolean isWarehouseMessageModifiable()
                                     throws SystemException
Throws:
SystemException

setQuantity

public int setQuantity(java.lang.String quantity)
                throws SystemException,
                       BusinessException
ORDER LINE SETTER METHODS

Throws:
SystemException
BusinessException

getQuantityAlteredMessage

public java.lang.String getQuantityAlteredMessage(java.lang.String oldQuantity,
                                                  java.lang.String newQuantity)

setShipToAddress

public void setShipToAddress(java.lang.Object address)
                      throws SystemException,
                             BusinessException
Throws:
SystemException
BusinessException

setCarrierService

public void setCarrierService(java.lang.Object shippingMethod)
                       throws SystemException,
                              BusinessException
Throws:
SystemException
BusinessException

setCarrier

public void setCarrier(java.lang.Object carrier)
                throws SystemException,
                       BusinessException
Throws:
SystemException
BusinessException

setSellingItem

public void setSellingItem(java.lang.String displayCode)
                    throws SystemException,
                           BusinessException,
                           UiBusinessException
SELLING ITEM 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

getSellingItemNumber

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

getSellingItemDescription

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

isMultiStyle

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

setSellingSku

public void setSellingSku(java.util.List differentiatorList)
                   throws SystemException,
                          BusinessException,
                          UiBusinessException
SELLING SKU and DIFFERENTIATOR METHODS

Throws:
SystemException
BusinessException
UiBusinessException

setSellingSku

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

getDifferentiators

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

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

setDifferentiator

public void setDifferentiator(java.lang.Object object)

getDifferentiatorType

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

applyOrderLine

public int applyOrderLine(java.lang.String quantity)
                   throws SystemException,
                          BusinessException
APPLY ORDER LINE

Throws:
SystemException
BusinessException

hasMaintainExchangeLinePermission

public boolean hasMaintainExchangeLinePermission()
                                          throws SystemException
SECURITY METHODS

Throws:
SystemException


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