Class PersonCalendarDialogBean

All Implemented Interfaces:
IPageFlowScopeAdapter, ICompositeViewControlPageBean, Serializable, EventListener, PhaseListener, HttpSessionBindingListener

public class PersonCalendarDialogBean extends BaseCompositeViewControlPageBean
See Also:
  • Field Details

  • Constructor Details

    • PersonCalendarDialogBean

      public PersonCalendarDialogBean()
  • Method Details

    • getPersonURI

      public String getPersonURI()
      Returns:
      the personURI
    • setPersonURI

      public void setPersonURI(String personURI)
      Parameters:
      personURI - the personURI to set
    • getUserCalendarProvider

      public com.webmethods.sc.calendar.impl.UserCalendarEventProvider getUserCalendarProvider()
    • getInitialDate

      public Date getInitialDate()
    • getShortDatePattern

      public String getShortDatePattern()
    • getShortTimePattern

      public String getShortTimePattern()
    • getPersonModel

      public PrincipalModel getPersonModel()
    • getCalendar

      public CalendarTable getCalendar()
      Getter method for the control with id='htmlForm:calendar'
    • beforeInvokeApplication

      protected void beforeInvokeApplication()
      Description copied from class: BaseViewBean
      Clients should overwrite this method to perform custom actions before an action method is invoked.
      Overrides:
      beforeInvokeApplication in class BaseViewBean
    • getPrevIcon

      public String getPrevIcon()
    • getNextIcon

      public String getNextIcon()
    • getCalendarIcon

      public String getCalendarIcon()
    • getHasUserCalendar

      public boolean getHasUserCalendar()