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

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

Uses of Watch in org.exoplatform.forum.service
 

Methods in org.exoplatform.forum.service that return types with arguments of type Watch
 java.util.List<Watch> ForumService.getWatchByUser(java.lang.String userId)
           
 java.util.List<Watch> ForumServiceLegacy.getWatchByUser(java.lang.String userId, org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
          Deprecated. use ForumService.getWatchByUser(String userId)
 

Method parameters in org.exoplatform.forum.service with type arguments of type Watch
 java.util.List<E> JCRPageList.getPageWatch(int page, java.util.List<Watch> list)
           
 

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

Methods in org.exoplatform.forum.service.impl that return types with arguments of type Watch
 java.util.List<Watch> ForumServiceImpl.getWatchByUser(java.lang.String userId)
           
 java.util.List<Watch> JCRDataStorage.getWatchByUser(java.lang.String userId)
           
 java.util.List<Watch> ForumServiceImpl.getWatchByUser(java.lang.String userId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.