|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FAQServiceLegacy
This interface contains all deprecated methods of the ContactService API. Don't rely on them as they will be removed in future.
| Method Summary | |
|---|---|
void |
addWatch(java.lang.String id,
Watch watch,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService#addWatch(String id, Watch watch) |
void |
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) |
void |
changeStatusCategoryView(java.util.List<java.lang.String> listCateIds,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService#changeStatusCategoryView(List |
void |
deleteAnswer(java.lang.String questionId,
java.lang.String answerId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.deleteAnswer(String questionId, String answerId) |
void |
deleteComment(java.lang.String questionId,
java.lang.String commentId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.deleteComment(String questionId, String commentId) |
void |
deleteMailInWatch(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String user)
Deprecated. use FAQService#deleteMailInWatch(String categoryId, String emails) |
java.util.List<Category> |
getAllCategories(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getAllCategories() |
QuestionPageList |
getAllQuestions(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getAllQuestions() |
QuestionPageList |
getAllQuestionsByCatetory(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
FAQSetting faqSetting)
Deprecated. use FAQService#getAllQuestionsByCatetory(String categoryId, FAQSetting faqSetting() |
Answer |
getAnswerById(java.lang.String questionId,
java.lang.String answerid,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getAnswerById(String questionId, String answerid) |
Category |
getCategoryById(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getCategoryById(String categoryId) |
long[] |
getCategoryInfo(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
FAQSetting setting)
Deprecated. use FAQService#getCategoryInfo(String categoryId, FAQSetting setting() |
javax.jcr.Node |
getCategoryNodeById(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getCategoryNodeById(String categoryId) |
java.util.List<java.lang.String> |
getCategoryPath(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String categoryId)
Deprecated. use FAQService.getCategoryPath(String categoryId) |
java.lang.String |
getCategoryPathOfQuestion(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getCategoryPathOfQuestion(String categoryId) |
Comment |
getCommentById(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String questionId,
java.lang.String commentId)
Deprecated. use FAQService.getCommentById(String questionId, String commentId) |
QuestionPageList |
getListCategoriesWatch(java.lang.String userId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService#getListCategoriesWatch(String userId) |
java.util.List<java.lang.String> |
getListCateIdByModerator(java.lang.String user,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getListCateIdByModerator(String user) |
QuestionPageList |
getListQuestionsWatch(FAQSetting faqSetting,
java.lang.String currentUser,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getListQuestionsWatch(FAQSetting faqSetting, String currentUser) |
long |
getMaxindexCategory(java.lang.String parentId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getMaxindexCategory(String parentId) |
JCRPageList |
getPageListAnswer(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String questionId,
java.lang.Boolean isSortByVote)
Deprecated. use FAQService.getPageListAnswer(String questionId, Boolean isSortByVote) |
JCRPageList |
getPageListComment(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String questionId)
Deprecated. use FAQService.getPageListComment(String questionId) |
QuestionPageList |
getPendingQuestionsByCategory(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
FAQSetting faqSetting)
Deprecated. use FAQService.getPendingQuestionsByCategory(String categoryId, FAQSetting faqSetting) |
Question |
getQuestionById(java.lang.String questionId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getQuestionById(String questionId) |
java.util.List<QuestionLanguage> |
getQuestionLanguages(java.lang.String questionId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getQuestionLanguages(String questionId) |
QuestionPageList |
getQuestionsByCatetory(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
FAQSetting faqSetting)
Deprecated. use FAQService#getQuestionsByCatetory(String categoryId, FAQSetting faqSetting() |
QuestionPageList |
getQuestionsByListCatetory(java.util.List<java.lang.String> listCategoryId,
boolean isNotYetAnswer,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService#getQuestionsByListCatetory(List |
javax.jcr.NodeIterator |
getQuestionsIterator(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getQuestionsIterator() |
QuestionPageList |
getQuestionsNotYetAnswer(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String categoryId,
FAQSetting setting)
Deprecated. use FAQService#getQuestionsNotYetAnswer(String categoryId, FAQSetting setting() |
java.util.List<Category> |
getSubCategories(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
FAQSetting faqSetting,
boolean isGetAll,
java.util.List<java.lang.String> userView)
Deprecated. use FAQService#getSubCategories(String categoryId, FAQSetting faqSetting, List |
FileAttachment |
getUserAvatar(java.lang.String userName,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
Deprecated. use FAQService.getUserAvatar(String userName) |
void |
getUserSetting(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String userName,
FAQSetting faqSetting)
Deprecated. use FAQService.getUserSetting(String userName, FAQSetting faqSetting) |
boolean |
getWatchByUser(java.lang.String userId,
java.lang.String cateId,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
Deprecated. use FAQService#getWatchByUser(String userId, String cateId() |
void |
importData(java.lang.String categoryId,
javax.jcr.Session session,
java.io.InputStream inputStream,
boolean isImportCategory,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.importData(String categoryId, InputStream inputStream, boolean isImportCategory) |
boolean |
isAdminRole(java.lang.String userName,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
Deprecated. use FAQService.isAdminRole(String userName) |
void |
moveCategory(java.lang.String categoryId,
java.lang.String destCategoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.moveCategory(String categoryId, String destCategoryId) |
void |
moveQuestions(java.util.List<java.lang.String> questions,
java.lang.String destCategoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService#moveQuestions(List |
void |
removeCategory(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.removeCategory(String categoryId) |
void |
removeQuestion(java.lang.String questionId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.removeQuestion(String questionId) |
void |
saveAnswer(java.lang.String questionId,
Answer[] answers,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.saveAnswer(String questionId, Answer[] answers) |
void |
saveAnswer(java.lang.String questionId,
Answer answer,
boolean isNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.saveAnswer(String questionId, Answer answer, boolean isNew) |
void |
saveCategory(java.lang.String parentId,
Category cat,
boolean isAddNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.saveCategory(String parentId, Category cat, boolean isAddNew) |
void |
saveComment(java.lang.String questionId,
Comment comment,
boolean isNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.saveComment(String questionId, Comment comment, boolean isNew) |
void |
saveFAQSetting(FAQSetting faqSetting,
java.lang.String userName,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.saveFAQSetting(FAQSetting faqSetting,String userName) |
javax.jcr.Node |
saveQuestion(Question question,
boolean isAddNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
FAQSetting faqSetting)
Deprecated. use FAQService.saveQuestion(Question question, boolean isAddNew, FAQSetting faqSetting) |
void |
saveTopicIdDiscussQuestion(java.lang.String questionId,
java.lang.String pathDiscuss,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
Deprecated. use FAQService.saveTopicIdDiscussQuestion(String questionId, String pathDiscuss) |
void |
saveUserAvatar(java.lang.String userId,
FileAttachment fileAttachment,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
Deprecated. use FAQService.saveUserAvatar(String userId, FileAttachment fileAttachment) |
void |
setDefaultAvatar(java.lang.String userName,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
Deprecated. use FAQService.setDefaultAvatar(String userName) |
void |
swapCategories(java.lang.String parentCateId,
java.lang.String cateId1,
java.lang.String cateId2,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
Deprecated. use FAQService#swapCategories(String parentCateId, String cateId1, String cateId2) |
void |
UnWatch(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String userCurrent)
Deprecated. use FAQService#unWatch(String categoryId, String userCurrent) |
void |
UnWatchQuestion(java.lang.String questionID,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String userCurrent)
Deprecated. use FAQService.unWatchQuestion(String questionID, String userCurrent) |
| Method Detail |
|---|
void changeStatusCategoryView(java.util.List<java.lang.String> listCateIds,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService#changeStatusCategoryView(List listCateIds)
java.lang.Exception
void saveCategory(java.lang.String parentId,
Category cat,
boolean isAddNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.saveCategory(String parentId, Category cat, boolean isAddNew)
java.lang.Exception
void removeCategory(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.removeCategory(String categoryId)
java.lang.Exception
Category getCategoryById(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.getCategoryById(String categoryId)
java.lang.Exception
java.util.List<Category> getAllCategories(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.getAllCategories()
java.lang.Exception
java.util.List<java.lang.String> getListCateIdByModerator(java.lang.String user,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.getListCateIdByModerator(String user)
java.lang.Exception
java.util.List<Category> getSubCategories(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
FAQSetting faqSetting,
boolean isGetAll,
java.util.List<java.lang.String> userView)
throws java.lang.Exception
FAQService#getSubCategories(String categoryId, FAQSetting faqSetting, List userView)
userView - TODO
java.lang.Exception
void moveCategory(java.lang.String categoryId,
java.lang.String destCategoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.moveCategory(String categoryId, String destCategoryId)
java.lang.Exception
javax.jcr.Node saveQuestion(Question question,
boolean isAddNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
FAQSetting faqSetting)
throws java.lang.Exception
FAQService.saveQuestion(Question question, boolean isAddNew, FAQSetting faqSetting)
java.lang.Exception
void removeQuestion(java.lang.String questionId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.removeQuestion(String questionId)
java.lang.Exception
Question getQuestionById(java.lang.String questionId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.getQuestionById(String questionId)
java.lang.Exception
QuestionPageList getAllQuestions(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.getAllQuestions()
java.lang.Exception
QuestionPageList getQuestionsNotYetAnswer(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String categoryId,
FAQSetting setting)
throws java.lang.Exception
FAQService#getQuestionsNotYetAnswer(String categoryId, FAQSetting setting()
java.lang.Exception
QuestionPageList getQuestionsByCatetory(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
FAQSetting faqSetting)
throws java.lang.Exception
FAQService#getQuestionsByCatetory(String categoryId, FAQSetting faqSetting()
java.lang.Exception
QuestionPageList getAllQuestionsByCatetory(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
FAQSetting faqSetting)
throws java.lang.Exception
FAQService#getAllQuestionsByCatetory(String categoryId, FAQSetting faqSetting()
java.lang.Exception
long[] getCategoryInfo(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
FAQSetting setting)
throws java.lang.Exception
FAQService#getCategoryInfo(String categoryId, FAQSetting setting()
java.lang.Exception
QuestionPageList getQuestionsByListCatetory(java.util.List<java.lang.String> listCategoryId,
boolean isNotYetAnswer,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService#getQuestionsByListCatetory(List listCategoryId, boolean isNotYetAnswer)
java.lang.Exception
java.lang.String getCategoryPathOfQuestion(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.getCategoryPathOfQuestion(String categoryId)
java.lang.Exception
java.util.List<QuestionLanguage> getQuestionLanguages(java.lang.String questionId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.getQuestionLanguages(String questionId)
java.lang.Exception
void moveQuestions(java.util.List<java.lang.String> questions,
java.lang.String destCategoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService#moveQuestions(List questions, String destCategoryId)
java.lang.Exception
void saveFAQSetting(FAQSetting faqSetting,
java.lang.String userName,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.saveFAQSetting(FAQSetting faqSetting,String userName)
java.lang.Exception
void addWatch(java.lang.String id,
Watch watch,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService#addWatch(String id, Watch watch)
java.lang.Exception
void deleteMailInWatch(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String user)
throws java.lang.Exception
FAQService#deleteMailInWatch(String categoryId, String emails)
java.lang.Exception
void UnWatch(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String userCurrent)
throws java.lang.Exception
FAQService#unWatch(String categoryId, String userCurrent)
java.lang.Exception
void UnWatchQuestion(java.lang.String questionID,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String userCurrent)
throws java.lang.Exception
FAQService.unWatchQuestion(String questionID, String userCurrent)
java.lang.Exception
java.util.List<java.lang.String> getCategoryPath(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String categoryId)
throws java.lang.Exception
FAQService.getCategoryPath(String categoryId)
java.lang.Exception
void getUserSetting(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String userName,
FAQSetting faqSetting)
throws java.lang.Exception
FAQService.getUserSetting(String userName, FAQSetting faqSetting)
java.lang.Exception
boolean isAdminRole(java.lang.String userName,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
throws java.lang.Exception
FAQService.isAdminRole(String userName)
java.lang.Exception
void addWatchQuestion(java.lang.String questionId,
Watch watch,
boolean isNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
throws java.lang.Exception
FAQService.addWatchQuestion(String questionId, Watch watch, boolean isNew)
java.lang.Exception
void saveTopicIdDiscussQuestion(java.lang.String questionId,
java.lang.String pathDiscuss,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
throws java.lang.Exception
FAQService.saveTopicIdDiscussQuestion(String questionId, String pathDiscuss)
java.lang.Exception
QuestionPageList getListQuestionsWatch(FAQSetting faqSetting,
java.lang.String currentUser,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.getListQuestionsWatch(FAQSetting faqSetting, String currentUser)
java.lang.Exception
javax.jcr.Node getCategoryNodeById(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.getCategoryNodeById(String categoryId)
java.lang.Exception
void importData(java.lang.String categoryId,
javax.jcr.Session session,
java.io.InputStream inputStream,
boolean isImportCategory,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.importData(String categoryId, InputStream inputStream, boolean isImportCategory)
java.lang.Exception
void swapCategories(java.lang.String parentCateId,
java.lang.String cateId1,
java.lang.String cateId2,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
throws java.lang.Exception
FAQService#swapCategories(String parentCateId, String cateId1, String cateId2)
java.lang.Exception
long getMaxindexCategory(java.lang.String parentId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.getMaxindexCategory(String parentId)
java.lang.Exception
void deleteAnswer(java.lang.String questionId,
java.lang.String answerId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.deleteAnswer(String questionId, String answerId)
java.lang.Exception
void deleteComment(java.lang.String questionId,
java.lang.String commentId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.deleteComment(String questionId, String commentId)
java.lang.Exception
void saveAnswer(java.lang.String questionId,
Answer answer,
boolean isNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.saveAnswer(String questionId, Answer answer, boolean isNew)
java.lang.Exception
void saveComment(java.lang.String questionId,
Comment comment,
boolean isNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.saveComment(String questionId, Comment comment, boolean isNew)
java.lang.Exception
Comment getCommentById(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String questionId,
java.lang.String commentId)
throws java.lang.Exception
FAQService.getCommentById(String questionId, String commentId)
java.lang.Exception
Answer getAnswerById(java.lang.String questionId,
java.lang.String answerid,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.getAnswerById(String questionId, String answerid)
java.lang.Exception
void saveAnswer(java.lang.String questionId,
Answer[] answers,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.saveAnswer(String questionId, Answer[] answers)
java.lang.Exception
JCRPageList getPageListComment(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String questionId)
throws java.lang.Exception
FAQService.getPageListComment(String questionId)
java.lang.Exception
JCRPageList getPageListAnswer(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String questionId,
java.lang.Boolean isSortByVote)
throws java.lang.Exception
FAQService.getPageListAnswer(String questionId, Boolean isSortByVote)
java.lang.Exception
QuestionPageList getListCategoriesWatch(java.lang.String userId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService#getListCategoriesWatch(String userId)
java.lang.Exception
FileAttachment getUserAvatar(java.lang.String userName,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
throws java.lang.Exception
FAQService.getUserAvatar(String userName)
java.lang.Exception
void saveUserAvatar(java.lang.String userId,
FileAttachment fileAttachment,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
throws java.lang.Exception
FAQService.saveUserAvatar(String userId, FileAttachment fileAttachment)
java.lang.Exception
boolean getWatchByUser(java.lang.String userId,
java.lang.String cateId,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
throws java.lang.Exception
FAQService#getWatchByUser(String userId, String cateId()
java.lang.Exception
void setDefaultAvatar(java.lang.String userName,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
throws java.lang.Exception
FAQService.setDefaultAvatar(String userName)
java.lang.Exception
javax.jcr.NodeIterator getQuestionsIterator(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
throws java.lang.Exception
FAQService.getQuestionsIterator()
java.lang.Exception
QuestionPageList getPendingQuestionsByCategory(java.lang.String categoryId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
FAQSetting faqSetting)
throws java.lang.Exception
FAQService.getPendingQuestionsByCategory(String categoryId, FAQSetting faqSetting)
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||