Package com.appiancorp.suiteapi.forums
Class ForumSummary
java.lang.Object
com.appiancorp.suiteapi.forums.ForumSummary
- All Implemented Interfaces:
Serializable
Deprecated.
The Discussion Forums functionality will be removed in a future release. Use the News feed
and related smart services to build applications with similar functionality.
Summarizes a forum and the current activity within it.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionInteger[]
Deprecated.Get the actions that the user can do on this object.Deprecated.Get theGlobalId
of the forum being summarized.getId()
Deprecated.Deprecated.int
Deprecated.Get the count of messages currently in the sumamrized forum.int
Deprecated.Get the count of messages posted within the last 24 hours in the summarized forum.Deprecated.Get the subject of the root message of the most recently modified thread in the forum.getName()
Deprecated.Get the name of the summarized forum.int
Deprecated.void
setAllowedActions
(Integer[] allowedActions_) Deprecated.Set the actions that the user can do on this object.void
setForumId
(GlobalId id_) Deprecated.Set theGlobalId
of the forum being summarized.void
setLastMessage
(Message lastMessage_) Deprecated.void
setMessageCount
(int messages_) Deprecated.Set the count of messages currently in the summarized forum.void
setMessageCountToday
(int messagesToday_) Deprecated.Set the count of messages posted within the last 24 hours in the summarized forum.void
setMostRecentThreadSubject
(String mostRecentThreadSubject_) Deprecated.Set the subject of the root message of the most recently modified thread in the forum.void
Deprecated.Set the name of the summarized forum.void
setThreadCount
(int threadCount_) Deprecated.
-
Field Details
-
SORT_BY_ID
Deprecated. -
SORT_BY_NAME
Deprecated. -
SORT_BY_REPLICATED
Deprecated. -
SORT_BY_RELATEDS
Deprecated. -
SORT_BY_REMOTE_ID
Deprecated. -
SORT_BY_THREAD_COUNT
Deprecated. -
SORT_BY_MESSAGE_COUNT
Deprecated. -
SORT_BY_LAST_MESSAGE_TIME
Deprecated. -
SORT_BY_MESSAGE_COUNT_TODAY
Deprecated. -
SORT_NO_SORT
Deprecated.
-
-
Constructor Details
-
ForumSummary
public ForumSummary()Deprecated.
-
-
Method Details
-
getName
Deprecated.Get the name of the summarized forum.- Returns:
- The name.
-
setName
Deprecated.Set the name of the summarized forum.- Parameters:
name_
- The name.
-
getMessageCount
public int getMessageCount()Deprecated.Get the count of messages currently in the sumamrized forum.- Returns:
- The count.
-
setMessageCount
public void setMessageCount(int messages_) Deprecated.Set the count of messages currently in the summarized forum.- Parameters:
messages_
- The count.
-
getMessageCountToday
public int getMessageCountToday()Deprecated.Get the count of messages posted within the last 24 hours in the summarized forum.- Returns:
- The count.
-
setMessageCountToday
public void setMessageCountToday(int messagesToday_) Deprecated.Set the count of messages posted within the last 24 hours in the summarized forum.- Parameters:
messagesToday_
- The count.
-
getMostRecentThreadSubject
Deprecated.Get the subject of the root message of the most recently modified thread in the forum.- Returns:
- The subject.
-
setMostRecentThreadSubject
Deprecated.Set the subject of the root message of the most recently modified thread in the forum.- Parameters:
mostRecentThreadSubject_
- The subject.
-
getForumId
Deprecated.Get theGlobalId
of the forum being summarized.- Returns:
- The
GlobalId
.
-
setForumId
Deprecated.Set theGlobalId
of the forum being summarized.- Parameters:
id_
-
-
getId
Deprecated.- Returns:
- Returns the Id of the Forum
-
getAllowedActions
Deprecated.Get the actions that the user can do on this object.- Returns:
- An array of the actions.
-
setAllowedActions
Deprecated.Set the actions that the user can do on this object. NOTE: This setter exists only to allow for proper bean conversions when aForumSummary
object is returned by the API. It CANNOT be used to update the allowed actions for aForumSummary
- Parameters:
allowedActions_
- An array of the actions.
-
getThreadCount
public int getThreadCount()Deprecated.- Returns:
- Returns the threadCount.
-
setThreadCount
public void setThreadCount(int threadCount_) Deprecated.- Parameters:
threadCount_
- The threadCount to set.
-
getLastMessage
Deprecated.- Returns:
- Returns the _lastMessage.
-
setLastMessage
Deprecated.- Parameters:
lastMessage_
- The _lastMessage to set.
-