|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuestionLanguage | |
|---|---|
| org.exoplatform.faq.service | |
| org.exoplatform.faq.service.impl | |
| Uses of QuestionLanguage in org.exoplatform.faq.service |
|---|
| Methods in org.exoplatform.faq.service that return QuestionLanguage | |
|---|---|
QuestionLanguage[] |
Question.getMultiLanguages()
|
QuestionLanguage |
FAQService.getQuestionLanguageByLanguage(java.lang.String questionPath,
java.lang.String language)
|
| Methods in org.exoplatform.faq.service that return types with arguments of type QuestionLanguage | |
|---|---|
java.util.List<QuestionLanguage> |
FAQService.getQuestionLanguages(java.lang.String questionId)
Get all language nodes of question node which have id is specified, with each language node get properties of them and set into QuestionLanguage object. |
java.util.List<QuestionLanguage> |
FAQServiceLegacy.getQuestionLanguages(java.lang.String questionId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.getQuestionLanguages(String questionId) |
| Methods in org.exoplatform.faq.service with parameters of type QuestionLanguage | |
|---|---|
void |
FAQService.addLanguage(javax.jcr.Node questionNode,
QuestionLanguage language)
Add language for question node, this function only use for Question node, and language node is added not default. |
void |
FAQService.addLanguage(java.lang.String questionPath,
QuestionLanguage language)
|
void |
FAQService.saveAnswer(java.lang.String questionPath,
QuestionLanguage questionLanguage)
|
void |
Question.setMultiLanguages(QuestionLanguage[] multiLanguages)
|
| Uses of QuestionLanguage in org.exoplatform.faq.service.impl |
|---|
| Methods in org.exoplatform.faq.service.impl that return QuestionLanguage | |
|---|---|
static QuestionLanguage |
MultiLanguages.getQuestionLanguageByLanguage(javax.jcr.Node questionNode,
java.lang.String language)
|
QuestionLanguage |
FAQServiceImpl.getQuestionLanguageByLanguage(java.lang.String questionPath,
java.lang.String language)
|
| Methods in org.exoplatform.faq.service.impl that return types with arguments of type QuestionLanguage | |
|---|---|
java.util.List<QuestionLanguage> |
FAQServiceImpl.getQuestionLanguages(java.lang.String questionId)
|
java.util.List<QuestionLanguage> |
JCRDataStorage.getQuestionLanguages(java.lang.String questionId)
|
java.util.List<QuestionLanguage> |
FAQServiceImpl.getQuestionLanguages(java.lang.String questionId,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
This method should lookup languageNode of question and find all child node of language node |
| Methods in org.exoplatform.faq.service.impl with parameters of type QuestionLanguage | |
|---|---|
static void |
MultiLanguages.addLanguage(javax.jcr.Node questionNode,
QuestionLanguage language)
Adds the language node, when question have multi language, each language is a child node of question node. |
void |
FAQServiceImpl.addLanguage(javax.jcr.Node questionNode,
QuestionLanguage language)
Adds the language node, when question have multiple language, each language is a child node of question node. |
void |
FAQServiceImpl.addLanguage(java.lang.String questionPath,
QuestionLanguage language)
|
static void |
MultiLanguages.removeLanguage(javax.jcr.Node questionNode,
QuestionLanguage lang)
|
static void |
MultiLanguages.saveAnswer(javax.jcr.Node quesNode,
QuestionLanguage questionLanguage)
|
void |
FAQServiceImpl.saveAnswer(java.lang.String questionPath,
QuestionLanguage questionLanguage)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||