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

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

public class OrderMainWorklistTabHandler
extends ScreenHandler


Constructor Summary
OrderMainWorklistTabHandler()
           
 
Method Summary
 java.util.Collection getCorrespondenceTemplates()
           
 java.util.Collection getCorrespondenceTypes()
           
 java.lang.Object getDefaultCorrespondenceTemplate()
           
 java.lang.Object getDefaultDeliveryMethod()
           
 java.util.Collection getDeliveryMethods()
           
 java.lang.String getPendReasonDescription()
           
 java.lang.String getPendReasonType()
           
 java.util.Collection getPendRules()
           
 boolean hasOrder()
           
 void resolve(java.util.Collection pendReasons)
           
 void retrieveOrderFromRepository()
           
 void setCorrespondenceTemplate(java.lang.Object template)
           
 void setCorrespondenceType(java.lang.Object type)
           
 void setDeliveryMethod(java.lang.Object method)
           
 void setPendReason(java.lang.Object reason)
           
 void submit()
           
 
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

OrderMainWorklistTabHandler

public OrderMainWorklistTabHandler()
Method Detail

retrieveOrderFromRepository

public void retrieveOrderFromRepository()

hasOrder

public boolean hasOrder()

getPendRules

public java.util.Collection getPendRules()
                                  throws SystemException
Throws:
SystemException

setPendReason

public void setPendReason(java.lang.Object reason)

getPendReasonDescription

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

getPendReasonType

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

resolve

public void resolve(java.util.Collection pendReasons)
             throws SystemException,
                    BusinessException
Throws:
SystemException
BusinessException

getCorrespondenceTypes

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

getCorrespondenceTemplates

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

getDeliveryMethods

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

submit

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

setCorrespondenceType

public void setCorrespondenceType(java.lang.Object type)

setCorrespondenceTemplate

public void setCorrespondenceTemplate(java.lang.Object template)

setDeliveryMethod

public void setDeliveryMethod(java.lang.Object method)

getDefaultCorrespondenceTemplate

public java.lang.Object getDefaultCorrespondenceTemplate()
                                                  throws SystemException,
                                                         BusinessException
Throws:
SystemException
BusinessException

getDefaultDeliveryMethod

public java.lang.Object getDefaultDeliveryMethod()
                                          throws SystemException,
                                                 BusinessException
Throws:
SystemException
BusinessException


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