|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICalendarActionProvider
Interface defintion of a group of methods that are common to item that return CalendarActionResults.
| Method Summary | |
|---|---|
CalendarActionResults |
accept(boolean sendResponse)
Implements the Accept method. |
CalendarActionResults |
acceptTentatively(boolean sendResponse)
Implements the AcceptTentatively method. |
AcceptMeetingInvitationMessage |
createAcceptMessage(boolean tentative)
Implements the CreateAcceptMessage method. |
DeclineMeetingInvitationMessage |
createDeclineMessage()
Implements the DeclineMeetingInvitationMessage method. |
CalendarActionResults |
decline(boolean sendResponse)
Implements the Decline method. |
| Method Detail |
|---|
CalendarActionResults accept(boolean sendResponse)
throws Exception
sendResponse - Indicates whether to send a response to the organizer.
Exception - the exception
CalendarActionResults acceptTentatively(boolean sendResponse)
throws Exception
sendResponse - Indicates whether to send a response to the organizer.
Exception - the exception
CalendarActionResults decline(boolean sendResponse)
throws Exception
sendResponse - Indicates whether to send a response to the organizer.
Exception - the exception
AcceptMeetingInvitationMessage createAcceptMessage(boolean tentative)
throws Exception
tentative - Indicates whether the new AcceptMeetingInvitationMessage
should represent a Tentative accept response (as opposed to an
Accept response).
Exception - the exception
DeclineMeetingInvitationMessage createDeclineMessage()
throws Exception
Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||