com.retek.rcom.gui.screen.scripting
Class ScriptMessageDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.scripting.ScriptMessageDialogHandler

public class ScriptMessageDialogHandler
extends ScreenHandler


Constructor Summary
ScriptMessageDialogHandler()
          STATE MANAGEMENTS
 
Method Summary
 void createMessage()
          MESSAGE SETTER METHODS
 void discardChanges()
           
 java.lang.Object getBanner()
          MESSAGE GETTER METHODS
 java.util.List getBannerList()
           
 java.lang.Object getChannelType()
           
 java.util.List getChannelTypes()
           
 java.lang.String getDescription()
           
 java.lang.String getEndDate()
           
 java.lang.Object getPrompt()
           
 java.lang.Object getPromptCondition()
           
 java.util.Collection getPromptConditionList()
           
 java.lang.String getPromptConditionText()
           
 java.util.List getPromptList()
           
 java.lang.String getScript()
           
 java.lang.String getStartDate()
           
 boolean isPopupType()
           
 boolean isStandardType()
           
 void setBanner(java.lang.Object object)
           
 void setChannelType(java.lang.Object object)
           
 void setDescription(java.lang.String description)
           
 void setEndDate(java.lang.String date)
           
 void setMessage(java.lang.Object object)
           
 void setMessageType(java.lang.Object object)
           
 void setPrompt(java.lang.Object prompt)
           
 void setPromptCondition(java.lang.Object object)
           
 void setPromptConditionText(java.lang.String triggerCode)
           
 void setScript(java.lang.String text)
           
 void setStartDate(java.lang.String date)
           
 void submit()
           
 void validateDates()
           
 
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

ScriptMessageDialogHandler

public ScriptMessageDialogHandler()
STATE MANAGEMENTS

Method Detail

setMessageType

public void setMessageType(java.lang.Object object)

isPopupType

public boolean isPopupType()

isStandardType

public boolean isStandardType()

getBannerList

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

getPromptList

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

getChannelTypes

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

getBanner

public java.lang.Object getBanner()
                           throws SystemException
MESSAGE GETTER METHODS

Throws:
SystemException

getChannelType

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

getPrompt

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

getDescription

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

getStartDate

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

getEndDate

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

getScript

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

getPromptConditionList

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

getPromptConditionText

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

getPromptCondition

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

createMessage

public void createMessage()
                   throws SystemException
MESSAGE SETTER METHODS

Throws:
SystemException

setMessage

public void setMessage(java.lang.Object object)

setBanner

public void setBanner(java.lang.Object object)
               throws SystemException
Throws:
SystemException

setChannelType

public void setChannelType(java.lang.Object object)
                    throws SystemException
Throws:
SystemException

setPrompt

public void setPrompt(java.lang.Object prompt)
               throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

setStartDate

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

setEndDate

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

validateDates

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

setPromptCondition

public void setPromptCondition(java.lang.Object object)
                        throws SystemException
Throws:
SystemException

setPromptConditionText

public void setPromptConditionText(java.lang.String triggerCode)
                            throws SystemException,
                                   UiBusinessException
Throws:
SystemException
UiBusinessException

setScript

public void setScript(java.lang.String text)
               throws SystemException
Throws:
SystemException

submit

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

discardChanges

public void discardChanges()
                    throws SystemException
Throws:
SystemException


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