ViisonPickwareERPArticleOrders

Extends \Shopware\Plugins\ViisonCommon\Controllers\ViisonCommonBaseController Implements \Shopware\Components\CSRFWhitelistAware

package

Default

Methods

Exports a list of article orders matching the given filter to a CSV file, which is then responded.

exportArticleOrdersListAction() 

Responds a list of filtered, paginated article order records as well as the total result count.

getArticleOrdersListAction() 

getWhitelistedCSRFActions

getWhitelistedCSRFActions() 
inheritdoc

Disables the renderer and output buffering for all 'exportArticleOrdersList' requests to be able to display CSVs as response.

init() 

Skips the pre dispatch for all 'exportArticleOrdersList' requests to be able to display CSVs as response.

preDispatch()