|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MeetingCenterMeetingInfo | |
com.ptc.netmarkets.meeting | |
wt.meeting | Uses the
MeetingService to manage
Meeting s of various
MeetingType s having
Agenda s and producing
Minutes , in particular
MeetingCenterMeeting s with their associated
MeetingCenterMeetingInfo (also see the
WebexOperationHelper ). |
Uses of MeetingCenterMeetingInfo in com.ptc.netmarkets.meeting |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |