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  List<Watch> JCRPageList.currentListWatch_
           
 

Methods in org.exoplatform.faq.service that return types with arguments of type Watch
 List<Watch> QuestionPageList.getAllWatch()
           
 List<Watch> JCRPageList.getPageListWatch(long page, String username)
           
 List<Watch> DataStorage.getWatchByCategory(String categoryId)
           
 List<Watch> FAQService.getWatchByCategory(String categoryId)
          Get list of watches
 List<Watch> DataStorage.getWatchByQuestion(String questionId)
           
 

Methods in org.exoplatform.faq.service with parameters of type Watch
 void DataStorage.addWatchCategory(String id, Watch watch)
           
 void FAQService.addWatchCategory(String id, Watch watch)
          This function is used to allow user can watch a category.
 void DataStorage.addWatchQuestion(String questionId, Watch watch, boolean isNew)
           
 void FAQService.addWatchQuestion(String questionId, Watch watch, boolean isNew)
          Add watch for a question
 

Constructor parameters in org.exoplatform.faq.service with type arguments of type Watch
QuestionPageList(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
 List<Watch> FAQServiceImpl.getWatchByCategory(String categoryId)
           
 List<Watch> JCRDataStorage.getWatchByCategory(String categoryId)
           
 List<Watch> JCRDataStorage.getWatchByQuestion(String questionId)
           
 

Methods in org.exoplatform.faq.service.impl with parameters of type Watch
 void FAQServiceImpl.addWatch(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(String id, Watch watch)
           
 void JCRDataStorage.addWatchCategory(String id, Watch watch)
           
 void FAQServiceImpl.addWatchQuestion(String questionId, Watch watch, boolean isNew)
           
 void JCRDataStorage.addWatchQuestion(String questionId, Watch watch, boolean isNew)
           
 void FAQServiceImpl.addWatchQuestion(String questionId, Watch watch, boolean isNew, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.