Class ForumSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
com.collabnet.ce.soap60.webservices.discussion.ForumSoapRow
A forum list is represented by ForumSoapList class. Each row within a forum list
is represented by the ForumSoapRow class.
Change History
Release: 6.0
- Added forum specific fields in addition to folder fields
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'footer'.Returns 'forumType'.booleanReturns 'isListEnabled'.Returns 'listName'.Returns 'prefix'.booleanReturns 'privateForum'.Returns 'replyto'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidSets 'footer'.voidsetForumType(String forumType) Sets 'forumType'.voidsetIsListEnabled(boolean isListEnabled) Sets 'isListEnabled'.voidsetListName(String listName) Sets 'listName'.voidSets 'prefix'.voidsetPrivateForum(boolean privateForum) Sets 'privateForum'.voidsetReplyto(String replyto) Sets 'replyto'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
getCreatedBy, getCreatedOn, getDescription, getId, getLastModifiedBy, getLastModifiedOn, getParentFolderId, getPath, getProjectId, getTitle, setCreatedBy, setCreatedOn, setDescription, setId, setLastModifiedBy, setLastModifiedOn, setParentFolderId, setPath, setProjectId, setTitle
-
Constructor Details
-
ForumSoapRow
public ForumSoapRow()
-
-
Method Details
-
getIsListEnabled
public boolean getIsListEnabled()Returns 'isListEnabled'. Whether the mailing list is enabled for the forum- Returns:
- Value of 'isListEnabled'.
-
setIsListEnabled
public void setIsListEnabled(boolean isListEnabled) Sets 'isListEnabled'. Whether the mailing list is enabled for the forum- Parameters:
isListEnabled- Value of 'isListEnabled'.
-
getListName
Returns 'listName'. The name of the list associated with this forum (SfName)- Returns:
- Value of 'listName'.
-
setListName
Sets 'listName'. The name of the list associated with this forum (SfName)- Parameters:
listName- Value of 'listName'.
-
getPrefix
Returns 'prefix'. The subject prefix associated with this forum- Returns:
- Value of 'prefix'.
-
setPrefix
Sets 'prefix'. The subject prefix associated with this forum- Parameters:
prefix- Value of 'prefix'.
-
getForumType
Returns 'forumType'. The forum type whether moderatored(MF) or un-moderated(UF)- Returns:
- Value of 'forumType'.
-
setForumType
Sets 'forumType'. The forum type whether moderatored(MF) or un-moderated(UF)- Parameters:
forumType- Value of 'forumType'.
-
getPrivateForum
public boolean getPrivateForum()Returns 'privateForum'. Whether the forum is private (1) or public (0)- Returns:
- Value of 'privateForum'.
-
setPrivateForum
public void setPrivateForum(boolean privateForum) Sets 'privateForum'. Whether the forum is private (1) or public (0)- Parameters:
privateForum- Value of 'privateForum'.
-
getReplyto
Returns 'replyto'. The reply to behavior set for the forum- Returns:
- Value of 'replyto'.
-
setReplyto
Sets 'replyto'. The reply to behavior set for the forum- Parameters:
replyto- Value of 'replyto'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-