com.retek.rcom.gui.screen.activityrequest
Class ActivityRequestViewHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.activityrequest.ActivityRequestViewHandler
Direct Known Subclasses:
CareCardViewHandler, CertificateViewHandler, CommentViewHandler, CustomerViewHandler, GeneralViewHandler, SpecialOrderViewHandler

public class ActivityRequestViewHandler
extends ScreenHandler


Field Summary
protected  ActivityRequest activityRequest
           
protected  Customer customer
           
 
Constructor Summary
ActivityRequestViewHandler()
           
 
Method Summary
 java.lang.String getActivityRequestOrderId()
           
 java.lang.String getMaintOrderNumber()
           
 boolean hasCustomer()
           
 boolean hasOrder()
           
 boolean isActivityRequestClosed()
           
 boolean isPersistedActivityRequest()
           
 void setActivityRequest(java.lang.Object request)
           
 
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
 

Field Detail

activityRequest

protected ActivityRequest activityRequest

customer

protected Customer customer
Constructor Detail

ActivityRequestViewHandler

public ActivityRequestViewHandler()
Method Detail

setActivityRequest

public void setActivityRequest(java.lang.Object request)
                        throws SystemException,
                               BusinessException
Throws:
SystemException
BusinessException

hasCustomer

public boolean hasCustomer()

hasOrder

public boolean hasOrder()

getMaintOrderNumber

public java.lang.String getMaintOrderNumber()

isActivityRequestClosed

public boolean isActivityRequestClosed()
                                throws SystemException
Throws:
SystemException

isPersistedActivityRequest

public boolean isPersistedActivityRequest()
                                   throws SystemException
Throws:
SystemException

getActivityRequestOrderId

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


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