Uses of Class
org.silverpeas.components.survey.web.AnswerPercentEntity
-
Packages that use AnswerPercentEntity Package Description org.silverpeas.components.survey.web -
-
Uses of AnswerPercentEntity in org.silverpeas.components.survey.web
Methods in org.silverpeas.components.survey.web that return types with arguments of type AnswerPercentEntity Modifier and Type Method Description static List<AnswerPercentEntity>
AnswerPercentEntity. asWebEntities(Collection<org.silverpeas.core.questioncontainer.answer.model.Answer> answers, int nbVoters, boolean isUsers)
Gets the given collection of answers to a question into a list ofAnswerPercentEntity
instances.
-