public interface ModifiableCalendarEvent extends CalendarEvent
Modifier and Type | Method and Description |
---|---|
void |
setCreationDate(Date date)
Set the creation date
|
void |
setCreator(UserIdentity user)
Set the creator
|
void |
setDescription(String desc)
Set the description of the event
|
void |
setEndDate(Date endDate)
Set the endDate of the event
|
void |
setExcludedOccurrences(List<Date> excludedOccurrences)
Set the list of excluded event date.
|
void |
setFullDay(Boolean fullDay)
Set if the event last all the day
|
void |
setKeywords(String[] keywords)
Set this event's keywords.
|
void |
setLastContributor(UserIdentity user)
Set the last contributor
|
void |
setLastModified(Date date)
Set the last modified date
|
void |
setLastValidated(Date date)
Set the last validation date of the event
|
void |
setLastValidator(UserIdentity user)
Set the last validator of the event
|
void |
setLocation(String location)
Set the location of the event
|
void |
setOrganiser(UserIdentity user)
Set the oragniser
|
void |
setRecurrenceType(String recurrenceType)
Set the recurrence type.
|
void |
setRepeatUntil(Date untilDate)
Set the end date of the frequency.
|
void |
setStartDate(Date startDate)
Set the startDate of the event
|
void |
setTitle(String title)
Set the title of the event
|
getCreationDate, getCreator, getDescription, getEndDate, getExcludedOccurences, getFirstOccurrence, getFullDay, getKeywords, getLastContributor, getLastModified, getLastValidated, getLastValidator, getLocation, getNextOccurrence, getOccurrences, getOrganiser, getRecurrenceType, getRepeatUntil, getStartDate, getTitle, isRecurrent
getCurrentStepId, getWorkflowId, setCurrentStepId, setWorkflowId
getNode
getMetadataHolder
needsSave, rename, revertChanges, saveChanges
equals, getId, getName, getParent, getParentPath, getPath, hashCode
remove
void setDescription(String desc)
desc
- the descriptionvoid setLocation(String location)
location
- the locationvoid setKeywords(String[] keywords)
keywords
- the keywords.void setStartDate(Date startDate)
startDate
- the start datevoid setEndDate(Date endDate)
endDate
- the end datevoid setFullDay(Boolean fullDay)
fullDay
- is a fullday eventvoid setCreator(UserIdentity user)
user
- The creatorvoid setCreationDate(Date date)
date
- The creation datevoid setLastContributor(UserIdentity user)
user
- The last contributorvoid setLastModified(Date date)
date
- The last modified datevoid setLastValidator(UserIdentity user)
user
- the last validator of the eventvoid setLastValidated(Date date)
date
- the last validation date of the eventvoid setRecurrenceType(String recurrenceType)
recurrenceType
- the recurrence typevoid setRepeatUntil(Date untilDate)
untilDate
- the end date of the recurrencevoid setExcludedOccurrences(List<Date> excludedOccurrences)
excludedOccurrences
- excluded datevoid setOrganiser(UserIdentity user)
user
- The oragniser