|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tenduke.event.EventListFilterOwnFeed
public class EventListFilterOwnFeed
Event list filtering for filtering events displayed in users own feed based on ProfileSettings.
| Constructor Summary | |
|---|---|
EventListFilterOwnFeed(Profile profile)
Initializes new instance of the EventListFilterOwnFeed class. |
|
| Method Summary | |
|---|---|
java.util.List<Event> |
filterEvents(java.util.List<Event> events)
Filter events by user's ProfileSettings that control event feed display. |
Profile |
getProfile()
Gets Profile whose own feed is filtered. |
void |
setProfile(Profile profile)
Sets Profile whose own feed is filtered. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventListFilterOwnFeed(Profile profile)
profile - Profile whose own feed is filtered.| Method Detail |
|---|
public java.util.List<Event> filterEvents(java.util.List<Event> events)
filterEvents in interface EventListFilterevents - Events to filter.
public Profile getProfile()
public void setProfile(Profile profile)
profile - Profile whose own feed is filtered.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||