@Deprecated
public class UserMessageCount
extends java.lang.Object
DiscussionMetadataCoreService
Constructor and Description |
---|
UserMessageCount()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getMessageCount()
Deprecated.
Returns the number of messages posted by the user retrieved with the
getUsername
method. |
java.lang.String |
getUsername()
Deprecated.
Returns the username of the user whose messaged are counted.
|
void |
setMessageCount(int messageCount)
Deprecated.
Sets the number of messages posted by the user.
|
void |
setUsername(java.lang.String username)
Deprecated.
Sets the user.
|
public void setUsername(java.lang.String username)
DiscussionMetadatCoreService
components when returning the bean and need not be set by the consumer of the bean.username
- the user whose messaged are countedpublic java.lang.String getUsername()
public void setMessageCount(int messageCount)
DiscussionMetadatCoreService
components when returning the bean and need not be
set by the consumer of the bean.messageCount
- number of messages that a user has posted in forumspublic int getMessageCount()
getUsername
method. Starting a topic or replying to a topic are considered posts.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.