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