Uses of Class
lumis.service.formbuilder.Answer
-
Packages that use Answer Package Description lumis.service.formbuilder -
-
Uses of Answer in lumis.service.formbuilder
Methods in lumis.service.formbuilder that return Answer Modifier and Type Method Description static Answer
FormBuilderManager. getAnswer(String answerId)
Get theAnswer
with the specified identifierMethods in lumis.service.formbuilder that return types with arguments of type Answer Modifier and Type Method Description static List<Answer>
FormBuilderManager. getFormAnswers(String formId)
Methods in lumis.service.formbuilder with parameters of type Answer Modifier and Type Method Description static String
FormBuilderManager. generateMailBody(String formId, String userName, String formTitle, Answer answer, PageWebResource pageWebResource)
Generate the HTML body of the e-mail to be sent as a notification when someone answers a form
-