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

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

public class PartialLineDialogHandler
extends ScreenHandler


Constructor Summary
PartialLineDialogHandler()
          STATE MANAGEMENT
 
Method Summary
 int applyPartialLine(java.lang.String quantity)
           
 void createPartialLine()
          PARTIAL LINE GENERAL METHODS
 java.lang.String getAdditionalDeliveryCharge()
           
 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.String getComment()
           
 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.String getExtendedPrice()
           
 CustomerAddress getLastOrderLineAddress()
           
 java.lang.String getLineNumber()
          PARTIAL LINE GETTER METHODS
 java.lang.String getOrderedQuantity()
           
 java.lang.String getPackItemLabel()
           
 java.lang.Object getPartialLine()
           
 java.lang.String getQuantityAlteredMessage(java.lang.String oldQuantity, java.lang.String newQuantity)
           
 java.lang.Object getReasonCode()
           
 java.util.List getReasonCodes()
          REASON LIST
 java.lang.String getRequestedQuantity()
           
 java.lang.String getReservedQuantity()
           
 java.lang.String getSellingItemDescription()
           
 java.lang.String getSellingItemDisplayCode()
           
 java.lang.Object getShippingMethod()
           
 java.util.List getShippingMethods()
           
 java.lang.String getShipToLabel()
           
 java.lang.String getStatusDescription()
           
 java.lang.String getUnitPrice()
           
 java.lang.String getWarehouseMessage()
           
 boolean hasSellingSku()
           
 boolean isAddressModifiable()
           
 boolean isBackordered()
           
 boolean isBoNotification()
           
 boolean isModifiable()
           
 boolean isPartialLine(java.lang.Object orderLine)
           
 boolean isPartialLineModifiable(java.lang.Object orderLine)
           
 void setBoNotification(boolean notification)
           
 void setCarrier(java.lang.Object carrier)
           
 void setCarrierService(java.lang.Object shippingMethod)
          PARTIAL LINE SETTER METHODS
 void setComment(java.lang.String comments)
           
 void setDifferentiator(java.lang.Object object)
           
 void setOrderLine(java.lang.Object object)
           
 void setPartialLine(java.lang.Object object)
           
 int setQuantity(java.lang.String quantity)
           
 void setReason(java.lang.Object object)
           
 void setSellingItem(java.lang.String displayCode)
          SELLING ITEM METHODS
 void setSellingSku(java.util.List differentiatorList)
          SELLING ITEM and DIFFERENTIATOR METHODS
 void setShipToAddress(java.lang.Object address)
          ADDRESS METHODS
 void setWarehousMessage(java.lang.String message)
           
 
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

PartialLineDialogHandler

public PartialLineDialogHandler()
STATE MANAGEMENT

Method Detail

setOrderLine

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

setPartialLine

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

getPartialLine

public java.lang.Object getPartialLine()

getCustomer

public java.lang.Object getCustomer()

hasSellingSku

public boolean hasSellingSku()

isModifiable

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

isBackordered

public boolean isBackordered()
                      throws SystemException
Throws:
SystemException

isPartialLine

public boolean isPartialLine(java.lang.Object orderLine)

isPartialLineModifiable

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

getReasonCodes

public java.util.List getReasonCodes()
                              throws SystemException
REASON LIST

Throws:
SystemException

createPartialLine

public void createPartialLine()
                       throws SystemException,
                              BusinessException
PARTIAL LINE GENERAL METHODS

Throws:
SystemException
BusinessException

applyPartialLine

public int applyPartialLine(java.lang.String quantity)
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

getLineNumber

public java.lang.String getLineNumber()
                               throws SystemException
PARTIAL 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

getStatusDescription

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

getOrderedQuantity

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

getUnitPrice

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

getExtendedPrice

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

getAdditionalDeliveryCharge

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

getShipToLabel

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

getReasonCode

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

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

isBoNotification

public boolean isBoNotification()
                         throws SystemException
Throws:
SystemException

getDirectShipLabel

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

getPackItemLabel

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

getWarehouseMessage

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

getComment

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

setCarrierService

public void setCarrierService(java.lang.Object shippingMethod)
                       throws SystemException,
                              BusinessException
PARTIAL LINE SETTER METHODS

Throws:
SystemException
BusinessException

setCarrier

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

setQuantity

public int setQuantity(java.lang.String quantity)
                throws SystemException,
                       BusinessException
Throws:
SystemException
BusinessException

getQuantityAlteredMessage

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

setReason

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

setBoNotification

public void setBoNotification(boolean notification)
                       throws SystemException,
                              BusinessException
Throws:
SystemException
BusinessException

setWarehousMessage

public void setWarehousMessage(java.lang.String message)
                        throws SystemException,
                               BusinessException
Throws:
SystemException
BusinessException

setComment

public void setComment(java.lang.String comments)
                throws SystemException
Throws:
SystemException

setSellingItem

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

Throws:
SystemException
BusinessException
UiBusinessException

getSellingItemDisplayCode

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

getSellingItemDescription

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

setSellingSku

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

Throws:
SystemException
BusinessException
UiBusinessException

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

getDifferentiators

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

setDifferentiator

public void setDifferentiator(java.lang.Object object)

getDifferentiatorType

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

setShipToAddress

public void setShipToAddress(java.lang.Object address)
                      throws SystemException,
                             BusinessException
ADDRESS METHODS

Throws:
SystemException
BusinessException

isAddressModifiable

public boolean isAddressModifiable()
                            throws SystemException
Throws:
SystemException

getLastOrderLineAddress

public CustomerAddress getLastOrderLineAddress()
                                        throws SystemException,
                                               BusinessException
Throws:
SystemException
BusinessException


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