Uses of Class
wt.meeting.TemplatedMinutes

Packages that use TemplatedMinutes
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 TemplatedMinutes in wt.meeting
 

Methods in wt.meeting that return TemplatedMinutes
static TemplatedMinutes TemplatedMinutes.newTemplatedMinutes()
          Default factory for the class.
 TemplatedMinutes MeetingTemplatedMinutesLink.getTemplatedMinutes()
          Gets the object for the association that plays role: TEMPLATED_MINUTES_ROLE.
 TemplatedMinutes Meeting.getTemplatedMinutes()
          Gets the object for the association that plays role: TEMPLATED_MINUTES.
static TemplatedMinutes TemplatedMinutes.newTemplatedMinutes()
          Default factory for the class.
 TemplatedMinutes MeetingTemplatedMinutesLink.getTemplatedMinutes()
          Gets the object for the association that plays role: TEMPLATED_MINUTES_ROLE.
 TemplatedMinutes Meeting.getTemplatedMinutes()
          Gets the object for the association that plays role: TEMPLATED_MINUTES.
 

Methods in wt.meeting with parameters of type TemplatedMinutes
protected  boolean TemplatedMinutes.readVersion(TemplatedMinutes thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void MeetingTemplatedMinutesLink.setTemplatedMinutes(TemplatedMinutes theTemplatedMinutes)
          Sets the object for the association that plays role: TEMPLATED_MINUTES_ROLE.
static MeetingTemplatedMinutesLink MeetingTemplatedMinutesLink.newMeetingTemplatedMinutesLink(TemplatedMinutes theTemplatedMinutes, Meeting theMeeting)
          Default factory for the class.
 void Meeting.setTemplatedMinutes(TemplatedMinutes a_TemplatedMinutes)
          Sets the object for the association that plays role: TEMPLATED_MINUTES.
protected  boolean TemplatedMinutes.readVersion(TemplatedMinutes thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void MeetingTemplatedMinutesLink.setTemplatedMinutes(TemplatedMinutes theTemplatedMinutes)
          Sets the object for the association that plays role: TEMPLATED_MINUTES_ROLE.
static MeetingTemplatedMinutesLink MeetingTemplatedMinutesLink.newMeetingTemplatedMinutesLink(TemplatedMinutes theTemplatedMinutes, Meeting theMeeting)
          Default factory for the class.
 void Meeting.setTemplatedMinutes(TemplatedMinutes a_TemplatedMinutes)
          Sets the object for the association that plays role: TEMPLATED_MINUTES.