public interface CalEvent extends Cloneable
CalInfo
Modifier and Type | Field and Description |
---|---|
static int |
DAILY |
static int |
MONTHLY |
static int |
NONE |
static int |
WEEKLY |
static int |
YEARLY |
Modifier and Type | Method and Description |
---|---|
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() |
static final int NONE
static final int DAILY
static final int WEEKLY
static final int MONTHLY
static final int YEARLY
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 false
boolean mayView(User user)
user
- true
or false
boolean mayEdit(User user)
user
- true
or false
List<Persistent> getObjects()
Persistent getObject()
CalEvent
was initially fetched for@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.