public interface ISurveyBlock
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSurveyBlockedMessage()
This method will be called if the survey has been blocked, and returns a customized message
to show to the respondents.
|
boolean |
isSurveyBlocked(long surveyId)
This method will be called before new respondents object is created and will determine if the
survey is blocked or not.
|
boolean isSurveyBlocked(long surveyId)
surveyId
- The survey idjava.lang.String getSurveyBlockedMessage()
Built on September 5 2019