|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.AbstractItem
portlets.compoze.groupware.mail.Message
portlets.compoze.groupware.mail.MeetingRequest
portlets.compoze.groupware.mail.CounteredMeetingInvitation
This class represents a countered meeting invitation.
Constructor Summary | |
CounteredMeetingInvitation(java.lang.String sID)
Constructor |
Method Summary | |
java.util.Date |
getProposedEndTime()
Gets the proposed end time of the meeting. |
java.util.Date |
getProposedStartTime()
Gets the proposed start time of the meeting. |
java.lang.String[] |
getWhenArgs(java.util.Locale locale,
java.util.TimeZone timeZone,
boolean bGetProposedWhen)
Gets the i18n resource args for when the appointment occurs. |
void |
setProposedEndTime(java.util.Date proposedEndTime)
Sets the proposed end time of the meeting. |
void |
setProposedStartTime(java.util.Date proposedStartTime)
Sets the proposed start time of the meeting. |
Methods inherited from class portlets.compoze.groupware.mail.MeetingRequest |
getComments, getEndTime, getLocation, getOrganizer, getStartTime, getWhenArgs, getWhenKey, isAcceptAvailable, isAllDayEvent, isCounterPrevented, isDelegatePrevented, isOrganizer, isRepeating, setComments, setEndTime, setIsAcceptAvailable, setIsAllDayEvent, setIsCounterPrevented, setIsDelegatePrevented, setIsOrganizer, setIsRepeating, setLocation, setOrganizer, setStartTime |
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 CounteredMeetingInvitation(java.lang.String sID)
sID
- the IDMethod Detail |
public java.util.Date getProposedStartTime()
null
for nonepublic void setProposedStartTime(java.util.Date proposedStartTime)
proposedStartTime
- the proposed start time of the meetingpublic java.util.Date getProposedEndTime()
null
for nonepublic void setProposedEndTime(java.util.Date proposedEndTime)
public java.lang.String[] getWhenArgs(java.util.Locale locale, java.util.TimeZone timeZone, boolean bGetProposedWhen)
locale
- the localetimeZone
- the time zonebGetProposedWhen
- code>true to return the proposed time of the event or false
for the original time of the event
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |