Class GUICalendarEvent
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUICalendarEvent
- All Implemented Interfaces:
Serializable
This class represents an event in a calendar. An event is always associated
to a selection of documents and users.
- Since:
- 6.7
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDocument
(GUIDocument newDoc) void
addParticipant
(GUIGroup newPart) void
addParticipant
(GUIUser newPart) void
addReminder
(GUIReminder reminder) long
getDocument
(long id) int
long
getId()
getParticipant
(long id) getParticipantGroup
(long id) int
getTitle()
getType()
void
removeDocument
(long docId) void
removeParticipant
(long id) void
removeParticipantGroup
(long id) void
setAutomation
(String automation) void
setCompletionDate
(Date completionDate) void
setCreator
(String creator) void
setCreatorId
(long creatorId) void
setDeadline
(Date deadline) void
setDescription
(String description) void
setDocuments
(List<GUIDocument> documents) void
setExpirationDate
(Date expirationDate) void
setFrequency
(int frequency) void
setId
(long id) void
setParentId
(Long parentId) void
setParticipants
(List<GUIUser> participants) void
setParticipantsGroups
(List<GUIGroup> participantsGroups) void
setReminders
(List<GUIReminder> reminders) void
setStartDate
(Date startDate) void
setStatus
(int status) void
setSubType
(String subType) void
void
toString()
-
Field Details
-
STATUS_NONE
public static final int STATUS_NONE- See Also:
-
STATUS_WORKING
public static final int STATUS_WORKING- See Also:
-
STATUS_COMPLETED
public static final int STATUS_COMPLETED- See Also:
-
STATUS_CANCELED
public static final int STATUS_CANCELED- See Also:
-
-
Constructor Details
-
GUICalendarEvent
public GUICalendarEvent()
-
-
Method Details
-
getParticipantsGroups
-
setParticipantsGroups
-
toString
-
getId
public long getId() -
setId
public void setId(long id) -
getParentId
-
setParentId
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getStartDate
-
setStartDate
-
getExpirationDate
-
setExpirationDate
-
getDocuments
-
setDocuments
-
getFrequency
public int getFrequency() -
setFrequency
public void setFrequency(int frequency) -
getParticipant
-
getParticipantGroup
-
addParticipant
-
addParticipant
-
removeParticipant
public void removeParticipant(long id) -
removeParticipantGroup
public void removeParticipantGroup(long id) -
getDocument
-
addDocument
-
removeDocument
public void removeDocument(long docId) -
addReminder
-
getCreatorId
public long getCreatorId() -
setCreatorId
public void setCreatorId(long creatorId) -
getCreator
-
setCreator
-
getParticipants
-
setParticipants
-
getStatus
public int getStatus() -
setStatus
public void setStatus(int status) -
getCompletionDate
-
setCompletionDate
-
getDeadline
-
setDeadline
-
getType
-
setType
-
getSubType
-
setSubType
-
getReminders
-
setReminders
-
getAutomation
-
setAutomation
-