com.retek.rcom.gui.screen.scripting
Class ScriptMessageDialogHandler
java.lang.Object
com.retek.commons.gui.core.ScreenHandler
com.retek.rcom.gui.screen.scripting.ScriptMessageDialogHandler
- public class ScriptMessageDialogHandler
- extends ScreenHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptMessageDialogHandler
public ScriptMessageDialogHandler()
- STATE MANAGEMENTS
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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25