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.String getCreditCardExpirationDate()
           
 java.lang.String getCreditCardHolder()
           
 java.lang.String getCreditCardNumber()
           
 java.util.List getCreditCards()
          Credit Card Methods
 java.lang.String getCreditCardType()
           
 java.lang.Object getDefaultCorrespondenceTemplate()
           
 java.lang.Object getDefaultDeliveryMethod()
           
 java.util.Collection getDeliveryMethods()
           
 java.lang.String getPendReasonDescription()
           
 java.lang.String getPendReasonType()
           
 java.util.Collection getPendRules()
           
 java.lang.String getSuffixDescription(java.lang.String code)
           
 boolean hasOrder()
           
 void resolve(java.util.Collection pendReasons)
           
 void retrieveOrderFromRepository()
           
 void setCorrespondenceTemplate(java.lang.Object template)
           
 void setCorrespondenceType(java.lang.Object type)
           
 void setCreditCard(java.lang.Object object)
           
 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

getCreditCards

public java.util.List getCreditCards()
                              throws SystemException
Credit Card Methods

Throws:
SystemException

setCreditCard

public void setCreditCard(java.lang.Object object)

getCreditCardType

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

getCreditCardNumber

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

getCreditCardExpirationDate

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

getCreditCardHolder

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

getSuffixDescription

public java.lang.String getSuffixDescription(java.lang.String code)
                                      throws SystemException
Throws:
SystemException


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