Package org.exoplatform.agenda.model
Class EventAttendeeList
- java.lang.Object
-
- org.exoplatform.agenda.model.EventAttendeeList
-
public class EventAttendeeList extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static EventAttendeeListEMPTY_ATTENDEE_LIST
-
Constructor Summary
Constructors Constructor Description EventAttendeeList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventAttendeegetEventAttendee(long identityId, ZonedDateTime occurrenceId)List<EventAttendee>getEventAttendees()List<EventAttendee>getEventAttendees(long identityId)List<EventAttendee>getEventAttendees(ZonedDateTime occurrenceId)booleanisEmpty()intsize()
-
-
-
Field Detail
-
EMPTY_ATTENDEE_LIST
public static final EventAttendeeList EMPTY_ATTENDEE_LIST
-
-
Method Detail
-
getEventAttendees
public List<EventAttendee> getEventAttendees()
-
getEventAttendees
public List<EventAttendee> getEventAttendees(ZonedDateTime occurrenceId)
-
getEventAttendees
public List<EventAttendee> getEventAttendees(long identityId)
-
getEventAttendee
public EventAttendee getEventAttendee(long identityId, ZonedDateTime occurrenceId)
-
isEmpty
public boolean isEmpty()
-
size
public int size()
-
-