class ReclamationController extends Controller

Class ReclamationController defines routes for reclamation

Methods

JsonResponse
searchOrdersForReclamationAction(ArrayCollection $orderItemsJQGrid)

API route for searching order items

JsonResponse
addNewReclamationAction(ArrayCollection $reclamationAddNewJson)

API route for adding new reclamation

JsonResponse
deleteProductAction(ArrayCollection $reclamationDeleteJSON)

API route for deleting reclamations

JsonResponse
changeReclamationStatusAction(ArrayCollection $reclamationChangeStatusJson)

API route for changing reclamation status

array
indexAction()

Backend route for listing all reclamations

array
ticketShowAction(ArrayCollection $reclamationBackendEditDB)

Backend route for showing reclamation details

JsonResponse
getReclamationsAction(ArrayCollection $reclamationListJSON)

API route for loading all reclamations

Details

at line 41
JsonResponse searchOrdersForReclamationAction(ArrayCollection $orderItemsJQGrid)

API route for searching order items

Parameters

ArrayCollection $orderItemsJQGrid

Return Value

JsonResponse

See also

OrderItemsJQGridConverter

at line 56
JsonResponse addNewReclamationAction(ArrayCollection $reclamationAddNewJson)

API route for adding new reclamation

Parameters

ArrayCollection $reclamationAddNewJson

Return Value

JsonResponse

See also

ReclamationAddNewJsonConverter

at line 71
JsonResponse deleteProductAction(ArrayCollection $reclamationDeleteJSON)

API route for deleting reclamations

Parameters

ArrayCollection $reclamationDeleteJSON

Return Value

JsonResponse

See also

ReclamationDeleteJSONConverter

at line 86
JsonResponse changeReclamationStatusAction(ArrayCollection $reclamationChangeStatusJson)

API route for changing reclamation status

Parameters

ArrayCollection $reclamationChangeStatusJson

Return Value

JsonResponse

See also

ReclamationChangeStatusJsonConverter

at line 99
array indexAction()

Backend route for listing all reclamations

Return Value

array

at line 114
array ticketShowAction(ArrayCollection $reclamationBackendEditDB)

Backend route for showing reclamation details

Parameters

ArrayCollection $reclamationBackendEditDB

Return Value

array

at line 132
JsonResponse getReclamationsAction(ArrayCollection $reclamationListJSON)

API route for loading all reclamations

Parameters

ArrayCollection $reclamationListJSON

Return Value

JsonResponse