Uses of Class
org.exoplatform.forum.service.LazyPageList

Packages that use LazyPageList
org.exoplatform.forum.service   
org.exoplatform.forum.service.impl   
 

Uses of LazyPageList in org.exoplatform.forum.service
 

Methods in org.exoplatform.forum.service that return LazyPageList
 LazyPageList<Topic> ForumService.getTopicList(java.lang.String categoryId, java.lang.String forumId, java.lang.String string, java.lang.String strOrderBy, int pageSize)
           
 

Uses of LazyPageList in org.exoplatform.forum.service.impl
 

Methods in org.exoplatform.forum.service.impl that return LazyPageList
 LazyPageList<Topic> ForumServiceImpl.getTopicList(java.lang.String categoryId, java.lang.String forumId, java.lang.String strQuery, java.lang.String strOrderBy, int pageSize)
           
 LazyPageList<Topic> JCRDataStorage.getTopicList(java.lang.String categoryId, java.lang.String forumId, java.lang.String xpathConditions, java.lang.String strOrderBy, int pageSize)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.