Class VPEAjaxController

Class VPEAjaxController

HttpViewController implements HttpViewControllerInterface
AdminHttpViewController implements AdminStatusOnlyInterface
VPEAjaxController
Package: AdminHttpViewControllers
Category: System
Extends: AdminHttpViewController
Located at Controllers/HttpView/AdminAjax/VPEAjaxController.inc.php

Methods summary

public init( void )

Initializes the vpe ajax controller.

public actionGetData( void ) : JsonHttpControllerResponse

Provides all vpe entities in json format for the listing.

public actionGetById( void ) : JsonHttpControllerResponse

Provides a single vpe entity in json format.

public actionStore( void ) : JsonHttpControllerResponse

Stores a new vpe entity in the database.

public actionEdit( void ) : JsonHttpControllerResponse

Updates a vpe entity in the database.

public actionRemove( void ) : JsonHttpControllerResponse

Removes a vpe entity from the database.

Methods inherited from AdminHttpViewController

validateCurrentAdminStatus()

Methods inherited from HttpViewController

__construct(), _callActionMethod(), _getPostData(), _getPostDataCollection(), _getQueryParameter(), _getQueryParametersCollection(), _getServerData(), _render(), _validatePageToken(), actionDefault(), getTemplateFile(), proceed()

Properties summary

Properties inherited from HttpViewController

$assets, $contentView, $httpContextReader, $httpResponseProcessor, $postDataArray, $queryParametersArray, $serverDataArray