|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.AbstractItem
com.compoze.domino.AbstractDocument
com.compoze.domino.Memo
com.compoze.domino.Appointment
com.compoze.domino.Notice
public class Notice
This class is a Domino notice. Notice instances are obtained
from the Documents
class. Methods that access properites on the class require that the
properties were loaded beforehand, when the notice was initially retrieved.
Any methods in this class that begin with the string server
make a query to the server, and require that the
PropertyKey.DOCUMENT_ID
and PropertyKey.DOCUMENT_TYPE
properties to be loaded beforehand. Any additional
property requirements are indicated on each individual method.
Field Summary | |
---|---|
static PropertyKey[] |
ALL_PROPS
Contains an array of all of the properties available on a notice. |
Fields inherited from class com.compoze.domino.AbstractItem |
---|
m_props, m_session |
Method Summary | |
---|---|
java.lang.String |
getAppointmentID()
Gets the document id of the appointment that this notice is generated. |
NoticeType |
getNoticeType()
Gets the notice type. |
java.lang.String |
getStatusUpdate()
Gets the status update (comment) for the notice. |
java.lang.String |
getTitle()
Gets the title for the notice using the default locale. |
java.lang.String |
getTitle(java.util.Locale locale)
Gets the title for the notice. |
java.lang.String |
getTopic()
Gets the topic of the notice. |
void |
serverRemove()
Hits the server and removes the calendar entry. |
Methods inherited from class com.compoze.domino.AbstractDocument |
---|
getAttachmentCount, getAttachmentInfo, getAttachmentInfoArray, getDateCreated, getDateCreatedString, getDateModified, getDateModifiedString, getDocumentType, getEmbeddedImageCount, getEmbeddedImageInfo, getEmbeddedImageInfoArray, getID, getParentID, getSize, getSizeInKilos, hasAttachment, serverAddAttachment, serverCopyTo, serverDeleteAttachment, serverMoveTo |
Methods inherited from class com.compoze.domino.AbstractItem |
---|
get, getBoolean, getDate, getDateArray, getDouble, getInt, getPropertyKeys, getString, getStringArray, getUpdatedPropertyValues, set, setBoolean, setDate, setDouble, setInt, setString, setStringArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PropertyKey[] ALL_PROPS
Method Detail |
---|
public NoticeType getNoticeType() throws DominoException
null
if not recognized
DominoException
PropertyKey.NOTICE_TYPE
,
PropertyKey.CHAIR
public java.lang.String getAppointmentID() throws DominoException
DominoException
PropertyKey.APPOINTMENT_ID
public java.lang.String getTitle() throws DominoException
DominoException
PropertyKey.CHAIR
,
PropertyKey.NOTICE_TYPE
,
PropertyKey.PRINCIPAL
public java.lang.String getTitle(java.util.Locale locale) throws DominoException
locale
- the locale
DominoException
PropertyKey.CHAIR
,
PropertyKey.NOTICE_TYPE
,
PropertyKey.PRINCIPAL
public java.lang.String getStatusUpdate() throws DominoException
DominoException
PropertyKey.STATUS_UPDATE
public java.lang.String getTopic() throws DominoException
DominoException
PropertyKey.TOPIC
public void serverRemove() throws DominoException
NoticeType.CANCELLED
DominoException
PropertyKey.NOTICE_TYPE
,
PropertyKey.START_DATE_TIME
,
PropertyKey.APPOINTMENT_ID
,
PropertyKey.RESCHEDULE_WHICH
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |