public abstract class AbstractForum<P extends Post,C extends ForumConfiguration> extends AbstractCommentCollection<P,C> implements Forum<P,C>
REQ_PN_SUBJECT, RESOURCE_TYPE, RESOURCE_TYPE_POST, RESOURCE_TYPE_TOPIC, TOPIC_POSTFIX
CSV_SELECTOR, DEFAULT_SELECTOR, INDEX_SELECTOR, PROP_REFERER, QUERY_SELECTOR, TRANSLATE_SELECTOR
Constructor and Description |
---|
AbstractForum(Resource resource,
ClientUtilities clientUtils,
CommentSocialComponentListProviderManager listProviderManager)
Construct a
Forum with the specified root resource. |
AbstractForum(Resource resource,
ClientUtilities clientUtils,
QueryRequestInfo queryInfo,
CommentSocialComponentListProviderManager listProviderManager)
Construct a
Forum with the specified root resource. |
Modifier and Type | Method and Description |
---|---|
boolean |
getIsUserInPrivilegedGroups() |
boolean |
getMayPost() |
java.lang.String |
getTitle()
Get the forum's title.
|
boolean |
isClosed()
Check if this forum is closed.
|
getAsMap, getConfiguration, getCreated, getFriendlyUrl, getItems, getLastModified, getPageInfo, getTotalSize, isTaggingAllowed, setPagination, setSortedOrder, toJSONString
buildJSONString, getId, getParentComponent, getProperties, getProperty, getProperty, getResource, getResourceType, getSourceComponent, getUrl
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfiguration, getCreated, getLastModified, getPageInfo, isTaggingAllowed
getItems, getTotalSize, setPagination, setSortedOrder
getAsMap, getFriendlyUrl, getId, getParentComponent, getProperties, getProperty, getProperty, getResource, getResourceType, getSourceComponent, getUrl, toJSONString
public AbstractForum(Resource resource, ClientUtilities clientUtils, CommentSocialComponentListProviderManager listProviderManager)
Forum
with the specified root resource.resource
- the root resourceclientUtils
- clientUtilites of the resourcelistProviderManager
- THe List provider manager for the componentpublic AbstractForum(Resource resource, ClientUtilities clientUtils, QueryRequestInfo queryInfo, CommentSocialComponentListProviderManager listProviderManager)
Forum
with the specified root resource.resource
- the root resourceclientUtils
- clientUtilites of the resourcequeryInfo
- The query request infolistProviderManager
- THe List provider manager for the componentpublic boolean isClosed()
public boolean getMayPost()
getMayPost
in interface CommentCollection<P extends Post,C extends ForumConfiguration>
getMayPost
in class AbstractCommentCollection<P extends Post,C extends ForumConfiguration>
public boolean getIsUserInPrivilegedGroups()
Copyright © 2010 - 2020 Adobe. All Rights Reserved