com.retek.rcom.gui.screen.ordercommon
Class OrderSpecialHandlingHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.ordercommon.OrderSpecialHandlingHandler

public class OrderSpecialHandlingHandler
extends ScreenHandler


Constructor Summary
OrderSpecialHandlingHandler(OrderScreenType orderScreenType)
          STATE MANAGEMENT
 
Method Summary
 boolean areOrderLinesModifiable()
          VALIDATION METHODS
 void clearSpecialHandling()
           
 java.lang.String getCardExtendedPrice()
           
 java.lang.Object getCardType()
           
 java.lang.String getCardTypeDescription()
           
 java.lang.Object getCustomerOrder()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayCode()
          ORDER LINE GETTERS
 java.lang.String getEstimatedDeliveryDate()
           
 java.lang.String getEventHoldDescription()
           
 java.util.List getOrderLines()
          SHIP REQUEST METHODS
 java.lang.String getPersonalHoldDate()
           
 java.lang.String getProcessTogether()
           
 java.lang.String getWrapExtendedPrice()
           
 java.lang.String getWrapPrice()
           
 java.lang.String getWrapTogether()
           
 java.lang.String getWrapTypeDescription()
           
 boolean hasOrderLinesOnEventHold()
           
 boolean hasOrderLinesOnPersonalHold()
           
 boolean hasShipRequest()
           
 boolean isDirectShippable()
           
 boolean isGroupWrappable()
           
 boolean isMaintenanceOrder()
           
 void processTogether()
           
 void setCurrentOrderLine(java.lang.Object object)
           
 void setOrderLineGroup(java.util.List orderLineList)
          ORDER LINE METHODS
 void setShipRequest(java.lang.Object object)
           
 void warehouseReserveOrder()
           
 void wrapTogether()
           
 
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

OrderSpecialHandlingHandler

public OrderSpecialHandlingHandler(OrderScreenType orderScreenType)
STATE MANAGEMENT

Method Detail

warehouseReserveOrder

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

setShipRequest

public void setShipRequest(java.lang.Object object)

hasShipRequest

public boolean hasShipRequest()

getCustomerOrder

public java.lang.Object getCustomerOrder()

isMaintenanceOrder

public boolean isMaintenanceOrder()

getOrderLines

public java.util.List getOrderLines()
                             throws SystemException,
                                    BusinessException
SHIP REQUEST METHODS

Throws:
SystemException
BusinessException

setOrderLineGroup

public void setOrderLineGroup(java.util.List orderLineList)
                       throws SystemException
ORDER LINE METHODS

Throws:
SystemException

setCurrentOrderLine

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

getDisplayCode

public java.lang.String getDisplayCode()
                                throws SystemException
ORDER LINE GETTERS

Throws:
SystemException

getDescription

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

getEstimatedDeliveryDate

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

isDirectShippable

public boolean isDirectShippable()
                          throws SystemException
Throws:
SystemException

getProcessTogether

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

getWrapTogether

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

getWrapTypeDescription

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

getWrapPrice

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

getCardType

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

getCardTypeDescription

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

getWrapExtendedPrice

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

getCardExtendedPrice

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

getEventHoldDescription

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

getPersonalHoldDate

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

areOrderLinesModifiable

public boolean areOrderLinesModifiable()
                                throws SystemException,
                                       BusinessException
VALIDATION METHODS

Throws:
SystemException
BusinessException

isGroupWrappable

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

hasOrderLinesOnPersonalHold

public boolean hasOrderLinesOnPersonalHold()
                                    throws SystemException
Throws:
SystemException

hasOrderLinesOnEventHold

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

clearSpecialHandling

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

processTogether

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

wrapTogether

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


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