|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.calendar.AbstractCalendarEvent.CalendarEventAttendeeSelector
public static class AbstractCalendarEvent.CalendarEventAttendeeSelector
This DataSelector selects all the CalendarEvent of which the given member is an attendee (either because he is the author or he is in the list of attendees).
AbstractCalendarEvent.isAttendee(Member, boolean)| Field Summary |
|---|
| Fields inherited from interface com.jalios.jcms.DataSelector |
|---|
REVISION |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
boolean |
isSelected(Data data)
Evaluates if a data must be selected or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 selected
public 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 event| Method Detail |
|---|
public boolean isSelected(Data data)
DataSelector
isSelected in interface DataSelectordata - the data to evaluate.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||