|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.data.discussionboard.ForumProperties
public class ForumProperties
The ForumProperties class represents the properties to a given
discussion board forum within the Bb Course Management System.
| Field Summary | |
|---|---|
static DataType |
DATA_TYPE
|
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
ForumProperties()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getAllowAnonymous()
Returns whether this Forum is allow anonymous. |
java.lang.Boolean |
getAllowAttachment()
Returns whether this Forum is allow attachment. |
java.lang.Boolean |
getAllowCreate()
Returns whether this Forum is allow create. |
java.lang.Boolean |
getAllowDelete()
Returns whether this Forum is allow message delete. |
java.lang.Boolean |
getAllowDeleteTree()
Returns whether this Forum is allow message tree delete. |
java.lang.Boolean |
getAllowEdit()
Returns whether this Forum is allow edit. |
java.lang.Boolean |
getAllowForumGrading()
Returns whether this Forum is allow forum grading. |
java.lang.Boolean |
getAllowForumSubscribe()
Returns whether this Forum is allow subscribe. |
java.lang.Boolean |
getAllowMemberRate()
Returns whether this Forum is allow rate. |
java.lang.Boolean |
getAllowMessageTagging()
Returns whether tagging is enabled in this Forum. |
java.lang.Boolean |
getAllowQuote()
Returns whether message quoting is allowed in this Forum. |
java.lang.Boolean |
getAllowSubscribe()
Deprecated. use getAllowThreadSubscribe instead |
java.lang.Boolean |
getAllowThreadGrading()
Returns whether this Forum is allow thread grading. |
java.lang.Boolean |
getAllowThreadSubscribe()
Returns whether this Forum is allow subscribe. |
java.lang.String |
getAnonymousUser()
Returns the key name for "Anonymous User" |
DataType |
getDataType()
Returns the DataType identifier for this object. |
java.lang.Boolean |
getEnforceModeration()
Returns whether this Forum is enforce moderation. |
java.lang.String |
getForumGradeLineitemPk()
Returns forum grade handle value. |
Id |
getForumId()
Returns the parent forum Id associated with this
ForumProperties |
float |
getForumPointsPossible()
Returns forum possible point. |
java.lang.Boolean |
getIncludeMessageInSubscription()
Gets a flag indicating whether the entire message body should be included in the email sent to users who have subscribed to the forum or thread, or just a link. |
void |
setAllowAnonymous(java.lang.Boolean b)
Sets whether this Forum is allow anonymous. |
void |
setAllowAttachemnt(java.lang.Boolean b)
Sets whether this Forum is allow attachment. |
void |
setAllowCreate(java.lang.Boolean b)
Sets whether this Forum is allow create. |
void |
setAllowDelete(java.lang.Boolean b)
Sets whether this Forum is allow message delete. |
void |
setAllowDeleteTree(java.lang.Boolean b)
Sets whether this Forum is allow message tree delete. |
void |
setAllowEdit(java.lang.Boolean b)
Sets whether this Forum is allow edit. |
void |
setAllowForumGrading(java.lang.Boolean b)
Sets whether this Forum is allow forum grading. |
void |
setAllowForumSubscribe(java.lang.Boolean b)
Sets whether this Forum is allow subscribe. |
void |
setAllowMemberRate(java.lang.Boolean b)
Sets whether this Forum is allow rate. |
void |
setAllowMessageTagging(java.lang.Boolean b)
Sets whether tagging is enabled in this Forum. |
void |
setAllowQuote(java.lang.Boolean b)
Sets whether this Forum allows message quoting. |
void |
setAllowSubscribe(java.lang.Boolean b)
Deprecated. use setAllowThreadSubscribe instead |
void |
setAllowThreadGrading(java.lang.Boolean b)
Sets whether this Forum is allow thread grading. |
void |
setAllowThreadSubscribe(java.lang.Boolean b)
Sets whether this Forum is allow subscribe. |
void |
setAnonymousUser(java.lang.String annonymous_key)
Sets the Allow Anonymous User property This will stored the key name for "Anonymous User" in the database |
void |
setEnforceModeration(java.lang.Boolean b)
Sets whether this Forum is enforce moderation. |
void |
setForumGradeLineitemPk(java.lang.String pk)
Sets forum grade handle value. |
void |
setForumId(Id forumId)
Sets the forum Id value for this ForumProperties |
void |
setForumPointsPossible(float points)
Sets forum possible point. |
void |
setIncludeMessageInSubscription(java.lang.Boolean includeMessage)
Sets a flag indicating whether the entire message body should be included in the email sent to users who have subscribed to the forum or thread, or just a link. |
| Methods inherited from class blackboard.data.BbObject |
|---|
clone, getBbAttributes, getCreatedDate, getId, getModifiedDate, persist, setCreatedDate, setId, setModifiedDate, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static DataType DATA_TYPE
| Constructor Detail |
|---|
public ForumProperties()
| Method Detail |
|---|
public DataType getDataType()
DataType identifier for this object. Can be used to
uniquely identify the "type" of this data object.
getDataType in interface IBbObjectgetDataType in interface IdentifiablegetDataType in class BbObjectDataType for this objectpublic void setAllowAnonymous(java.lang.Boolean b)
Forum is allow anonymous.
b - true if this forum is allow anonymous, false otherwisepublic java.lang.Boolean getAllowAnonymous()
Forum is allow anonymous.
public void setAllowAttachemnt(java.lang.Boolean b)
Forum is allow attachment.
b - true if this forum is allow attachment, false otherwisepublic java.lang.Boolean getAllowAttachment()
Forum is allow attachment.
public void setAllowDelete(java.lang.Boolean b)
Forum is allow message delete.
b - true if this forum is allow message delete, false otherwisepublic java.lang.Boolean getAllowDelete()
Forum is allow message delete.
public void setAllowDeleteTree(java.lang.Boolean b)
Forum is allow message tree delete.
b - true if this forum is allow message tree delete, false otherwisepublic java.lang.Boolean getAllowDeleteTree()
Forum is allow message tree delete.
public void setAllowForumGrading(java.lang.Boolean b)
Forum is allow forum grading.
b - true if this forum is allow forum grading, false otherwisepublic java.lang.Boolean getAllowForumGrading()
Forum is allow forum grading.
public void setAllowMessageTagging(java.lang.Boolean b)
Forum.
b - true if tagging is enabled, false otherwisepublic java.lang.Boolean getAllowMessageTagging()
Forum.
public void setAllowThreadGrading(java.lang.Boolean b)
Forum is allow thread grading.
b - true if this forum is allow thread grading, false otherwisepublic java.lang.Boolean getAllowThreadGrading()
Forum is allow thread grading.
public void setEnforceModeration(java.lang.Boolean b)
Forum is enforce moderation.
b - true if this forum is enforce moderation, false otherwisepublic java.lang.Boolean getEnforceModeration()
Forum is enforce moderation.
public void setAllowEdit(java.lang.Boolean b)
Forum is allow edit.
b - true if this forum is allow edit, false otherwisepublic java.lang.Boolean getAllowEdit()
Forum is allow edit.
public void setAllowCreate(java.lang.Boolean b)
Forum is allow create.
b - true if this forum is allow create, false otherwisepublic java.lang.Boolean getAllowCreate()
Forum is allow create.
public void setAnonymousUser(java.lang.String annonymous_key)
annonymous_key - key name for "Anonymous User"public java.lang.String getAnonymousUser()
public void setForumId(Id forumId)
Id value for this ForumProperties
forumId - the forum Id value to use for this ForumPropertiespublic Id getForumId()
Id associated with this
ForumProperties
Id value for this ForumPropertiespublic void setAllowThreadSubscribe(java.lang.Boolean b)
Forum is allow subscribe.
b - true if this forum is allow subscribe, false otherwisepublic java.lang.Boolean getAllowThreadSubscribe()
Forum is allow subscribe.
public void setAllowForumSubscribe(java.lang.Boolean b)
Forum is allow subscribe.
b - true if this forum is allow subscribe, false otherwisepublic java.lang.Boolean getAllowForumSubscribe()
Forum is allow subscribe.
public void setIncludeMessageInSubscription(java.lang.Boolean includeMessage)
includeMessage - set Boolean to true to include the full message in the emailpublic java.lang.Boolean getIncludeMessageInSubscription()
public void setAllowSubscribe(java.lang.Boolean b)
Forum allows thread subscriptions.
b - true if this forum is allow subscribe, false otherwisepublic java.lang.Boolean getAllowSubscribe()
Forum allows thread subscriptions.
public void setAllowMemberRate(java.lang.Boolean b)
Forum is allow rate.
b - true if this forum is allow rate, false otherwisepublic java.lang.Boolean getAllowMemberRate()
Forum is allow rate.
public void setAllowQuote(java.lang.Boolean b)
Forum allows message quoting.
b - true if this forum allows quoting, false otherwisepublic java.lang.Boolean getAllowQuote()
Forum.
public java.lang.String getForumGradeLineitemPk()
public void setForumGradeLineitemPk(java.lang.String pk)
pk - forum grade handle valuepublic float getForumPointsPossible()
public void setForumPointsPossible(float points)
points - forum possible point
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||