public interface ISurveyReportMapper
ISurveyReportGenerator to use for a specific survey. The 'report' is
the screen that appears when a user completes a survey and submits his
answers (a.k.a. the 'Response'). Reports for responses submitted in the past
may be re-generated and re-displayed.| Modifier and Type | Method and Description |
|---|---|
ISurveyReportGenerator |
getReportGenerator(SurveyDTO survey)
Provides the one instance of
ISurveyReportGenerator mapped to the
survey with the specified cannonicalName. |
ISurveyReportGenerator getReportGenerator(SurveyDTO survey)
ISurveyReportGenerator mapped to the
survey with the specified cannonicalName. This method will never return
null; there is a DefaultSurveyReportGenerator that merely thanks
the user for his response.survey - The survey instance for which a generator is neededISurveyReportGenerator; never null.Copyright © 2016 Jasig. All rights reserved.