@Deprecated
public class ThreadedMessage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
SORT_BY_ANONYMOUS_AUTHOR
Deprecated.
|
static java.lang.Integer |
SORT_BY_AUTHOR
Deprecated.
|
static java.lang.Integer |
SORT_BY_AVERAGE_RATING
Deprecated.
|
static java.lang.Integer |
SORT_BY_BODY_LOCATION
Deprecated.
|
static java.lang.Integer |
SORT_BY_DATE_POSTED
Deprecated.
|
static java.lang.Integer |
SORT_BY_DEPTH
Deprecated.
|
static java.lang.Integer |
SORT_BY_RATING_COUNT
Deprecated.
|
static java.lang.Integer |
SORT_BY_SPONSORED
Deprecated.
|
static java.lang.Integer |
SORT_BY_SUBJECT
Deprecated.
|
Constructor and Description |
---|
ThreadedMessage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer[] |
getAllowedForumActions()
Deprecated.
Get the actions that the user can do on this forum.
|
java.lang.Integer[] |
getAllowedMessageActions()
Deprecated.
Get the actions that the user can do on this message.
|
java.lang.Integer[] |
getAllowedThreadActions()
Deprecated.
Get the actions that the user can do on this thread.
|
java.lang.String |
getAuthor()
Deprecated.
Get the user name of the message's author.
|
double |
getAverageRating()
Deprecated.
Get the rating of this message.
|
java.lang.String |
getBody()
Deprecated.
Get the body for this message.
|
java.lang.String |
getBodyLocation()
Deprecated.
Set the location of this body.
|
java.sql.Timestamp |
getDatePosted()
Deprecated.
Get the date-time this message was posted.
|
int |
getDepth()
Deprecated.
Get the depth of the message.
|
GlobalId |
getForumId()
Deprecated.
Get the
GlobalId for the forum containing the message. |
GlobalId |
getMessageId()
Deprecated.
Get the
GlobalId of the message. |
GlobalId |
getParentId()
Deprecated.
Get the
GlobalId of the message's parent message. |
int |
getRatingCount()
Deprecated.
Get the count of ratings for this message.
|
java.lang.String |
getSubject()
Deprecated.
Get the subject of this message.
|
GlobalId |
getThreadId()
Deprecated.
Get the
GlobalId for the thread containing this message. |
boolean |
isAnonymousAuthor()
Deprecated.
Determine if the author of the message is anonymous.
|
boolean |
isSponsored()
Deprecated.
Determine whether this thread is sponsored.
|
void |
setAllowedForumActions(java.lang.Integer[] allowedForumActions_)
Deprecated.
Set the actions that the user can do on this forum.
|
void |
setAllowedMessageActions(java.lang.Integer[] allowedMessageActions_)
Deprecated.
Set the actions that the user can do on this message.
|
void |
setAllowedThreadActions(java.lang.Integer[] allowedThreadActions_)
Deprecated.
Set the actions that the user can do on this thread.
|
void |
setAnonymousAuthor(boolean anonymous_)
Deprecated.
Set whether the author of this message is anonymous.
|
void |
setAuthor(java.lang.String author_)
Deprecated.
Set the user name of the message's author.
|
void |
setAverageRating(double rating_)
Deprecated.
Set the rating of this message.
|
void |
setBody(java.lang.String body_)
Deprecated.
Set the body for this message.
|
void |
setBodyLocation(java.lang.String filename_)
Deprecated.
Get the location of this body.
|
void |
setDatePosted(java.sql.Timestamp time_)
Deprecated.
Set the date-time this message was posted.
|
void |
setDepth(int depth_)
Deprecated.
Set the depth of the message.
|
void |
setForumId(GlobalId forumId_)
Deprecated.
Set the
GlobalId for the forum containing the message. |
void |
setMessageId(GlobalId messageId_)
Deprecated.
Set the
GlobalId of the message. |
void |
setParentId(GlobalId parentId_)
Deprecated.
Set the
GlobalId of the message's parent message. |
void |
setRatingCount(int ratingCount_)
Deprecated.
Set the count of ratings for this message.
|
void |
setSponsored(boolean sponsored_)
Deprecated.
Set whether this thread is sponsored.
|
void |
setSubject(java.lang.String subject_)
Deprecated.
Set the subject of this message.
|
void |
setThreadId(GlobalId threadId_)
Deprecated.
Set the
GlobalId for the thread containing this message. |
public static final java.lang.Integer SORT_BY_DEPTH
public static final java.lang.Integer SORT_BY_AUTHOR
public static final java.lang.Integer SORT_BY_ANONYMOUS_AUTHOR
public static final java.lang.Integer SORT_BY_DATE_POSTED
public static final java.lang.Integer SORT_BY_SUBJECT
public static final java.lang.Integer SORT_BY_AVERAGE_RATING
public static final java.lang.Integer SORT_BY_RATING_COUNT
public static final java.lang.Integer SORT_BY_BODY_LOCATION
public static final java.lang.Integer SORT_BY_SPONSORED
public GlobalId getMessageId()
GlobalId
of the message.GlobalId
.public void setMessageId(GlobalId messageId_)
GlobalId
of the message.messageId_
- public GlobalId getParentId()
GlobalId
of the message's parent message.GlobalId
.public void setParentId(GlobalId parentId_)
GlobalId
of the message's parent message.parentId_
- public int getDepth()
Message
for a definition of depth.public void setDepth(int depth_)
Message
for a definition of depth.depth_
- public java.lang.String getAuthor()
public void setAuthor(java.lang.String author_)
author_
- the author to setpublic boolean isAnonymousAuthor()
true
if the author is anonymous;
false
otherwise.public void setAnonymousAuthor(boolean anonymous_)
anonymous_
- public java.sql.Timestamp getDatePosted()
public void setDatePosted(java.sql.Timestamp time_)
time_
- public java.lang.String getSubject()
public void setSubject(java.lang.String subject_)
subject_
- public java.lang.String getBody()
public void setBody(java.lang.String body_)
body_
- public double getAverageRating()
public void setAverageRating(double rating_)
rating_
- public int getRatingCount()
public void setRatingCount(int ratingCount_)
ratingCount_
- public java.lang.String getBodyLocation()
Message
.public void setBodyLocation(java.lang.String filename_)
Message
.filename_
- public GlobalId getThreadId()
GlobalId
for the thread containing this message.GlobalId
.public void setThreadId(GlobalId threadId_)
GlobalId
for the thread containing this message.threadId_
- public boolean isSponsored()
true
if this thread is sponsored;
false
otherwise.public void setSponsored(boolean sponsored_)
sponsored_
- public GlobalId getForumId()
GlobalId
for the forum containing the message.GlobalId
.public void setForumId(GlobalId forumId_)
GlobalId
for the forum containing the message.forumId_
- public java.lang.Integer[] getAllowedForumActions()
public void setAllowedForumActions(java.lang.Integer[] allowedForumActions_)
allowedForumActions_
- An array of the actions.public java.lang.Integer[] getAllowedMessageActions()
public void setAllowedMessageActions(java.lang.Integer[] allowedMessageActions_)
allowedMessageActions_
- An array of the actions.public java.lang.Integer[] getAllowedThreadActions()
public void setAllowedThreadActions(java.lang.Integer[] allowedThreadActions_)
allowedThreadActions_
- An array of the actions.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.