public class Forum2SoapDO
extends com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
Modifier and Type | Field and Description |
---|---|
static int |
ALL_USERS
All site users and guests can post to this forum through email
|
static int |
ALL_WEB_USERS
All site users and guests can post to this forum through web UI
|
static String |
CAPTCHA_FOR_ALL
CAPTCHA would be enforced for all web posts
|
static String |
CAPTCHA_FOR_ANONYMOUS_USER
CAPTCHA would be enforced for anonymous web posts only
|
static String |
CAPTCHA_FOR_NOBODY
This indicates no CAPTCHA would be enforced for any web posts
|
static int |
FORUM_ADMINS
Only forum admins are allowed to post to this forum
|
static int |
FORUM_POSTERS
Only users with forum post permission can post to this forum
|
static int |
FORUM_VIEWERS
Only users with forum view permission can subscribe to this forum through email
|
static int |
KNOWN_EMAILS
Only users who are monitoring this forum can post to this forum through email
|
static int |
LOGGED_IN_WEB_USERS
Only logged-in users can post to this forum through web UI
|
static int |
MONITOR_ALL_USERS
All site users and guests can subscribe to this forum through email
|
static int |
REGISTERED_USERS
Only site users can subscribe or post to this forum through email
|
Constructor and Description |
---|
Forum2SoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getCaptcha()
Returns 'captcha'.
|
int |
getEmailMonitoring()
Returns 'emailMonitoring'.
|
int |
getEmailPosting()
Returns 'emailPosting'.
|
String |
getFooter()
Returns 'footer'.
|
String |
getForumType()
Returns 'forumType'.
|
boolean |
getListEnabled()
Returns 'listEnabled'.
|
String |
getListName()
Returns 'listName'.
|
int |
getMessageSize()
Returns 'messageSize'.
|
String |
getPrefix()
Returns 'prefix'.
|
boolean |
getPrivateForum()
Returns 'privateForum'.
|
String |
getReplyTo()
Returns 'replyTo'.
|
int |
getWebPosting()
Returns 'webPosting'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setCaptcha(String captcha)
Sets 'captcha'.
|
void |
setEmailMonitoring(int emailMonitoring)
Sets 'emailMonitoring'.
|
void |
setEmailPosting(int emailPosting)
Sets 'emailPosting'.
|
void |
setFooter(String footer)
Sets 'footer'.
|
void |
setForumType(String forumType)
Sets 'forumType'.
|
void |
setListEnabled(boolean listEnabled)
Sets 'listEnabled'.
|
void |
setListName(String listName)
Sets 'listName'.
|
void |
setMessageSize(int messageSize)
Sets 'messageSize'.
|
void |
setPrefix(String prefix)
Sets 'prefix'.
|
void |
setPrivateForum(boolean privateForum)
Sets 'privateForum'.
|
void |
setReplyTo(String replyTo)
Sets 'replyTo'.
|
void |
setWebPosting(int webPosting)
Sets 'webPosting'.
|
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
public static final int FORUM_ADMINS
public static final int FORUM_POSTERS
public static final int LOGGED_IN_WEB_USERS
public static final int ALL_WEB_USERS
public static final int FORUM_VIEWERS
public static final int REGISTERED_USERS
public static final int KNOWN_EMAILS
public static final int MONITOR_ALL_USERS
public static final int ALL_USERS
public static final String CAPTCHA_FOR_NOBODY
public static final String CAPTCHA_FOR_ANONYMOUS_USER
public static final String CAPTCHA_FOR_ALL
public String getListName()
public void setListName(String listName)
listName
- Value of 'listName'.public boolean getListEnabled()
public void setListEnabled(boolean listEnabled)
listEnabled
- Value of 'listEnabled'.public String getForumType()
public void setForumType(String forumType)
forumType
- Value of 'forumType'.public String getPrefix()
public void setPrefix(String prefix)
prefix
- Value of 'prefix'.public String getFooter()
public void setFooter(String footer)
footer
- Value of 'footer'.public boolean getPrivateForum()
public void setPrivateForum(boolean privateForum)
privateForum
- Value of 'privateForum'.public String getReplyTo()
public void setReplyTo(String replyTo)
replyTo
- Value of 'replyTo'.public int getMessageSize()
public void setMessageSize(int messageSize)
messageSize
- Value of 'messageSize'.public int getEmailMonitoring()
public void setEmailMonitoring(int emailMonitoring)
emailMonitoring
- Value of 'emailMonitoring'.public int getEmailPosting()
public void setEmailPosting(int emailPosting)
emailPosting
- Value of 'emailPosting'.public int getWebPosting()
public void setWebPosting(int webPosting)
webPosting
- Value of 'webPosting'.public String getCaptcha()
public void setCaptcha(String captcha)
captcha
- Value of 'captcha'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.