Documentation

ExportController extends BaseController
in package

Class SettingsController

Table of Contents

Properties

$auth  : AuthComponent
$exportRepository  : ExportRepository
$title  : mixed
$postParams  : mixed
$storage  : CloudStorageService

Methods

countAction()  : mixed
createJobAction()  : mixed
createJobAmazonMissingCountriesAction()  : mixed
downloadByUserIdAndExportIdAction()  : mixed
getByUserIdAndExportIdAction()  : mixed
initialize()  : mixed
listAction()  : mixed
listByUserIdAction()  : mixed
listExportTypesAction()  : mixed
setTitle()  : mixed
viewAction()  : mixed
formatItem()  : array<string|int, mixed>
itemToDownload()  : mixed
itemToResponse()  : mixed
listToResponse()  : mixed
notFoundByUserIdAndExportId()  : mixed
notFoundByUserIdAndUserModuleId()  : mixed
toResponse()  : mixed
getHandlerClass()  : mixed

Properties

Methods

createJobAmazonMissingCountriesAction()

public createJobAmazonMissingCountriesAction(int $userId, int $userModuleId) : mixed
Parameters
$userId : int
$userModuleId : int

downloadByUserIdAndExportIdAction()

public downloadByUserIdAndExportIdAction(int $userId, int $exportId) : mixed
Parameters
$userId : int
$exportId : int

getByUserIdAndExportIdAction()

public getByUserIdAndExportIdAction(int $userId, int $exportId) : mixed
Parameters
$userId : int
$exportId : int

listByUserIdAction()

public listByUserIdAction(int $userId) : mixed
Parameters
$userId : int

setTitle()

public setTitle(mixed $title) : mixed
Parameters
$title : mixed

formatItem()

protected formatItem(Export|null $item) : array<string|int, mixed>
Parameters
$item : Export|null
Return values
array<string|int, mixed>

notFoundByUserIdAndExportId()

protected notFoundByUserIdAndExportId(int $userId, int $exportId) : mixed
Parameters
$userId : int
$exportId : int

notFoundByUserIdAndUserModuleId()

protected notFoundByUserIdAndUserModuleId(int $userId, int $userModuleId) : mixed
Parameters
$userId : int
$userModuleId : int

toResponse()

protected toResponse(array<string|int, mixed> $data) : mixed
Parameters
$data : array<string|int, mixed>

getHandlerClass()

private getHandlerClass(string $exportType) : mixed
Parameters
$exportType : string

        
On this page

Search results