public interface IEditFormResponseTaskService
EditFormResponseTask
Modifier and Type | Method and Description |
---|---|
List<fr.paris.lutece.plugins.forms.business.Question> |
findQuestionsToEdit(fr.paris.lutece.plugins.forms.business.FormResponse formResponse)
Finds the questions to edit for the specified form response
|
List<fr.paris.lutece.plugins.forms.business.FormQuestionResponse> |
findResponses(fr.paris.lutece.plugins.forms.business.FormResponse formResponse,
fr.paris.lutece.plugins.forms.business.Question question)
Finds the responses of the specified question from the specified form response
|
List<fr.paris.lutece.plugins.forms.business.Question> findQuestionsToEdit(fr.paris.lutece.plugins.forms.business.FormResponse formResponse)
formResponse
- the form responseList<fr.paris.lutece.plugins.forms.business.FormQuestionResponse> findResponses(fr.paris.lutece.plugins.forms.business.FormResponse formResponse, fr.paris.lutece.plugins.forms.business.Question question)
formResponse
- the form responsequestion
- the questionCopyright © 2019 City of Paris. All rights reserved.