public interface IForumSpace extends IElement, IDeletionSupport, ISecuritySupport, IProtocolSupport
IForum
,
IDiscussion
,
IPost
Modifier and Type | Method and Description |
---|---|
int |
getAlertNumberOfDiscussions()
Returns the critical limit value of the forumspace in percent
|
String |
getAlertRecipients()
Get recipients for critical alert
|
String |
getDescription()
Gets the description of the forum space.
|
String |
getForbiddenExtensions()
Get forbidden file extensions
|
String |
getFullAlertRecipients()
Get recipients for full alert *
|
String |
getLanguage()
Gets the language of the forum space.
|
int |
getMaxFileSize()
Get max uploadable file size
|
int |
getMaxLevels()
Returns the maximum sub level of the forums managed by the forumspace
|
int |
getMaxNumberOfDiscussions()
Returns the subjects limit of the forumspace
|
String |
getName()
Gets the name of the forum space.
|
int |
getTotalDiscussions()
Gets the number of discussions.
|
int |
getTotalForums()
Gets the number of forums.
|
int |
getTotalPosts()
Gets the number of posts.
|
boolean |
isAvatarsAllowed()
Check if users are allowed to set an avatar
|
boolean |
isNicknamesAllowed()
Check if users are allowed to set a nickname
|
void |
setAlertNumberOfDiscussions(int numberOfDiscussions)
Sets the critical limit value of the forumspace
|
void |
setAlertRecipients(String s)
Set recipients for critical alert
|
void |
setAvatarsAllowed(boolean b)
Allow users to set an avatar or not
|
void |
setDescription(String description)
Sets the description of the forum space.
|
void |
setForbiddenExtensions(String s)
Set forbidden file extensions
|
void |
setFullAlertRecipients(String newRecipients)
Set recipients for full alert *
|
void |
setLanguage(String language)
Sets the language of the forum space.
|
void |
setMaxFileSize(int i)
Set max uploadable file size
|
void |
setMaxLevels(int i)
Set forum max sub level
|
void |
setMaxNumberOfDiscussions(int numberOfDiscussions)
Sets the subjects limit of the forumspace
|
void |
setName(String name)
Sets the name of the forum space.
|
void |
setNicknamesAllowed(boolean b)
Allow users to set a nickname or not
|
getId, getModule, getNativeObject, getPath, save
delete
getProtocolURI, getProtocolURI
void setName(String name)
name
- The new name to set.String getDescription()
String
object.void setDescription(String description)
description
- The new description to set.void setLanguage(String language)
language
- The new language to set.int getTotalForums()
int getTotalDiscussions()
int getTotalPosts()
int getMaxNumberOfDiscussions()
int getAlertNumberOfDiscussions()
int getMaxLevels()
void setMaxNumberOfDiscussions(int numberOfDiscussions)
numberOfDiscussions
- the limitvoid setAlertNumberOfDiscussions(int numberOfDiscussions)
numberOfDiscussions
- the critical limit in percentString getAlertRecipients()
void setAlertRecipients(String s)
s
- the recipients for critical alertString getFullAlertRecipients()
void setFullAlertRecipients(String newRecipients)
newRecipients
- recipients for full alertint getMaxFileSize()
String getForbiddenExtensions()
void setMaxFileSize(int i)
i
- the sizevoid setForbiddenExtensions(String s)
s
- the extension separated by commasvoid setMaxLevels(int i)
i
- void setNicknamesAllowed(boolean b)
b
- Booleanvoid setAvatarsAllowed(boolean b)
b
- Booleanboolean isNicknamesAllowed()
boolean isAvatarsAllowed()
Copyright © 2021 Visiativ Software. All rights reserved.