|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.calendar.CalendarEventAttendees
public class CalendarEventAttendees
The attendees to an event scheduled in a calendar. The attendees are expected to be managed by the event itself.
Constructor Summary | |
---|---|
protected |
CalendarEventAttendees()
|
Method Summary | |
---|---|
void |
add(String attendeeURI)
Adds an attendee to an event scheduled in a calendar. |
void |
addAll(List<String> attendeeURIs)
Adds several attendees to an event scheduled in a calendar. |
void |
addAll(String... attendeeURIs)
Adds one or several attendees to an event scheduled in a calendar. |
List<String> |
asList()
Converts this attendees container to a list of attendee URIs. |
boolean |
contains(String attendee)
Is the specified attended is in the attendees of an event scheduled in a calendar. |
boolean |
isEmpty()
Is there is no any attendees to an event? |
void |
remove(String... attendeeURIs)
Removes one or several attendees from the attendees to an event scheduled in a calendar. |
void |
remove(String attendeeURI)
Removes an attendee from the attendees to an event scheduled in a calendar. |
void |
removeAll(List<String> attendeeURIs)
Removes several attendees from the attendees to an event scheduled in a calendar. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CalendarEventAttendees()
Method Detail |
---|
public void add(String attendeeURI)
attendeeURI
- the URI of the attendee to add.public void addAll(List<String> attendeeURIs)
attendeeURIs
- the URI of the attendees to add.public void addAll(String... attendeeURIs)
attendeeURIs
- the URI of the attendees to add.public void remove(String attendeeURI)
attendeeURI
- the URI of the attendee to remove.public void removeAll(List<String> attendeeURIs)
attendeeURIs
- the URI of the attendees to remove.public void remove(String... attendeeURIs)
attendeeURIs
- the URI of the attendees to remove.public List<String> asList()
public boolean contains(String attendee)
attendee
- an attendee URI.
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |