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

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

public class ReplacementLineDialogHandler
extends ScreenHandler


Constructor Summary
ReplacementLineDialogHandler()
           
 
Method Summary
 int applyOrderLine(java.lang.String quantity)
          APPLY ORDER LINE
 void buildReplacementLine(java.lang.Object object)
           
 java.lang.String getAdditionalCharges()
           
 java.lang.String getAppliedEstimatedDeliveryDate()
           
 java.lang.String getBackorderedQuantity()
           
 boolean getBackOrderNotification()
           
 java.lang.String getCalculatedBackorderedQuantity()
           
 java.lang.String getCalculatedDeliveryDate()
           
 java.lang.String getCalculatedReservedQuantity()
           
 java.lang.Object getCarrier()
           
 java.util.List getCarriers()
           
 java.lang.String getComments()
           
 java.lang.Object getCustomer()
           
 java.lang.String getDifferentiatorDescription()
           
 java.util.List getDifferentiators()
          SELLING SKU and DIFFERENTIATOR METHODS
 java.lang.String getDifferentiatorType()
           
 java.lang.String getDirectShipLabel()
           
 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.util.List getReplaceableOrderLines()
           
 java.lang.Object getReplacementLine()
           
 java.lang.String getRequestedQuantity()
           
 java.lang.String getReservedQuantity()
           
 java.lang.Object getReturnReason()
           
 java.util.List getReturnReasons()
          RETURN REASON LIST
 java.lang.String getSellingItemNumber()
          ORDER LINE GETTER METHODS
 java.lang.Object getShippingMethod()
           
 java.util.List getShippingMethods()
           
 java.lang.String getShipToLabel()
           
 java.lang.String getStatus()
           
 boolean hasMaintainReplacementLinePermission()
          SECURITY METHODS
 boolean isApplied()
           
 boolean isBackordered()
           
 boolean isFulfillImmediately()
           
 boolean isGiftServicable()
           
 boolean isMonogrammable()
           
 boolean isPersonalizable()
           
 boolean isQuantityEditable()
           
 boolean isReplaceableOrderLine(java.lang.Object orderLine)
           
 boolean isReplacementModifiable()
           
 boolean isReplacementOrderLine()
           
 boolean isReturnLineReturned()
           
 boolean isReturnRequired()
           
 boolean isReturnRequiredModifiable()
           
 boolean isShipToNotificationAvailable()
          BACK ORDER NOTIFICATION METHODS
 boolean isWarehouseMessageModifiable()
           
 boolean isZeroSale()
           
 void setBackOrderNotification(boolean notification)
           
 void setCarrier(java.lang.Object carrier)
           
 void setCarrierService(java.lang.Object shippingMethod)
           
 void setComment(java.lang.String comment)
           
 void setCustomerOrder(java.lang.Object order)
          STATE MANAGEMENT
 void setDifferentiator(java.lang.Object object)
           
 void setFulfillingRequired(boolean isFulfilling)
           
 int setQuantity(java.lang.String quantity)
          ORDER LINE SETTER METHODS
 void setReplacementLine(java.lang.Object object)
           
 void setReturnReason(java.lang.Object reason)
           
 void setReturnRequired(boolean isRequired)
           
 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

ReplacementLineDialogHandler

public ReplacementLineDialogHandler()
Method Detail

setCustomerOrder

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


getCustomer

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

buildReplacementLine

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

getReplacementLine

public java.lang.Object getReplacementLine()

setReplacementLine

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

getReplaceableOrderLines

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

isReplacementOrderLine

public boolean isReplacementOrderLine()

isReplaceableOrderLine

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

getReturnReasons

public java.util.List getReturnReasons()
                                throws SystemException,
                                       BusinessException
RETURN REASON LIST

Throws:
SystemException
BusinessException

getSellingItemNumber

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

Throws:
SystemException

getStatus

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

getAppliedEstimatedDeliveryDate

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

getRequestedQuantity

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

getReservedQuantity

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

getBackorderedQuantity

public java.lang.String getBackorderedQuantity()
                                        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

getComments

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

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

getReturnReason

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

isApplied

public boolean isApplied()
                  throws SystemException
Throws:
SystemException

isBackordered

public boolean isBackordered()
                      throws SystemException
Throws:
SystemException

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

isReturnRequired

public boolean isReturnRequired()
                         throws SystemException
Throws:
SystemException

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

setComment

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

setFulfillingRequired

public void setFulfillingRequired(boolean isFulfilling)
                           throws SystemException,
                                  BusinessException
Throws:
SystemException
BusinessException

setReturnRequired

public void setReturnRequired(boolean isRequired)
                       throws SystemException,
                              BusinessException
Throws:
SystemException
BusinessException

setReturnReason

public void setReturnReason(java.lang.Object reason)
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

getDifferentiators

public java.util.List getDifferentiators()
                                  throws SystemException,
                                         BusinessException
SELLING SKU and DIFFERENTIATOR METHODS

Throws:
SystemException
BusinessException

setDifferentiator

public void setDifferentiator(java.lang.Object object)

getDifferentiatorType

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

getDifferentiatorDescription

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

isShipToNotificationAvailable

public boolean isShipToNotificationAvailable()
                                      throws SystemException,
                                             BusinessException
BACK ORDER NOTIFICATION METHODS

Throws:
SystemException
BusinessException

getBackOrderNotification

public boolean getBackOrderNotification()
                                 throws SystemException
Throws:
SystemException

setBackOrderNotification

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

applyOrderLine

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

Throws:
SystemException
BusinessException

hasMaintainReplacementLinePermission

public boolean hasMaintainReplacementLinePermission()
                                             throws SystemException
SECURITY METHODS

Throws:
SystemException

isReturnLineReturned

public boolean isReturnLineReturned()
                             throws SystemException
Throws:
SystemException

isReplacementModifiable

public boolean isReplacementModifiable()
                                throws SystemException
Throws:
SystemException

isReturnRequiredModifiable

public boolean isReturnRequiredModifiable()
                                   throws SystemException
Throws:
SystemException

isFulfillImmediately

public boolean isFulfillImmediately()
                             throws SystemException
Throws:
SystemException

isZeroSale

public boolean isZeroSale()
                   throws SystemException
Throws:
SystemException

isQuantityEditable

public boolean isQuantityEditable()
                           throws SystemException
Throws:
SystemException


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