com.retek.rcom.gui.screen.messages
Class DailyMessageDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.messages.DailyMessageDialogHandler

public class DailyMessageDialogHandler
extends ScreenHandler


Constructor Summary
DailyMessageDialogHandler()
           
 
Method Summary
 void createDailyMessage()
          DAILY MESSAGE METHODS
 java.lang.Object getCallCenter()
           
 java.util.List getCallCenters()
          SELECTION LISTS
 java.lang.Object getCategory()
           
 java.lang.Object getDefaultCallCenter()
           
 java.lang.String getMessage()
           
 java.util.List getMessageCategories()
           
 RDate getPurgeDate()
           
 void setCallCenter(java.lang.Object object)
           
 void setCategory(java.lang.Object object)
           
 void setDailyMessage(java.lang.Object object)
           
 void setMessage(java.lang.String message)
           
 void setPurgeDate(java.lang.String purgeDate)
           
 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

DailyMessageDialogHandler

public DailyMessageDialogHandler()
Method Detail

getCallCenters

public java.util.List getCallCenters()
                              throws SystemException
SELECTION LISTS

Throws:
SystemException

getMessageCategories

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

getDefaultCallCenter

public java.lang.Object getDefaultCallCenter()

createDailyMessage

public void createDailyMessage()
                        throws SystemException
DAILY MESSAGE METHODS

Throws:
SystemException

setDailyMessage

public void setDailyMessage(java.lang.Object object)

getCallCenter

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

setCallCenter

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

getCategory

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

setCategory

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

getMessage

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

setMessage

public void setMessage(java.lang.String message)
                throws SystemException
Throws:
SystemException

submit

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

setPurgeDate

public void setPurgeDate(java.lang.String purgeDate)
                  throws SystemException,
                         UiBusinessException
Throws:
SystemException
UiBusinessException

getPurgeDate

public RDate getPurgeDate()
                   throws SystemException
Throws:
SystemException


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