|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CalInfo
source for calevents
| Method Summary | |
|---|---|
List<Pair<String,String>> |
getCaptions()
return all possible captions for this CalInfo |
String |
getName()
returns the name of this CalInfo. |
List<Pair<String,String>> |
getPossibleViews(User u)
get all possible views for this users |
CalView |
getView(String id,
User u)
returns the view with the given id for the user |
MultiMap<Persistent,CalEvent> |
listEvents(List<Persistent> objects,
Date startDate,
Date endDate)
this function returns a bunch of dates for each passed object |
| Method Detail |
|---|
MultiMap<Persistent,CalEvent> listEvents(List<Persistent> objects,
Date startDate,
Date endDate)
objects - the objects the dates should be forstartDate - range startdateendDate - range endtime
MultiMap of dates occuring in the range of timeString getName()
CalInfo.
List<Pair<String,String>> getCaptions()
CalInfo
CalView getView(String id,
User u)
id - the view's idu - the current user
List<Pair<String,String>> getPossibleViews(User u)
u - the current user
Pair.first the view's id - getView(String, User) should be able to handle this id
Pair.second the view's name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||