|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICreateSurveyLimit
Interface for create survey limit check.
Method Summary | |
---|---|
java.lang.String |
getLimitReachedHTML()
Returns html for "limit is reached" page that will be displayed if isMaxSurveysReached(long userId) returns true. |
boolean |
isMaxSurveysReached(long userId,
long folderId)
Checks if maximum allowed surveys is reached. |
Method Detail |
---|
boolean isMaxSurveysReached(long userId, long folderId)
userId
- User who wants to create another surveyfolderId
- Current folder id
java.lang.String getLimitReachedHTML()
isMaxSurveysReached(long userId)
returns true.
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |