class StoreController extends Controller

Class StoreController. Defines routes for Store

Methods

array
storeAddAction()

Backend route for creating new store

JsonResponse
storeAddJSONAction(ArrayCollection $storeNewJSON)

API route for saving new store

array
storesJQGridAction()

Backend route for listing all stores

JsonResponse
getStoresJQGridAction(ArrayCollection $storesList)

API route for JqGrid data

JsonResponse
deleteStoreAction(ArrayCollection $storeDeleteJSON)

Delete multiple Stores

array
storeEditAction(Store $storeLoad)

Backend route for editing Store

JsonResponse
editStoreAction(ArrayCollection $storeEditJSON)

API route for editing Store

JsonResponse
getStoresJSONAction(ArrayCollection $storesJSON)

API route for loading all stores

array
listAllStoresAction(ArrayCollection $storesJSON)

Frontend route for listing all stores

Details

at line 37
array storeAddAction()

Backend route for creating new store

Return Value

array

at line 52
JsonResponse storeAddJSONAction(ArrayCollection $storeNewJSON)

API route for saving new store

Parameters

ArrayCollection $storeNewJSON

Return Value

JsonResponse

See also

StoreNewJSONConverter

at line 65
array storesJQGridAction()

Backend route for listing all stores

Return Value

array

at line 80
JsonResponse getStoresJQGridAction(ArrayCollection $storesList)

API route for JqGrid data

Parameters

ArrayCollection $storesList

Return Value

JsonResponse

See also

StoresListConverter

at line 95
JsonResponse deleteStoreAction(ArrayCollection $storeDeleteJSON)

Delete multiple Stores

Parameters

ArrayCollection $storeDeleteJSON

Return Value

JsonResponse

See also

StoreDeleteJSONConverter

at line 112
array storeEditAction(Store $storeLoad)

Backend route for editing Store

Parameters

Store $storeLoad

Return Value

array

See also

StoreLoadConverter

at line 127
JsonResponse editStoreAction(ArrayCollection $storeEditJSON)

API route for editing Store

Parameters

ArrayCollection $storeEditJSON

Return Value

JsonResponse

See also

StoreEditJSONConverter

at line 143
JsonResponse getStoresJSONAction(ArrayCollection $storesJSON)

API route for loading all stores

Parameters

ArrayCollection $storesJSON

Return Value

JsonResponse

See also

StoresJSONConverter

at line 196
array listAllStoresAction(ArrayCollection $storesJSON)

Frontend route for listing all stores

Parameters

ArrayCollection $storesJSON

Return Value

array

See also

StoresJSONConverter