|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISurveyBlock
Interface that makes it possible for a plugin to block a survey from respondents.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean isSurveyBlocked(long surveyId)
surveyId
- The survey id
java.lang.String getSurveyBlockedMessage()
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |