|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CalEvent
a calendar event returned by CalInfo
| Field Summary | |
|---|---|
static int |
DAILY
|
static int |
MONTHLY
|
static int |
NONE
|
static int |
WEEKLY
|
static int |
YEARLY
|
| Method Summary | |
|---|---|
Object |
clone()
|
int |
getCaption()
returns the caption to use for this event. |
EventType |
getEventType()
|
Date |
getFromDate()
|
int |
getInterval()
|
String |
getLocation()
|
Persistent |
getObject()
returns the object this CalEvent was initially fetched for |
List<Persistent> |
getObjects()
the objects, this event belongs to |
Date |
getRecEndDate()
|
int |
getRecurrenceType()
|
String |
getSubject()
|
String |
getText()
|
String |
getUID()
get the unique identifier for this event |
Date |
getUntilDate()
|
boolean |
hasReminder()
should a reminder be used? |
boolean |
isPrivateEvent()
|
boolean |
isWholeDay()
|
boolean |
mayEdit(User user)
check if the given user may edit this event |
boolean |
mayView(User user)
check if the given user may view this event |
String |
onClick()
|
| Field Detail |
|---|
static final int NONE
static final int DAILY
static final int WEEKLY
static final int MONTHLY
static final int YEARLY
| Method Detail |
|---|
Object clone()
int getCaption()
CalInfo.getCaptions()Date getFromDate()
int getInterval()
String getLocation()
Date getRecEndDate()
int getRecurrenceType()
String getSubject()
String getText()
String getUID()
Date getUntilDate()
boolean isPrivateEvent()
boolean isWholeDay()
String onClick()
boolean hasReminder()
true or falseboolean mayView(User user)
user -
true or falseboolean mayEdit(User user)
user -
true or falseEventType getEventType()
EventType of this eventList<Persistent> getObjects()
Persistent getObject()
CalEvent was initially fetched for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||