Class QuantityUnitAjaxController
Class QuantityUnitAjaxController
- HttpViewController implements HttpViewControllerInterface
- ┗ AdminHttpViewController implements AdminStatusOnlyInterface
- ┗ QuantityUnitAjaxController
Category: System
Extends: AdminHttpViewController
Located at Controllers/HttpView/AdminAjax/QuantityUnitAjaxController.inc.php
Methods summary
public
actionGetData( void )
: JsonHttpControllerResponse
Provides all quantity unit entities in json format for the listing.
public
actionGetById( void )
: JsonHttpControllerResponse
Provides a single quantity unit entity in json format.
public
actionStore( void )
: JsonHttpControllerResponse
Stores a new quantity unit entity in the database.
public
actionEdit( void )
: JsonHttpControllerResponse
Updates a quantity unit entity in the database.
public
actionRemove( void )
: JsonHttpControllerResponse
Removes a quantity unit entity from the database.
Methods inherited from AdminHttpViewController
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