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

Packages that use Watch
org.exoplatform.faq.service Provides the classes necessary to manage FAQ, including creating, getting, updating, deleting or moving questions and answers. 
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)
          Gets a list of watches in a category.
 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)
          Adds a watch to a category.
 void DataStorage.addWatchQuestion(String questionId, Watch watch, boolean isNew)
           
 void FAQService.addWatchQuestion(String questionId, Watch watch, boolean isNew)
          Adds a watch to 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 © 2003-2013 eXo Platform SAS. All Rights Reserved.