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

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

public class OrderHistoryPrimaryHandler
extends ScreenHandler


Constructor Summary
OrderHistoryPrimaryHandler(OrderScreenType screenType)
           
 
Method Summary
 void applyComment(java.lang.String comment, java.lang.Object sellingItem)
           
 java.lang.Object getCustomerOrder()
           
 java.lang.String getDateTime()
           
 java.lang.String getEventDetails()
           
 java.lang.String getEventType()
           
 java.lang.Object getOrderEvent()
           
 java.util.Collection getOrderEvents()
           
 java.lang.String getUserLocation()
           
 java.lang.String getUserName()
           
 boolean hasOrderCommentPermission()
           
 void setOrderEvent(java.lang.Object object)
           
 void storeSelectedOrderEvent(java.lang.Object historyEvent)
           
 
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

OrderHistoryPrimaryHandler

public OrderHistoryPrimaryHandler(OrderScreenType screenType)
Method Detail

getOrderEvents

public java.util.Collection getOrderEvents()
                                    throws SystemException,
                                           BusinessException
Throws:
SystemException
BusinessException

getCustomerOrder

public java.lang.Object getCustomerOrder()

setOrderEvent

public void setOrderEvent(java.lang.Object object)

getOrderEvent

public java.lang.Object getOrderEvent()

storeSelectedOrderEvent

public void storeSelectedOrderEvent(java.lang.Object historyEvent)
                             throws SystemException
Throws:
SystemException

getDateTime

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

getUserName

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

getUserLocation

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

getEventType

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

getEventDetails

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

hasOrderCommentPermission

public boolean hasOrderCommentPermission()
                                  throws SystemException
Throws:
SystemException

applyComment

public void applyComment(java.lang.String comment,
                         java.lang.Object sellingItem)
                  throws SystemException,
                         BusinessException,
                         UiBusinessException
Throws:
SystemException
BusinessException
UiBusinessException


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