|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ForumSettings
A forum model describes the constraints on the forum.
| Method Summary | |
|---|---|
java.lang.Integer[] |
getLimitedUserGroupIds()
Return array of groupids that are allowed to post. |
int |
getMaxThreadDepth()
Return maximum thread depth (constraint does not apply to moderators). |
int |
getNumberOfThreads()
Return the number of threads to display. |
int |
getNumberOfTopics()
Return the number of topics to display. |
boolean |
isPreModerated()
Return true if pre moderation is required. |
boolean |
isPublicPostAllowed()
Return false if login is required to post. |
boolean |
isPublished()
Return true if the forum is published. |
| Methods inherited from interface nl.gx.webmanager.cms.core.Presentable |
|---|
getPresentation, render, render, setPresentation |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
int getMaxThreadDepth()
int getNumberOfThreads()
int getNumberOfTopics()
boolean isPreModerated()
boolean isPublicPostAllowed()
boolean isPublished()
java.lang.Integer[] getLimitedUserGroupIds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||