|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.AbstractItem | +--portlets.compoze.groupware.mail.Message | +--portlets.compoze.groupware.mail.MeetingRequest
This class represents a meeting request.
Constructor Summary | |
MeetingRequest(java.lang.String sID)
Constructor |
Method Summary | |
java.lang.String |
getComments()
Gets the comments of the meeting. |
java.util.Date |
getEndTime()
Gets the end time of the meeting. |
java.lang.String |
getLocation()
Gets the location of the meeting. |
java.lang.String |
getOrganizer()
Gets the organizer of the meeting. |
java.util.Date |
getStartTime()
Gets the start time of the meeting. |
java.lang.String[] |
getWhenArgs(java.util.Locale locale,
java.util.TimeZone timeZone)
Gets the i18n resource args for when the appointment occurs. |
java.lang.String |
getWhenKey()
Gets the i18n key for when the appointment occurs. |
boolean |
isAcceptAvailable()
Gets true if accepting of this meeting is available or false otherwise. |
boolean |
isAllDayEvent()
Gets true if meeting is an all day event or false otherwise. |
boolean |
isCounterPrevented()
Gets true if proposing a new time on this meeting (countering) is prevented or false otherwise. |
boolean |
isDelegatePrevented()
Gets true if delegation of this meeting is prevented or false otherwise. |
boolean |
isOrganizer()
Gets true if this user is the organizer for this meeting or false otherwise. |
boolean |
isRepeating()
Gets true if the meeting is repeats or false otherwise. |
void |
setComments(java.lang.String sComments)
Sets the comments of the meeting. |
void |
setEndTime(java.util.Date endTime)
Sets the end time of the meeting. |
void |
setIsAcceptAvailable(boolean bIsAcceptAvailable)
Sets true if accepting of this meeting is available or false otherwise. |
void |
setIsAllDayEvent(boolean bIsAllDayEvent)
Sets true if meeting is an all day event or false otherwise. |
void |
setIsCounterPrevented(boolean bIsCounterPrevented)
Gets true if proposing a new time on this meeting (countering) is prevented or false otherwise. |
void |
setIsDelegatePrevented(boolean bIsDelegatePrevented)
Sets true if delegation of this meeting is prevented or false otherwise. |
void |
setIsOrganizer(boolean bIsOrganizer)
Sets true if this user is the organizer for this meeting or false otherwise. |
void |
setIsRepeating(boolean bIsRepeating)
Sets the repeat flag of the meeting. |
void |
setLocation(java.lang.String sLocation)
Sets the location of the meeting. |
void |
setOrganizer(java.lang.String sOrganizer)
Sets the organizer of the meeting. |
void |
setStartTime(java.util.Date startTime)
Sets the start time of the meeting. |
Methods inherited from class portlets.compoze.groupware.mail.Message |
getEmbeddedMessageIndex, getFlag, getFolderID, getFolderName, getParentMessageID, getRecipientInfo, getSenderInfo, getSensitivity, getTimeReceived, getToRecipientsDisplay, isEmbedded, isPreventForward, isRead, isReplySentFlag, setEmbeddedMessageIndex, setFlag, setFolderID, setFolderName, setIsEmbedded, setIsPreventForward, setIsRead, setIsReplySentFlag, setParentMessageID, setRecipientInfo, setSenderInfo, setSensitivity, setTimeReceived, setToRecipientsDisplay |
Methods inherited from class portlets.compoze.groupware.AbstractItem |
getAttachmentCount, getAttachmentInfoArray, getBodyHtml, getBodyText, getBodyTextAsHtml, getDateCreated, getID, getImportance, getIndex, getItemType, getSize, getSizeInKilobytes, getSubject, getSubject, hasAttachment, prettyTruncate, setAttachmentCount, setAttachmentInfoArray, setBodyHtml, setBodyText, setDateCreated, setHasAttachment, setID, setImportance, setIndex, setItemType, setSize, setSubject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MeetingRequest(java.lang.String sID)
sID
- the IDMethod Detail |
public java.util.Date getStartTime()
null
for nonepublic void setStartTime(java.util.Date startTime)
startTime
- the start time of the meetingpublic java.util.Date getEndTime()
null
for nonepublic void setEndTime(java.util.Date endTime)
endTime
- the end timepublic java.lang.String getLocation()
null
for nonepublic void setLocation(java.lang.String sLocation)
sLocation
- the locationpublic boolean isRepeating()
true
if meeting is repeating or false
otherwisepublic void setIsRepeating(boolean bIsRepeating)
bIsRepeating
- true
if meeting is repeating or false
otherwisepublic boolean isAllDayEvent()
true
if meeting is an all day event or false
otherwisepublic void setIsAllDayEvent(boolean bIsAllDayEvent)
bIsAllDayEvent
- true
if meeting is an all day event or false
otherwisepublic java.lang.String getWhenKey()
#getWhenArgs()
public java.lang.String[] getWhenArgs(java.util.Locale locale, java.util.TimeZone timeZone)
locale
- the localetimeZone
- the time zonepublic boolean isCounterPrevented()
true
if countering is prevented on the meeting or false
otherwisepublic void setIsCounterPrevented(boolean bIsCounterPrevented)
bIsCounterPrevented
- true
if proposing a new time on this meeting (countering) is prevented or false
otherwisepublic boolean isDelegatePrevented()
true
if delegation of this meeting is prevented or false
otherwisepublic void setIsDelegatePrevented(boolean bIsDelegatePrevented)
bIsDelegatePrevented
- true
if delegation of this meeting is prevented or false
otherwisepublic boolean isOrganizer()
true
if this user is the organizer for this meeting or false
otherwisepublic void setIsOrganizer(boolean bIsOrganizer)
bIsOrganizer
- true
if this user is the organizer for this meeting or false
otherwisepublic boolean isAcceptAvailable()
true
if accepting of this meeting is available or false
otherwisepublic void setIsAcceptAvailable(boolean bIsAcceptAvailable)
bIsAcceptAvailable
- true
if accepting of this meeting is available or false
otherwisepublic java.lang.String getComments()
null
for nonepublic void setComments(java.lang.String sComments)
sComments
- the commentspublic java.lang.String getOrganizer()
null
for nonepublic void setOrganizer(java.lang.String sOrganizer)
sOrganizer
- the organizer
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |