|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICmForumItem
This interface is used to define any type of forum item.
| Field Summary | |
|---|---|
static Key |
AUTHOR
Key representing the author name. |
static Key |
BODY
Key representing the body of the category. |
static Key |
CONTENT_TYPE
Key representing the content type of the body of the category. |
static Key |
DATE_CREATED
Key representing the created date of the category. |
static Key |
DATE_LAST_MODIFIED
Key representing the last modified date of the category. |
static int |
KEYID_AUTHOR
The int id for the AUTHOR key. |
static int |
KEYID_BODY
The int id for the BODY key. |
static int |
KEYID_CONTENT_TYPE
The int id for the CONTENT_TYPE key. |
static int |
KEYID_DATE_CREATED
The int id for the DATE_CREATED key. |
static int |
KEYID_DATE_LAST_MODIFIED
The int id for the DATE_LAST_MODIFIED key. |
static int |
KEYID_KEYWORDS
The int id for the KEYWORDS key. |
static int |
KEYID_MASK_AUTHOR
The int id for the MASK_AUTHOR key. |
static Key |
KEYWORDS
Key representing the keywords for the category. |
static Key |
MASK_AUTHOR
Key representing the setting for masking an author's name. |
| Method Summary | |
|---|---|
String |
getAuthor()
Gets the author. |
String |
getBody()
Gets the plain text body. |
String |
getBodyContentType()
Gets the content type of the body. |
Date |
getDateCreated()
Gets the date the item was created. |
Date |
getDateLastModified()
Gets the date the item was last modified. |
String[] |
getKeywords()
Gets the keywords for the item |
boolean |
getMaskAuthor()
Gets if the author should be masked. |
String |
getName()
Gets the name of this item. |
void |
setAuthor(String sAuthor)
Sets the author. |
void |
setBody(String sBody,
String sContentType)
Sets the plain text body. |
void |
setKeywords(String[] sKeywords)
Sets the keywords. |
void |
setMaskAuthor(boolean bMask)
Sets if the author should be masked. |
void |
setName(String sName)
Gets the name of this item. |
| Field Detail |
|---|
static final int KEYID_AUTHOR
int id for the AUTHOR key.
static final int KEYID_DATE_CREATED
int id for the DATE_CREATED key.
static final int KEYID_DATE_LAST_MODIFIED
int id for the DATE_LAST_MODIFIED key.
static final int KEYID_BODY
int id for the BODY key.
static final int KEYID_CONTENT_TYPE
int id for the CONTENT_TYPE key.
static final int KEYID_KEYWORDS
int id for the KEYWORDS key.
static final int KEYID_MASK_AUTHOR
int id for the MASK_AUTHOR key.
static final Key AUTHOR
static final Key MASK_AUTHOR
static final Key DATE_CREATED
static final Key DATE_LAST_MODIFIED
static final Key BODY
static final Key CONTENT_TYPE
static final Key KEYWORDS
| Method Detail |
|---|
String getAuthor()
throws CollaborationException
CollaborationException - if there was an error getting the authorsetAuthor(String)
void setAuthor(String sAuthor)
throws CollaborationException
sAuthor - the author
CollaborationException - if there was an error setting the author
String getBody()
throws CollaborationException
CollaborationException - if there was an error getting the description#setBody(String)
String getBodyContentType()
throws CollaborationException
CollaborationException - if there was an error getting the description#setBody(String)
void setBody(String sBody,
String sContentType)
throws CollaborationException
sBody - the body
CollaborationException - if there was an error setting the body
Date getDateCreated()
throws CollaborationException
CollaborationException - if there was an error getting the
creation date
Date getDateLastModified()
throws CollaborationException
CollaborationException - if there was an error getting the
last modified date
String[] getKeywords()
throws CollaborationException
CollaborationException - if there was an error getting the
keywordssetKeywords(String[])
void setKeywords(String[] sKeywords)
throws CollaborationException
sKeywords - the keywords
CollaborationException - if there was an error setting the keywords
boolean getMaskAuthor()
throws CollaborationException
CollaborationException - if there was an error getting if the author should be maskedsetMaskAuthor(boolean)
void setMaskAuthor(boolean bMask)
throws CollaborationException
bMask - if the author should be masked
CollaborationException - if there was an error setting if the author should be maskedString getName()
void setName(String sName)
throws CollaborationException
CollaborationException - if there was an error getting the name
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||