Interface lispa\amos\comments\models\CommentInterface

Implemented bylispa\amos\discussioni\models\DiscussioniTopic, lispa\amos\discussioni\models\search\DiscussioniTopicSearch, lispa\amos\documenti\models\Documenti, lispa\amos\documenti\models\search\DocumentiSearch, lispa\amos\een\models\EenExprOfInterest, lispa\amos\een\models\search\EenExprOfInterestSearch, lispa\amos\events\models\Event, lispa\amos\events\models\search\EventSearch, lispa\amos\myactivities\basic\DiscussionToValidate, lispa\amos\myactivities\basic\DocumentToValidate, lispa\amos\myactivities\basic\ExpressionOfInterestToEvaluate, lispa\amos\myactivities\basic\NewsToValidate, lispa\amos\news\models\News, lispa\amos\news\models\search\NewsSearch, lispa\amos\partnershipprofiles\models\ExpressionsOfInterest, lispa\amos\partnershipprofiles\models\search\ExpressionsOfInterestSearch, lispa\amos\projectmanagement\models\ProjectsModifyRequest, lispa\amos\projectmanagement\models\ProjectsProgressCosts, lispa\amos\projectmanagement\models\ProjectsProgressStatements, lispa\amos\projectmanagement\models\search\ProjectsModifyRequestSearch, lispa\amos\projectmanagement\models\search\ProjectsProgressCostsSearch, lispa\amos\projectmanagement\models\search\ProjectsProgressStatementsSearch

Interface CommentInterface

Public Methods

Hide inherited methods

MethodDescriptionDefined By
isCommentable() In this method must be defined the conditions that say if the model is commentable and then return true or false. lispa\amos\comments\models\CommentInterface

Method Details

isCommentable() public abstract method

In this method must be defined the conditions that say if the model is commentable and then return true or false.

public abstract boolean isCommentable ( )