Interface lispa\amos\core\interfaces\ContentModelSearchInterface

Implemented bylispa\amos\community\models\Community, lispa\amos\community\models\base\Community, lispa\amos\community\models\search\CommunitySearch, lispa\amos\core\record\ContentModel, lispa\amos\core\record\NetworkModel, lispa\amos\discussioni\models\search\DiscussioniTopicSearch, lispa\amos\documenti\models\Documenti, lispa\amos\documenti\models\base\Documenti, lispa\amos\documenti\models\search\DocumentiSearch, lispa\amos\myactivities\basic\CommunityToValidate, lispa\amos\myactivities\basic\DiscussionToValidate, lispa\amos\myactivities\basic\DocumentToValidate, lispa\amos\myactivities\basic\NewsToValidate, lispa\amos\news\models\News, lispa\amos\news\models\base\News, lispa\amos\news\models\search\NewsSearch, lispa\amos\organizzazioni\models\Profilo, lispa\amos\organizzazioni\models\base\Profilo, lispa\amos\organizzazioni\models\search\ProfiloSearch

Interface ContentModelSearchInterface

Public Methods

Hide inherited methods

MethodDescriptionDefined By
searchAllQuery() This method returns the ActiveQuery object that contains the query to retrieve logged user all contents. lispa\amos\core\interfaces\ContentModelSearchInterface
searchCreatedByMeQuery() This method returns the ActiveQuery object that contains the query to retrieve created by logged user contents. lispa\amos\core\interfaces\ContentModelSearchInterface
searchDefaultOrder() This method define the search default order. lispa\amos\core\interfaces\ContentModelSearchInterface
searchOwnInterestsQuery() This method returns the ActiveQuery object that contains the query to retrieve logged user own interest contents. lispa\amos\core\interfaces\ContentModelSearchInterface
searchToValidateQuery() This method returns the ActiveQuery object that contains the query to retrieve logged user to validate contents. lispa\amos\core\interfaces\ContentModelSearchInterface

Method Details

searchAllQuery() public abstract method

This method returns the ActiveQuery object that contains the query to retrieve logged user all contents.

public abstract yii\db\ActiveQuery searchAllQuery ( $params )
$params array
searchCreatedByMeQuery() public abstract method

This method returns the ActiveQuery object that contains the query to retrieve created by logged user contents.

public abstract yii\db\ActiveQuery searchCreatedByMeQuery ( $params )
$params array
searchDefaultOrder() public abstract method

This method define the search default order.

public abstract yii\data\BaseDataProvider searchDefaultOrder ( $dataProvider )
$dataProvider yii\data\BaseDataProvider
searchOwnInterestsQuery() public abstract method

This method returns the ActiveQuery object that contains the query to retrieve logged user own interest contents.

public abstract yii\db\ActiveQuery searchOwnInterestsQuery ( $params )
$params array
searchToValidateQuery() public abstract method

This method returns the ActiveQuery object that contains the query to retrieve logged user to validate contents.

public abstract yii\db\ActiveQuery searchToValidateQuery ( $params )
$params array