class DigitalCatalogueJSONController extends Controller

Class DigitalCatalogueJSONController. Defines routes for Catalogue

Methods

Response
catalogueAddJSONAction(ArrayCollection $digitalCatalogueAddJSON)

Defines route for persisting new catalogue to database

Response
catalogueEditJSONAction(ArrayCollection $digitalCatalogueEditJSON)

Defines route for editing catalogue

Response
getAllCataloguesJQGridAction(ArrayCollection $digitalCatalogueJQGRIDList)

Defines route for listing all catalogues for jqgrid

Response
deleteCataloguesJQGridAction(ArrayCollection $digitalCatalogueDelete)

Defines route for deleting digital catalogues

Response
digitalCatalogueProductsSearchAction(ArrayCollection $digitalCatalogueProductsSearch)

Defines route for searching products for digital catalogue

JsonResponse
sortProductsInCategoryPaginationAction(ArrayCollection $sortCatalogues)

Defines route for sorting catalogues with pagination

Details

at line 41
Response catalogueAddJSONAction(ArrayCollection $digitalCatalogueAddJSON)

Defines route for persisting new catalogue to database

Parameters

ArrayCollection $digitalCatalogueAddJSON

Return Value

Response

See also

DigitalCatalogueAddJSONConverter

at line 57
Response catalogueEditJSONAction(ArrayCollection $digitalCatalogueEditJSON)

Defines route for editing catalogue

Parameters

ArrayCollection $digitalCatalogueEditJSON

Return Value

Response

See also

DigitalCatalogueEditJSONConverter

at line 72
Response getAllCataloguesJQGridAction(ArrayCollection $digitalCatalogueJQGRIDList)

Defines route for listing all catalogues for jqgrid

Parameters

ArrayCollection $digitalCatalogueJQGRIDList

Return Value

Response

See also

DigitalCatalogueJQGRIDListConverter

at line 89
Response deleteCataloguesJQGridAction(ArrayCollection $digitalCatalogueDelete)

Defines route for deleting digital catalogues

Parameters

ArrayCollection $digitalCatalogueDelete

Return Value

Response

See also

DigitalCatalogueDeleteConverter

at line 106
Response digitalCatalogueProductsSearchAction(ArrayCollection $digitalCatalogueProductsSearch)

Defines route for searching products for digital catalogue

Parameters

ArrayCollection $digitalCatalogueProductsSearch

Return Value

Response

See also

DigitalCatalogueProductsSearchConverter

at line 125
JsonResponse sortProductsInCategoryPaginationAction(ArrayCollection $sortCatalogues)

Defines route for sorting catalogues with pagination

Parameters

ArrayCollection $sortCatalogues

Return Value

JsonResponse

See also

SortCataloguesConverter