Gina Next Generation
 All Classes Namespaces Files Functions Variables
Public Member Functions | Protected Member Functions
Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController Class Reference

Detailed Description

Definition at line 15 of file ListController.php.

List of all members.

Public Member Functions

 indexAction ()
 filtersAction ()
 scopesAction ()
 batchAction ()

Protected Member Functions

 setPage ($page)
 getPage ()
 getPager ()
 setSort ($column, $order_by)
 getSortColumn ()
 getSortOrder ()
 setFilters ($filters)
 getFilters ()
 setScopes ($scopes)
 setScope ($groupName, $scopeName)
 getScopes ()
 getDefaultScopes ()
 getScope ($groupName)
 getQuery ()
 buildQuery ()
 processSort ($query)
 getFilterForm ()
 addJoinFor ($table, $query)
 processFilters ($query)
 processScopes ($query)
 doBatchDelete (array $ids)
 getFiltersType ()

Member Function Documentation

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::addJoinFor ( table,
query 
) [protected]

Definition at line 247 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::batchAction ( )

Definition at line 279 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::buildQuery ( ) [protected]

Definition at line 221 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::doBatchDelete ( array $  ids) [protected]

Definition at line 292 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::filtersAction ( )

Definition at line 106 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::getDefaultScopes ( ) [protected]

Definition at line 191 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::getFilterForm ( ) [protected]

Definition at line 242 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::getFilters ( ) [protected]

Get filters from session

Definition at line 146 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::getFiltersType ( ) [protected]

Definition at line 305 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::getPage ( ) [protected]

Return the stored page

Returns:
integer $page The page number

Definition at line 56 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::getPager ( ) [protected]

Definition at line 61 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::getQuery ( ) [protected]

Definition at line 210 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::getScope ( groupName) [protected]

Definition at line 202 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::getScopes ( ) [protected]

Definition at line 186 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::getSortColumn ( ) [protected]

Return the stored sort

Returns:
string The column to sort

Definition at line 91 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::getSortOrder ( ) [protected]

Return the stored sort order

Returns:
string the order mode ASC|DESC

Definition at line 101 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::indexAction ( )

Definition at line 17 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::processFilters ( query) [protected]

Definition at line 252 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::processScopes ( query) [protected]

Definition at line 274 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::processSort ( query) [protected]

Definition at line 229 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::scopesAction ( )

Definition at line 150 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::setFilters ( filters) [protected]

Store in the session service the current filters

Parameters:
arraythe filters

Definition at line 139 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::setPage ( page) [protected]

Store in the session service the current page

Parameters:
integer$pageThe page number

Definition at line 46 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::setScope ( groupName,
scopeName 
) [protected]

Change the value of one Scope

Parameters:
stringthe group name
stringthe scope name

Definition at line 179 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::setScopes ( scopes) [protected]

Store in the session service the current scopes

Parameters:
arraythe scopes

Definition at line 168 of file ListController.php.

Admingenerated\EtraliGinangBundle\BaseCivilityController\ListController::setSort ( column,
order_by 
) [protected]

Store in the session service the current sort

Parameters:
string$columnThe column
string$order_byThe order sorting (ASC,DESC)

Definition at line 75 of file ListController.php.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables