|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Method Summary | |
MeetingCenterMeetingInfo |
addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting,
String[] newParticipants)
Supported API: false |
MeetingCenterMeetingInfo |
addSubjectObject(MeetingCenterMeetingInfo theMeeting,
String objectID)
Adds a SubjectObject to the meeting, a MeetingCenterInfo object is returned which reflects this update. |
MeetingCenterMeetingInfo |
addTextAgenda(MeetingCenterMeetingInfo theMeeting,
String agendaContent)
This method is used to add a text agenda to the Meeting object. |
MeetingCenterMeetingInfo |
addTextMinutes(MeetingCenterMeetingInfo theMeeting,
String minutesContent)
This method is used to add Textual Minutes to the Meeting object. |
void |
cancelMeeting(MeetingCenterMeetingInfo theMeeting)
Supported API: false |
MeetingCenterMeetingInfo |
createMeeting(MeetingCenterMeetingInfo theMeeting)
Creates a Meeting object. |
void |
endPVMeeting(String meetingOID)
Supported API: false |
Vector |
findMeetings(WTContainer container)
Supported API: false |
Vector |
findProjectMeetings(Project2 proj)
Deprecated. |
Vector |
findUserMeetings(WTUser user)
Supported API: false |
Forum |
getMeetingForum(MeetingCenterMeetingInfo theMeeting)
Supported API: false |
String |
getMeetingKey(String meetingOID)
Supported API: false |
MeetingCenterMeetingInfo[] |
getMeetingList(Project2 proj)
Supported API: false |
MeetingCenterMeetingInfo[] |
getMeetingList(WTPrincipal me)
Supported API: false |
MeetingType |
getMeetingType(String meetingOID)
Supported API: false |
String |
getMeetingURL(MeetingCenterMeeting meeting)
Supported API: false |
WTUser[] |
getParticipantUserList(Meeting meeting)
Supported API: false |
String |
getPropertiesPageURL(String fullName,
Class argClass,
Object arg)
Supported API: false |
String |
hostPVMeeting(String meetingOID)
Supported API: false |
boolean |
isParticipant(Meeting meeting,
WTUser user)
Supported API: false |
String |
joinPVMeeting(String meetingOID,
String passwd)
Supported API: false |
MeetingCenterMeetingInfo |
removeParticipants(MeetingCenterMeetingInfo theMeeting,
String[] removalList)
Supported API: false |
MeetingCenterMeetingInfo |
removeSubjectObject(MeetingCenterMeetingInfo theMeeting,
String objectID)
Removes the specified subject object. |
MeetingCenterMeetingInfo |
updateMeeting(MeetingCenterMeetingInfo theMeeting)
Deprecated. |
MeetingCenterMeeting |
updateMeetingCenterMeetingStatus(String meetingKey,
MeetingStatus status)
Supported API: false |
void |
updateMeetingKey(String meetingOID,
String key)
Supported API: false |
Meeting |
updateMeetingStatus(Meeting meeting,
MeetingStatus status)
Supported API: false |
void |
updateMeetingStatus(String meetingOID,
MeetingStatus status)
Supported API: false |
Method Detail |
public MeetingCenterMeetingInfo createMeeting(MeetingCenterMeetingInfo theMeeting) throws WTException, WTPropertyVetoException
theMeeting
-
WTException
WTPropertyVetoException
public MeetingCenterMeetingInfo updateMeeting(MeetingCenterMeetingInfo theMeeting) throws WTException
theMeeting
-
WTException
public Forum getMeetingForum(MeetingCenterMeetingInfo theMeeting) throws WTException
theMeeting
-
WTException
public MeetingCenterMeetingInfo addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID) throws WTException
theMeeting
- objectID
-
WTException
public MeetingCenterMeetingInfo removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID) throws WTException
theMeeting
- objectID
-
WTException
public void cancelMeeting(MeetingCenterMeetingInfo theMeeting) throws WTException
theMeeting
-
WTException
public MeetingCenterMeetingInfo[] getMeetingList(WTPrincipal me) throws WTException
me
-
WTException
public MeetingCenterMeetingInfo[] getMeetingList(Project2 proj) throws WTException
proj
-
WTException
public Vector findProjectMeetings(Project2 proj) throws WTException
proj
-
WTException
public Vector findUserMeetings(WTUser user) throws WTException
user
-
WTException
public MeetingCenterMeetingInfo addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants) throws WTException
theMeeting
- newParticipants
-
WTException
public MeetingCenterMeetingInfo removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList) throws WTException
theMeeting
- removalList
-
WTException
public MeetingCenterMeetingInfo addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent) throws WTException
theMeeting
- agendaContent
-
WTException
public MeetingCenterMeetingInfo addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent) throws WTException
theMeeting
- minutesContent
-
WTException
public String getPropertiesPageURL(String fullName, Class argClass, Object arg) throws WTException
fullName
- Fully qualified method name to return the URL.argClass
- The class of the first argument in the URL method.arg
- The object passed to the URL method.
WTException
public Meeting updateMeetingStatus(Meeting meeting, MeetingStatus status) throws WTException
meeting
- status
-
WTException
public void updateMeetingStatus(String meetingOID, MeetingStatus status) throws WTException
meetingOID
- status
-
WTException
public MeetingCenterMeeting updateMeetingCenterMeetingStatus(String meetingKey, MeetingStatus status) throws WTException
meetingKey
- status
-
WTException
public WTUser[] getParticipantUserList(Meeting meeting) throws WTException
meeting
-
WTException
public String getMeetingURL(MeetingCenterMeeting meeting) throws WTException
meeting
-
WTException
public void updateMeetingKey(String meetingOID, String key) throws WTException
meetingOID
- key
-
WTException
public String getMeetingKey(String meetingOID) throws WTException
meetingOID
-
WTException
public String hostPVMeeting(String meetingOID) throws WTException
meetingOID
-
WTException
public void endPVMeeting(String meetingOID) throws WTException
meetingOID
-
WTException
public String joinPVMeeting(String meetingOID, String passwd) throws WTException
meetingOID
- passwd
-
WTException
public MeetingType getMeetingType(String meetingOID) throws WTException
meetingOID
-
WTException
public Vector findMeetings(WTContainer container) throws WTException
container
-
WTException
public boolean isParticipant(Meeting meeting, WTUser user) throws WTException
meeting
- user
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |