com.retek.rcom.gui.screen.personalreminder
Class PersonalReminderDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.personalreminder.PersonalReminderDialogHandler

public class PersonalReminderDialogHandler
extends ScreenHandler


Constructor Summary
PersonalReminderDialogHandler()
           
 
Method Summary
 void clearPersonalReminder()
           
 void createReminder(boolean includeOrderAR)
           
 java.lang.String getComments()
           
 java.lang.String getCreateDate()
           
 java.lang.String getDueDate()
           
 java.lang.String getLastUpdatedDate()
           
 java.lang.String getOrderARNumber()
           
 java.lang.Object getReminder()
           
 java.lang.String getReminderDescription()
           
 java.util.Collection getReminders()
           
 java.lang.String getResolvedDate()
           
 User getUser()
           
 boolean hasSecondaryObject()
           
 boolean isEditable()
           
 boolean isResolved(java.lang.Object workTask)
           
 boolean isSecondaryObjectNull(java.lang.Object workTask)
           
 boolean reminderHasSecondaryObject()
           
 java.lang.Object resolveReminder()
           
 void setActivityRequest(java.lang.Object activityRequest)
           
 void setComments(java.lang.String string)
           
 void setDueDate(java.lang.String string)
           
 void setIncludeClosed(boolean include)
           
 void setOrder(java.lang.Object order)
           
 void setReminder(java.lang.Object reminder)
           
 void setReminderDescription(java.lang.String string)
           
 java.lang.Object 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

PersonalReminderDialogHandler

public PersonalReminderDialogHandler()
Method Detail

setIncludeClosed

public void setIncludeClosed(boolean include)

setOrder

public void setOrder(java.lang.Object order)

setActivityRequest

public void setActivityRequest(java.lang.Object activityRequest)

createReminder

public void createReminder(boolean includeOrderAR)
                    throws SystemException
Throws:
SystemException

setReminder

public void setReminder(java.lang.Object reminder)

getReminders

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

getCreateDate

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

getLastUpdatedDate

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

getDueDate

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

getResolvedDate

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

getReminderDescription

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

getComments

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

setReminderDescription

public void setReminderDescription(java.lang.String string)
                            throws SystemException
Throws:
SystemException

setDueDate

public void setDueDate(java.lang.String string)
                throws SystemException,
                       UiBusinessException
Throws:
SystemException
UiBusinessException

setComments

public void setComments(java.lang.String string)
                 throws SystemException
Throws:
SystemException

submit

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

getUser

public User getUser()

clearPersonalReminder

public void clearPersonalReminder()

resolveReminder

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

hasSecondaryObject

public boolean hasSecondaryObject()

reminderHasSecondaryObject

public boolean reminderHasSecondaryObject()
                                   throws SystemException
Throws:
SystemException

getReminder

public java.lang.Object getReminder()

isEditable

public boolean isEditable()
                   throws SystemException
Throws:
SystemException

getOrderARNumber

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

isSecondaryObjectNull

public boolean isSecondaryObjectNull(java.lang.Object workTask)
                              throws SystemException
Throws:
SystemException

isResolved

public boolean isResolved(java.lang.Object workTask)
                   throws SystemException
Throws:
SystemException


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