|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.meeting.MeetingServiceFwd
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
MeetingServiceFwd()
|
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 |
private static Manager |
getManager()
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public MeetingServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public MeetingCenterMeetingInfo createMeeting(MeetingCenterMeetingInfo theMeeting) throws WTException, WTPropertyVetoException
createMeeting
in interface MeetingService
theMeeting
-
WTException
WTPropertyVetoException
public MeetingCenterMeetingInfo updateMeeting(MeetingCenterMeetingInfo theMeeting) throws WTException
updateMeeting
in interface MeetingService
theMeeting
-
WTException
public Forum getMeetingForum(MeetingCenterMeetingInfo theMeeting) throws WTException
getMeetingForum
in interface MeetingService
theMeeting
-
WTException
public MeetingCenterMeetingInfo addSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID) throws WTException
addSubjectObject
in interface MeetingService
theMeeting
- objectID
-
WTException
public MeetingCenterMeetingInfo removeSubjectObject(MeetingCenterMeetingInfo theMeeting, String objectID) throws WTException
removeSubjectObject
in interface MeetingService
theMeeting
- objectID
-
WTException
public void cancelMeeting(MeetingCenterMeetingInfo theMeeting) throws WTException
cancelMeeting
in interface MeetingService
theMeeting
-
WTException
public MeetingCenterMeetingInfo[] getMeetingList(WTPrincipal me) throws WTException
getMeetingList
in interface MeetingService
me
-
WTException
public MeetingCenterMeetingInfo[] getMeetingList(Project2 proj) throws WTException
getMeetingList
in interface MeetingService
proj
-
WTException
public Vector findProjectMeetings(Project2 proj) throws WTException
findProjectMeetings
in interface MeetingService
proj
-
WTException
public Vector findUserMeetings(WTUser user) throws WTException
findUserMeetings
in interface MeetingService
user
-
WTException
public MeetingCenterMeetingInfo addParticipantsToMeeting(MeetingCenterMeetingInfo theMeeting, String[] newParticipants) throws WTException
addParticipantsToMeeting
in interface MeetingService
theMeeting
- newParticipants
-
WTException
public MeetingCenterMeetingInfo removeParticipants(MeetingCenterMeetingInfo theMeeting, String[] removalList) throws WTException
removeParticipants
in interface MeetingService
theMeeting
- removalList
-
WTException
public MeetingCenterMeetingInfo addTextAgenda(MeetingCenterMeetingInfo theMeeting, String agendaContent) throws WTException
addTextAgenda
in interface MeetingService
theMeeting
- agendaContent
-
WTException
public MeetingCenterMeetingInfo addTextMinutes(MeetingCenterMeetingInfo theMeeting, String minutesContent) throws WTException
addTextMinutes
in interface MeetingService
theMeeting
- minutesContent
-
WTException
public String getPropertiesPageURL(String fullName, Class argClass, Object arg) throws WTException
getPropertiesPageURL
in interface MeetingService
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
updateMeetingStatus
in interface MeetingService
meeting
- status
-
WTException
public void updateMeetingStatus(String meetingOID, MeetingStatus status) throws WTException
updateMeetingStatus
in interface MeetingService
meetingOID
- status
-
WTException
public MeetingCenterMeeting updateMeetingCenterMeetingStatus(String meetingKey, MeetingStatus status) throws WTException
updateMeetingCenterMeetingStatus
in interface MeetingService
meetingKey
- status
-
WTException
public WTUser[] getParticipantUserList(Meeting meeting) throws WTException
getParticipantUserList
in interface MeetingService
meeting
-
WTException
public String getMeetingURL(MeetingCenterMeeting meeting) throws WTException
getMeetingURL
in interface MeetingService
meeting
-
WTException
public void updateMeetingKey(String meetingOID, String key) throws WTException
updateMeetingKey
in interface MeetingService
meetingOID
- key
-
WTException
public String getMeetingKey(String meetingOID) throws WTException
getMeetingKey
in interface MeetingService
meetingOID
-
WTException
public String hostPVMeeting(String meetingOID) throws WTException
hostPVMeeting
in interface MeetingService
meetingOID
-
WTException
public void endPVMeeting(String meetingOID) throws WTException
endPVMeeting
in interface MeetingService
meetingOID
-
WTException
public String joinPVMeeting(String meetingOID, String passwd) throws WTException
joinPVMeeting
in interface MeetingService
meetingOID
- passwd
-
WTException
public MeetingType getMeetingType(String meetingOID) throws WTException
getMeetingType
in interface MeetingService
meetingOID
-
WTException
public Vector findMeetings(WTContainer container) throws WTException
findMeetings
in interface MeetingService
container
-
WTException
public boolean isParticipant(Meeting meeting, WTUser user) throws WTException
isParticipant
in interface MeetingService
meeting
- user
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |