public static class AbstractCalendarEvent.CalendarEventAttendeeSelector extends java.lang.Object implements DataSelector
AbstractCalendarEvent.isAttendee(Member, boolean)
REVISION
Constructor and Description |
---|
AbstractCalendarEvent.CalendarEventAttendeeSelector(Member mbr)
Build a new CalendarEventAttendeeSelector for the specified member.
|
AbstractCalendarEvent.CalendarEventAttendeeSelector(Member mbr,
boolean checkReadRight)
Build a new CalendarEventAttendeeSelector for the specified member.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSelected(Data data)
Evaluates if a data must be selected or not.
|
public AbstractCalendarEvent.CalendarEventAttendeeSelector(Member mbr)
CalendarEvent will be be included even if Member is not able to read the event.
mbr
- the member which must be an attendee for the event to be selectedpublic AbstractCalendarEvent.CalendarEventAttendeeSelector(Member mbr, boolean checkReadRight)
mbr
- the member which must be an attendee for the event to be selectedcheckReadRight
- set to true if read right should be checked, false if all CalendarEvent should be included even if Member is not able to read the
eventpublic boolean isSelected(Data data)
DataSelector
isSelected
in interface DataSelector
data
- the data to evaluate.Copyright © 2001-2010 Jalios SA. All Rights Reserved.