|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISurveyLock
Interface that makes it possible for a plugin to lock a survey.
Method Summary | |
---|---|
java.lang.String |
getLockMessage()
This method will be called if the survey has been locked by the implentor, and returns a customized lock message. |
boolean |
isLocked(long surveyId)
This method will be called for all implementors of the interface, and will decide if the survey is locked by any of them. |
Method Detail |
---|
boolean isLocked(long surveyId)
surveyId
- The survey id
java.lang.String getLockMessage()
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |