Uses of Class
wt.meeting.TemplatedAgenda

Packages that use TemplatedAgenda
wt.meeting Uses the MeetingService to manage Meetings of various MeetingTypes having Agendas and producing Minutes, in particular MeetingCenterMeetings with their associated MeetingCenterMeetingInfo (also see the WebexOperationHelper). 
 

Uses of TemplatedAgenda in wt.meeting
 

Methods in wt.meeting that return TemplatedAgenda
static TemplatedAgenda TemplatedAgenda.newTemplatedAgenda()
          Default factory for the class.
 TemplatedAgenda MeetingTemplatedAgendaLink.getTemplatedAgenda()
          Gets the object for the association that plays role: TEMPLATED_AGENDA_ROLE.
 TemplatedAgenda Meeting.getTemplatedAgenda()
          Gets the object for the association that plays role: TEMPLATED_AGENDA.
static TemplatedAgenda TemplatedAgenda.newTemplatedAgenda()
          Default factory for the class.
 TemplatedAgenda MeetingTemplatedAgendaLink.getTemplatedAgenda()
          Gets the object for the association that plays role: TEMPLATED_AGENDA_ROLE.
 TemplatedAgenda Meeting.getTemplatedAgenda()
          Gets the object for the association that plays role: TEMPLATED_AGENDA.
 

Methods in wt.meeting with parameters of type TemplatedAgenda
protected  boolean TemplatedAgenda.readVersion(TemplatedAgenda thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void MeetingTemplatedAgendaLink.setTemplatedAgenda(TemplatedAgenda theTemplatedAgenda)
          Sets the object for the association that plays role: TEMPLATED_AGENDA_ROLE.
static MeetingTemplatedAgendaLink MeetingTemplatedAgendaLink.newMeetingTemplatedAgendaLink(TemplatedAgenda theTemplatedAgenda, Meeting theMeeting)
          Default factory for the class.
 void Meeting.setTemplatedAgenda(TemplatedAgenda a_TemplatedAgenda)
          Sets the object for the association that plays role: TEMPLATED_AGENDA.
protected  boolean TemplatedAgenda.readVersion(TemplatedAgenda thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void MeetingTemplatedAgendaLink.setTemplatedAgenda(TemplatedAgenda theTemplatedAgenda)
          Sets the object for the association that plays role: TEMPLATED_AGENDA_ROLE.
static MeetingTemplatedAgendaLink MeetingTemplatedAgendaLink.newMeetingTemplatedAgendaLink(TemplatedAgenda theTemplatedAgenda, Meeting theMeeting)
          Default factory for the class.
 void Meeting.setTemplatedAgenda(TemplatedAgenda a_TemplatedAgenda)
          Sets the object for the association that plays role: TEMPLATED_AGENDA.