Documentation

EntryController
in package
implements IController

FinalYes

Table of Contents

Interfaces

IController

Properties

$doneReturnService  : DoneReturnService
$entryFilterService  : EntryFilterService
$entryService  : EntryService
$eventsManager  : Manager
$reportMissingInfoProviderService  : ReportMissingInfoProviderService
$request  : Request
$response  : IResponse

Methods

__construct()  : mixed
EntryController constructor.
attachSubmissionProofByEntryIdAction()  : object
cancelReturnOnHoldByEntryIdAction()  : object
cancelReturnOnHoldByEntryIdListAction()  : object
cancelReturnPaidByEntryIdAction()  : object
cancelReturnPaidByEntryIdListAction()  : object
cancelReturnQualityControlByEntryIdAction()  : object
cancelReturnQualityControlByEntryIdListAction()  : object
doneReturnOnHoldByEntryIdAction()  : object
doneReturnOnHoldByEntryIdListAction()  : object
doneReturnPaidByEntryIdAction()  : object
doneReturnPaidByEntryIdListAction()  : object
doneReturnPaidByFilteredEntriesAction()  : object
doneReturnQualityControlAndCreateVersionAndDownloadByEntryIdListAction()  : object
doneReturnQualityControlAndCreateVersionByEntryIdAction()  : object
doneReturnQualityControlAndCreateVersionByEntryIdListAction()  : object
doneReturnSubmittedByEntryIdAction()  : object
doneReturnSubmittedByFilteredEntriesAction()  : object
getEntriesAction()  : object
getEntriesByUserIdAction()  : object
getReportMissingInfoAction()  : object
getReportMissingMessagesListAction()  : mixed
getUserHasVatToPayAction()  : object
reUploadSubmissionProofByEntryIdAction()  : object
toggleReturnOnHoldByEntryIdAction()  : object
undercoverOffByEntryIdAction()  : object
undercoverOffByEntryIdListAction()  : mixed
undercoverOnByEntryIdAction()  : object
undercoverOnByEntryIdListAction()  : mixed

Properties

Methods

__construct()

EntryController constructor.

public __construct(DoneReturnService $doneReturnService, EntryService $entryService, IResponse $response, Request $request, Manager $eventsManager, EntryFilterService $entryFilterService, ReportMissingInfoProviderService $reportMissingInfoProviderService) : mixed
Parameters
$doneReturnService : DoneReturnService
$entryService : EntryService
$response : IResponse
$request : Request
$eventsManager : Manager
$entryFilterService : EntryFilterService
$reportMissingInfoProviderService : ReportMissingInfoProviderService

attachSubmissionProofByEntryIdAction()

public attachSubmissionProofByEntryIdAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

cancelReturnOnHoldByEntryIdAction()

public cancelReturnOnHoldByEntryIdAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

cancelReturnOnHoldByEntryIdListAction()

public cancelReturnOnHoldByEntryIdListAction() : object
Return values
object

cancelReturnPaidByEntryIdAction()

public cancelReturnPaidByEntryIdAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

cancelReturnPaidByEntryIdListAction()

public cancelReturnPaidByEntryIdListAction() : object
Return values
object

cancelReturnQualityControlByEntryIdAction()

public cancelReturnQualityControlByEntryIdAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

cancelReturnQualityControlByEntryIdListAction()

public cancelReturnQualityControlByEntryIdListAction() : object
Return values
object

doneReturnOnHoldByEntryIdAction()

public doneReturnOnHoldByEntryIdAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

doneReturnOnHoldByEntryIdListAction()

public doneReturnOnHoldByEntryIdListAction() : object
Return values
object

doneReturnPaidByEntryIdAction()

public doneReturnPaidByEntryIdAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

doneReturnPaidByEntryIdListAction()

public doneReturnPaidByEntryIdListAction() : object
Return values
object

doneReturnPaidByFilteredEntriesAction()

public doneReturnPaidByFilteredEntriesAction() : object
Return values
object

doneReturnQualityControlAndCreateVersionAndDownloadByEntryIdListAction()

public doneReturnQualityControlAndCreateVersionAndDownloadByEntryIdListAction() : object
Return values
object

doneReturnQualityControlAndCreateVersionByEntryIdAction()

public doneReturnQualityControlAndCreateVersionByEntryIdAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

doneReturnQualityControlAndCreateVersionByEntryIdListAction()

public doneReturnQualityControlAndCreateVersionByEntryIdListAction() : object
Return values
object

doneReturnSubmittedByEntryIdAction()

public doneReturnSubmittedByEntryIdAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

doneReturnSubmittedByFilteredEntriesAction()

public doneReturnSubmittedByFilteredEntriesAction() : object
Return values
object

getEntriesAction()

public getEntriesAction() : object
Return values
object

getEntriesByUserIdAction()

public getEntriesByUserIdAction(int $userId) : object
Parameters
$userId : int
Return values
object

getReportMissingInfoAction()

public getReportMissingInfoAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

getReportMissingMessagesListAction()

public getReportMissingMessagesListAction() : mixed

getUserHasVatToPayAction()

public getUserHasVatToPayAction(int $clientId) : object
Parameters
$clientId : int
Return values
object

reUploadSubmissionProofByEntryIdAction()

public reUploadSubmissionProofByEntryIdAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

toggleReturnOnHoldByEntryIdAction()

public toggleReturnOnHoldByEntryIdAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

undercoverOffByEntryIdAction()

public undercoverOffByEntryIdAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

undercoverOffByEntryIdListAction()

public undercoverOffByEntryIdListAction() : mixed

undercoverOnByEntryIdAction()

public undercoverOnByEntryIdAction(int $entryId) : object
Parameters
$entryId : int
Return values
object

undercoverOnByEntryIdListAction()

public undercoverOnByEntryIdListAction() : mixed

        
On this page

Search results