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

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

public class OrderMainHandler
extends ScreenHandler


Constructor Summary
OrderMainHandler()
           
 
Method Summary
 void cancelOrder(java.lang.Object reason)
           
 boolean canMaintainOrderCancelPendDate()
           
 void findCustomerOrder(java.lang.String orderNumber)
           
 java.util.List getAllPriorities()
           
 RDate getCancelPendedOrderDate()
           
 java.lang.Object getDefaultOrderPriority()
           
 java.util.List getOrderCancelReasons()
          SELECTION LISTS
 java.lang.String getOrderDisplayId()
           
 java.util.List getOrderPendReasons()
           
 java.lang.Object getOrderPriority()
           
 java.lang.String getOrderStatus()
           
 java.lang.Object getOrderType()
           
 java.lang.String getOrderTypeDescription()
           
 java.lang.String getPendedReasonCode()
           
 boolean hasMaintenanceOrder()
           
 boolean hasOrderPriorityPermission()
          ORDER ACTION METHODS
 boolean hasWorkListPermission()
           
 boolean isAccomodationEvent()
           
 boolean isCancelOrderAllowed()
           
 boolean isOrderCancelled()
           
 boolean isOrderClosed()
           
 boolean isOrderPended()
           
 void pendOrder(java.lang.Object reason)
           
 void reloadMaintenanceOrder()
           
 void removeMaintenanceOrder()
           
 void retrieveDataFromRepository()
          STATE MANAGEMENT
 void setOrder(java.lang.Object order)
           
 void setOrderCancelByDate(java.lang.String date)
           
 void setOrderPriority(java.lang.Object orderPriority)
           
 void setSourceCode(java.lang.String sourceCode)
          SOURCE CODE
 void submitOrder()
          ORDER ACTION METHODS
 
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

OrderMainHandler

public OrderMainHandler()
Method Detail

retrieveDataFromRepository

public void retrieveDataFromRepository()
                                throws SystemException
STATE MANAGEMENT

Throws:
SystemException

removeMaintenanceOrder

public void removeMaintenanceOrder()

hasMaintenanceOrder

public boolean hasMaintenanceOrder()

findCustomerOrder

public void findCustomerOrder(java.lang.String orderNumber)
                       throws SystemException,
                              UiBusinessException
Throws:
SystemException
UiBusinessException

isCancelOrderAllowed

public boolean isCancelOrderAllowed()
                             throws SystemException
Throws:
SystemException

canMaintainOrderCancelPendDate

public boolean canMaintainOrderCancelPendDate()
                                       throws SystemException
Throws:
SystemException

reloadMaintenanceOrder

public void reloadMaintenanceOrder()

getOrderCancelReasons

public java.util.List getOrderCancelReasons()
                                     throws SystemException
SELECTION LISTS

Throws:
SystemException

getOrderPendReasons

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

setSourceCode

public void setSourceCode(java.lang.String sourceCode)
                   throws SystemException,
                          BusinessException
SOURCE CODE

Throws:
SystemException
BusinessException

getOrderDisplayId

public java.lang.String getOrderDisplayId()

getOrderTypeDescription

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

getOrderType

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

getOrderStatus

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

getPendedReasonCode

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

isOrderCancelled

public boolean isOrderCancelled()
                         throws SystemException
Throws:
SystemException

isOrderClosed

public boolean isOrderClosed()
                      throws SystemException
Throws:
SystemException

isOrderPended

public boolean isOrderPended()
                      throws SystemException
Throws:
SystemException

getOrderPriority

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

setOrderPriority

public void setOrderPriority(java.lang.Object orderPriority)
                      throws SystemException
Throws:
SystemException

getAllPriorities

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

getDefaultOrderPriority

public java.lang.Object getDefaultOrderPriority()

getCancelPendedOrderDate

public RDate getCancelPendedOrderDate()
                               throws SystemException
Throws:
SystemException

submitOrder

public void submitOrder()
                 throws SystemException,
                        BusinessException
ORDER ACTION METHODS

Throws:
SystemException
BusinessException

cancelOrder

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

pendOrder

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

isAccomodationEvent

public boolean isAccomodationEvent()
                            throws SystemException
Throws:
SystemException

hasOrderPriorityPermission

public boolean hasOrderPriorityPermission()
                                   throws SystemException
ORDER ACTION METHODS

Throws:
SystemException

setOrder

public void setOrder(java.lang.Object order)

setOrderCancelByDate

public void setOrderCancelByDate(java.lang.String date)
                          throws SystemException,
                                 BusinessException,
                                 UiBusinessException
Throws:
SystemException
BusinessException
UiBusinessException

hasWorkListPermission

public boolean hasWorkListPermission()
                              throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25