class ProductForPaymentTypeJSONController extends Controller

Class ProductForPaymentTypeJSONController defines API routes for product payment type

Methods

JsonResponse
productSuggestionsSearchJSONAction(ArrayCollection $productPaymentTypeSearchJSON)

API route for searching product payment types

Response
saveJSONAction(ArrayCollection $productPaymentTypeJSONSave)

API route for adding product payment type

JsonResponse
editJSONAction(ArrayCollection $productPaymentTypeJSONEdit)

API route for editing product payment type

JsonResponse
deleteJSONAction(ArrayCollection $productPaymentTypeJSONDelete)

API route for deleting product payment type

JsonResponse
showAllAction(ArrayCollection $productsPaymentTypeJQGrid)

API route for loading all product payment types with pagination

Details

at line 39
JsonResponse productSuggestionsSearchJSONAction(ArrayCollection $productPaymentTypeSearchJSON)

API route for searching product payment types

Parameters

ArrayCollection $productPaymentTypeSearchJSON

Return Value

JsonResponse

See also

ProductPaymentTypeSearchJSONConverter

at line 56
Response saveJSONAction(ArrayCollection $productPaymentTypeJSONSave)

API route for adding product payment type

Parameters

ArrayCollection $productPaymentTypeJSONSave

Return Value

Response

See also

ProductPaymentTypeJSONSaveConverter

at line 71
JsonResponse editJSONAction(ArrayCollection $productPaymentTypeJSONEdit)

API route for editing product payment type

Parameters

ArrayCollection $productPaymentTypeJSONEdit

Return Value

JsonResponse

See also

ProductPaymentTypeJSONEditConverter

at line 86
JsonResponse deleteJSONAction(ArrayCollection $productPaymentTypeJSONDelete)

API route for deleting product payment type

Parameters

ArrayCollection $productPaymentTypeJSONDelete

Return Value

JsonResponse

See also

ProductPaymentTypeJSONDeleteConverter

at line 101
JsonResponse showAllAction(ArrayCollection $productsPaymentTypeJQGrid)

API route for loading all product payment types with pagination

Parameters

ArrayCollection $productsPaymentTypeJQGrid

Return Value

JsonResponse

See also

ProductsPaymentTypeJQGridConverter