public class ForumsIntranetServiceImp extends Object implements ForumsIntranetService
| Constructor and Description |
|---|
ForumsIntranetServiceImp(org.exoplatform.container.xml.InitParams params,
org.exoplatform.forum.common.jcr.KSDataLocation locator) |
| Modifier and Type | Method and Description |
|---|---|
List<TopicBean> |
getTopRateTopicByUser(List<String> allInfoOfUser,
int maxcount)
get Top {maxcount} rated of topics by permission of userId
|
javax.jcr.NodeIterator |
getTopVoteTopicByUser(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
boolean isMod) |
public static final String JCR_ROOT
public List<TopicBean> getTopRateTopicByUser(List<String> allInfoOfUser, int maxcount) throws Exception
getTopRateTopicByUser in interface ForumsIntranetServiceallInfoOfUser - List of users idsmaxcount - maximum of resultExceptionCopyright © 2003–2021 eXo Platform SAS. All rights reserved.