Uses of Class
wt.meeting.MeetingCenterMeetingInfo

Packages that use MeetingCenterMeetingInfo
com.ptc.netmarkets.meeting   
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 MeetingCenterMeetingInfo in com.ptc.netmarkets.meeting
 

Methods in com.ptc.netmarkets.meeting that return MeetingCenterMeetingInfo
 MeetingCenterMeetingInfo StandardNmMeetingService.getTextMinutes(NmCommandBean cb)
          

Supported API: false
 MeetingCenterMeetingInfo StandardNmMeetingService.getMeetingInfo(NmCommandBean cb)
          

Supported API: false
private  MeetingCenterMeetingInfo StandardNmMeetingService.setContainerOID(NmCommandBean cb, MeetingCenterMeetingInfo info)
           
private  MeetingCenterMeetingInfo StandardNmMeetingService.convertParticipantList(MeetingCenterMeetingInfo info)
           
 MeetingCenterMeetingInfo NmMeetingServiceFwd.getTextMinutes(NmCommandBean cb)
          

Supported API: false
 MeetingCenterMeetingInfo NmMeetingServiceFwd.getMeetingInfo(NmCommandBean cb)
          

Supported API: false
 MeetingCenterMeetingInfo NmMeetingService.getTextMinutes(NmCommandBean cb)
          

Supported API: false
 MeetingCenterMeetingInfo NmMeetingService.getMeetingInfo(NmCommandBean cb)
          

Supported API: false
static MeetingCenterMeetingInfo NmMeetingCommands.get(NmCommandBean cb)
           
private static MeetingCenterMeetingInfo NmMeetingCommands.setInfo(NmCommandBean cb)
           
 

Methods in com.ptc.netmarkets.meeting with parameters of type MeetingCenterMeetingInfo
 void StandardNmMeetingService.create(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 void StandardNmMeetingService.update(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
private  MeetingCenterMeetingInfo StandardNmMeetingService.setContainerOID(NmCommandBean cb, MeetingCenterMeetingInfo info)
           
private  MeetingCenterMeetingInfo StandardNmMeetingService.convertParticipantList(MeetingCenterMeetingInfo info)
           
 void NmMeetingServiceFwd.create(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 void NmMeetingServiceFwd.update(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 void NmMeetingService.create(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 void NmMeetingService.update(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 

Uses of MeetingCenterMeetingInfo in wt.meeting
 

Methods in wt.meeting that return MeetingCenterMeetingInfo
 MeetingCenterMeetingInfo TraditionalMeeting.toMeetingCenterMeetingInfo()
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.createMeeting(MeetingCenterMeetingInfo theMeeting)
          Creates a Meeting object.
 MeetingCenterMeetingInfo StandardMeetingService.updateMeeting(MeetingCenterMeetingInfo theMeeting)
          Deprecated.  
 MeetingCenterMeetingInfo StandardMeetingService.addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update.
 MeetingCenterMeetingInfo StandardMeetingService.removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Removes the specified subject object.
 MeetingCenterMeetingInfo[] StandardMeetingService.getMeetingList(WTPrincipal me)
          

Supported API: false
 MeetingCenterMeetingInfo[] StandardMeetingService.getMeetingList(Project2 proj)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent)
          This method is used to add a text agenda to the Meeting object.
 MeetingCenterMeetingInfo StandardMeetingService.addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent)
          This method is used to add Textual Minutes to the Meeting object.
private  MeetingCenterMeetingInfo StandardMeetingService.addSubjectObjects(MeetingCenterMeetingInfo theInfo)
           
 MeetingCenterMeetingInfo MeetingServiceFwd.createMeeting(MeetingCenterMeetingInfo theMeeting)
          Creates a Meeting object.
 MeetingCenterMeetingInfo MeetingServiceFwd.updateMeeting(MeetingCenterMeetingInfo theMeeting)
          Deprecated.  
 MeetingCenterMeetingInfo MeetingServiceFwd.addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update.
 MeetingCenterMeetingInfo MeetingServiceFwd.removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Removes the specified subject object.
 MeetingCenterMeetingInfo[] MeetingServiceFwd.getMeetingList(WTPrincipal me)
          

Supported API: false
 MeetingCenterMeetingInfo[] MeetingServiceFwd.getMeetingList(Project2 proj)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent)
          This method is used to add a text agenda to the Meeting object.
 MeetingCenterMeetingInfo MeetingServiceFwd.addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent)
          This method is used to add Textual Minutes to the Meeting object.
 MeetingCenterMeetingInfo MeetingService.createMeeting(MeetingCenterMeetingInfo theMeeting)
          Creates a Meeting object.
 MeetingCenterMeetingInfo MeetingService.updateMeeting(MeetingCenterMeetingInfo theMeeting)
          Deprecated.  
 MeetingCenterMeetingInfo MeetingService.addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update.
 MeetingCenterMeetingInfo MeetingService.removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Removes the specified subject object.
 MeetingCenterMeetingInfo[] MeetingService.getMeetingList(WTPrincipal me)
          

Supported API: false
 MeetingCenterMeetingInfo[] MeetingService.getMeetingList(Project2 proj)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent)
          This method is used to add a text agenda to the Meeting object.
 MeetingCenterMeetingInfo MeetingService.addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent)
          This method is used to add Textual Minutes to the Meeting object.
 MeetingCenterMeetingInfo MeetingCenterMeeting.toMeetingCenterMeetingInfo()
          

Supported API: false
protected  MeetingCenterMeetingInfo Meeting.populateBaseInfo()
          

Supported API: false
abstract  MeetingCenterMeetingInfo Meeting.toMeetingCenterMeetingInfo()
          

Supported API: false
 MeetingCenterMeetingInfo TraditionalMeeting.toMeetingCenterMeetingInfo()
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.createMeeting(MeetingCenterMeetingInfo theMeeting)
          Creates a Meeting object.
 MeetingCenterMeetingInfo StandardMeetingService.updateMeeting(MeetingCenterMeetingInfo theMeeting)
          Deprecated.  
 MeetingCenterMeetingInfo StandardMeetingService.addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update.
 MeetingCenterMeetingInfo StandardMeetingService.removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Removes the specified subject object.
 MeetingCenterMeetingInfo[] StandardMeetingService.getMeetingList(WTPrincipal me)
          

Supported API: false
 MeetingCenterMeetingInfo[] StandardMeetingService.getMeetingList(Project2 proj)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent)
          This method is used to add a text agenda to the Meeting object.
 MeetingCenterMeetingInfo StandardMeetingService.addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent)
          This method is used to add Textual Minutes to the Meeting object.
private  MeetingCenterMeetingInfo StandardMeetingService.addSubjectObjects(MeetingCenterMeetingInfo theInfo)
           
 MeetingCenterMeetingInfo MeetingServiceFwd.createMeeting(MeetingCenterMeetingInfo theMeeting)
          Creates a Meeting object.
 MeetingCenterMeetingInfo MeetingServiceFwd.updateMeeting(MeetingCenterMeetingInfo theMeeting)
          Deprecated.  
 MeetingCenterMeetingInfo MeetingServiceFwd.addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update.
 MeetingCenterMeetingInfo MeetingServiceFwd.removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Removes the specified subject object.
 MeetingCenterMeetingInfo[] MeetingServiceFwd.getMeetingList(WTPrincipal me)
          

Supported API: false
 MeetingCenterMeetingInfo[] MeetingServiceFwd.getMeetingList(Project2 proj)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent)
          This method is used to add a text agenda to the Meeting object.
 MeetingCenterMeetingInfo MeetingServiceFwd.addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent)
          This method is used to add Textual Minutes to the Meeting object.
 MeetingCenterMeetingInfo MeetingService.createMeeting(MeetingCenterMeetingInfo theMeeting)
          Creates a Meeting object.
 MeetingCenterMeetingInfo MeetingService.updateMeeting(MeetingCenterMeetingInfo theMeeting)
          Deprecated.  
 MeetingCenterMeetingInfo MeetingService.addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update.
 MeetingCenterMeetingInfo MeetingService.removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Removes the specified subject object.
 MeetingCenterMeetingInfo[] MeetingService.getMeetingList(WTPrincipal me)
          

Supported API: false
 MeetingCenterMeetingInfo[] MeetingService.getMeetingList(Project2 proj)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent)
          This method is used to add a text agenda to the Meeting object.
 MeetingCenterMeetingInfo MeetingService.addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent)
          This method is used to add Textual Minutes to the Meeting object.
 MeetingCenterMeetingInfo MeetingCenterMeeting.toMeetingCenterMeetingInfo()
          

Supported API: false
protected  MeetingCenterMeetingInfo Meeting.populateBaseInfo()
          

Supported API: false
abstract  MeetingCenterMeetingInfo Meeting.toMeetingCenterMeetingInfo()
          

Supported API: false
 

Methods in wt.meeting with parameters of type MeetingCenterMeetingInfo
 Meeting TraditionalMeeting.fromMeetingCenterMeetingInfo(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.createMeeting(MeetingCenterMeetingInfo theMeeting)
          Creates a Meeting object.
 MeetingCenterMeetingInfo StandardMeetingService.updateMeeting(MeetingCenterMeetingInfo theMeeting)
          Deprecated.  
 Forum StandardMeetingService.getMeetingForum(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update.
 MeetingCenterMeetingInfo StandardMeetingService.removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Removes the specified subject object.
 void StandardMeetingService.cancelMeeting(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent)
          This method is used to add a text agenda to the Meeting object.
 MeetingCenterMeetingInfo StandardMeetingService.addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent)
          This method is used to add Textual Minutes to the Meeting object.
private  MeetingCenterMeetingInfo StandardMeetingService.addSubjectObjects(MeetingCenterMeetingInfo theInfo)
           
protected static WTPrincipalReference StandardMeetingService.getPrincipalRef(MeetingCenterMeetingInfo theMeeting)
           
 MeetingCenterMeetingInfo MeetingServiceFwd.createMeeting(MeetingCenterMeetingInfo theMeeting)
          Creates a Meeting object.
 MeetingCenterMeetingInfo MeetingServiceFwd.updateMeeting(MeetingCenterMeetingInfo theMeeting)
          Deprecated.  
 Forum MeetingServiceFwd.getMeetingForum(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update.
 MeetingCenterMeetingInfo MeetingServiceFwd.removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Removes the specified subject object.
 void MeetingServiceFwd.cancelMeeting(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent)
          This method is used to add a text agenda to the Meeting object.
 MeetingCenterMeetingInfo MeetingServiceFwd.addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent)
          This method is used to add Textual Minutes to the Meeting object.
 MeetingCenterMeetingInfo MeetingService.createMeeting(MeetingCenterMeetingInfo theMeeting)
          Creates a Meeting object.
 MeetingCenterMeetingInfo MeetingService.updateMeeting(MeetingCenterMeetingInfo theMeeting)
          Deprecated.  
 Forum MeetingService.getMeetingForum(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update.
 MeetingCenterMeetingInfo MeetingService.removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Removes the specified subject object.
 void MeetingService.cancelMeeting(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent)
          This method is used to add a text agenda to the Meeting object.
 MeetingCenterMeetingInfo MeetingService.addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent)
          This method is used to add Textual Minutes to the Meeting object.
protected  boolean MeetingCenterMeetingInfo.readVersion(MeetingCenterMeetingInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 Meeting MeetingCenterMeeting.fromMeetingCenterMeetingInfo(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
protected  void Meeting.populateMeetingFromInfo(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
abstract  Meeting Meeting.fromMeetingCenterMeetingInfo(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 Meeting TraditionalMeeting.fromMeetingCenterMeetingInfo(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.createMeeting(MeetingCenterMeetingInfo theMeeting)
          Creates a Meeting object.
 MeetingCenterMeetingInfo StandardMeetingService.updateMeeting(MeetingCenterMeetingInfo theMeeting)
          Deprecated.  
 Forum StandardMeetingService.getMeetingForum(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update.
 MeetingCenterMeetingInfo StandardMeetingService.removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Removes the specified subject object.
 void StandardMeetingService.cancelMeeting(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList)
          

Supported API: false
 MeetingCenterMeetingInfo StandardMeetingService.addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent)
          This method is used to add a text agenda to the Meeting object.
 MeetingCenterMeetingInfo StandardMeetingService.addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent)
          This method is used to add Textual Minutes to the Meeting object.
private  MeetingCenterMeetingInfo StandardMeetingService.addSubjectObjects(MeetingCenterMeetingInfo theInfo)
           
protected static WTPrincipalReference StandardMeetingService.getPrincipalRef(MeetingCenterMeetingInfo theMeeting)
           
 MeetingCenterMeetingInfo MeetingServiceFwd.createMeeting(MeetingCenterMeetingInfo theMeeting)
          Creates a Meeting object.
 MeetingCenterMeetingInfo MeetingServiceFwd.updateMeeting(MeetingCenterMeetingInfo theMeeting)
          Deprecated.  
 Forum MeetingServiceFwd.getMeetingForum(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update.
 MeetingCenterMeetingInfo MeetingServiceFwd.removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Removes the specified subject object.
 void MeetingServiceFwd.cancelMeeting(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingServiceFwd.addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent)
          This method is used to add a text agenda to the Meeting object.
 MeetingCenterMeetingInfo MeetingServiceFwd.addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent)
          This method is used to add Textual Minutes to the Meeting object.
 MeetingCenterMeetingInfo MeetingService.createMeeting(MeetingCenterMeetingInfo theMeeting)
          Creates a Meeting object.
 MeetingCenterMeetingInfo MeetingService.updateMeeting(MeetingCenterMeetingInfo theMeeting)
          Deprecated.  
 Forum MeetingService.getMeetingForum(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update.
 MeetingCenterMeetingInfo MeetingService.removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID)
          Removes the specified subject object.
 void MeetingService.cancelMeeting(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList)
          

Supported API: false
 MeetingCenterMeetingInfo MeetingService.addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent)
          This method is used to add a text agenda to the Meeting object.
 MeetingCenterMeetingInfo MeetingService.addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent)
          This method is used to add Textual Minutes to the Meeting object.
protected  boolean MeetingCenterMeetingInfo.readVersion(MeetingCenterMeetingInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 Meeting MeetingCenterMeeting.fromMeetingCenterMeetingInfo(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
protected  void Meeting.populateMeetingFromInfo(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false
abstract  Meeting Meeting.fromMeetingCenterMeetingInfo(MeetingCenterMeetingInfo theMeeting)
          

Supported API: false