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

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

Uses of Watch in org.exoplatform.faq.service
 

Fields in org.exoplatform.faq.service with type parameters of type Watch
protected  java.util.List<Watch> JCRPageList.currentListWatch_
           
 

Methods in org.exoplatform.faq.service that return types with arguments of type Watch
 java.util.List<Watch> QuestionPageList.getAllWatch()
           
 java.util.List<Watch> JCRPageList.getPageListWatch(long page, java.lang.String username)
           
 java.util.List<Watch> FAQService.getWatchByCategory(java.lang.String categoryId)
           
 

Methods in org.exoplatform.faq.service with parameters of type Watch
 void FAQServiceLegacy.addWatch(java.lang.String id, Watch watch, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          Deprecated. use FAQService#addWatch(String id, Watch watch)
 void FAQService.addWatchCategory(java.lang.String id, Watch watch)
          This function is used to allow user can watch a category.
 void FAQService.addWatchQuestion(java.lang.String questionId, Watch watch, boolean isNew)
           
 void FAQServiceLegacy.addWatchQuestion(java.lang.String questionId, Watch watch, boolean isNew, org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
          Deprecated. use FAQService.addWatchQuestion(String questionId, Watch watch, boolean isNew)
 

Constructor parameters in org.exoplatform.faq.service with type arguments of type Watch
QuestionPageList(java.util.List<Watch> listWatch, double page)
          Instantiates a new question page list.
 

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

Methods in org.exoplatform.faq.service.impl that return types with arguments of type Watch
 java.util.List<Watch> FAQServiceImpl.getWatchByCategory(java.lang.String categoryId)
           
 java.util.List<Watch> JCRDataStorage.getWatchByCategory(java.lang.String categoryId)
           
 java.util.List<Watch> JCRDataStorage.getWatchByQuestion(java.lang.String questionId)
           
 

Methods in org.exoplatform.faq.service.impl with parameters of type Watch
 void FAQServiceImpl.addWatch(java.lang.String id, Watch watch, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          This function is used to allow user can watch a category.
 void FAQServiceImpl.addWatchCategory(java.lang.String id, Watch watch)
           
 void JCRDataStorage.addWatchCategory(java.lang.String id, Watch watch)
           
 void FAQServiceImpl.addWatchQuestion(java.lang.String questionId, Watch watch, boolean isNew)
           
 void JCRDataStorage.addWatchQuestion(java.lang.String questionId, Watch watch, boolean isNew)
           
 void FAQServiceImpl.addWatchQuestion(java.lang.String questionId, Watch watch, boolean isNew, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.