|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuestionEntity | |
---|---|
com.silverpeas.questionReply.web |
Uses of QuestionEntity in com.silverpeas.questionReply.web |
---|
Methods in com.silverpeas.questionReply.web that return QuestionEntity | |
---|---|
protected QuestionEntity[] |
QuestionResource.asWebEntities(List<Question> questions)
Converts the specified list of questions into their corresponding web entities. |
protected QuestionEntity |
QuestionResource.asWebEntity(Question question,
URI questionURI)
Converts the question into its corresponding web entity. |
static QuestionEntity |
QuestionEntity.fromQuestion(Question question,
String lang)
Creates a new question entity from the specified question. |
QuestionEntity[] |
QuestionResource.getAllQuestions(String onQuestionId)
|
QuestionEntity[] |
QuestionResource.getAllQuestionsByCategory(String categoryId)
|
QuestionEntity |
QuestionResource.getQuestion(String onQuestionId)
Gets the JSON representation of the specified existing question. |
QuestionEntity |
QuestionEntity.withURI(URI uri)
Sets a URI to this entity. |
QuestionEntity |
QuestionEntity.withUser(com.stratelia.webactiv.beans.admin.UserDetail userDetail,
com.stratelia.webactiv.SilverpeasRole profile)
|
Methods in com.silverpeas.questionReply.web that return types with arguments of type QuestionEntity | |
---|---|
static List<QuestionEntity> |
QuestionEntity.fromQuestions(Iterable<Question> questions,
String lang)
Creates several new reply entities from the specified list of questions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |