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
DEFAULT_SELECTOR, INDEX_SELECTOR, 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 |
---|---|
String |
getTitle()
Get the forum's title.
|
boolean |
isClosed()
Check if this forum is closed.
|
getConfiguration, getCreated, getFriendlyUrl, getItems, getLastModified, getPageInfo, getTotalSize, isTaggingAllowed, setPagination, setSortedOrder
buildJSONString, getAsMap, getId, getParentComponent, getProperties, getResource, getResourceType, getSourceComponent, getUrl, toJSONString
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfiguration, getCreated, getLastModified, getPageInfo, isTaggingAllowed
getItems, getTotalSize, setPagination, setSortedOrder
getAsMap, getFriendlyUrl, getId, getParentComponent, getProperties, getResource, getResourceType, getSourceComponent, getUrl, toJSONString
public AbstractForum(Resource resource, ClientUtilities clientUtils, CommentSocialComponentListProviderManager listProviderManager)
Forum
with the specified root resource.resource
- the root resourceclientUtils
- public AbstractForum(Resource resource, ClientUtilities clientUtils, QueryRequestInfo queryInfo, CommentSocialComponentListProviderManager listProviderManager)
Forum
with the specified root resource.resource
- the root resourceclientUtils
- "Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"