class BrandJSONController extends Controller

Class BrandJSONController. Defines routes for Brand

Methods

Response
getAllBrandsJQGridAction(ArrayCollection $brandList)

Route for listing all brands in dashboard

Response
saveBrandAction(ArrayCollection $brandJSON)

Route for saving new brand

Response
editBrandAction(ArrayCollection $brandEditJSON)

Route for editing brand

Response
deleteBrandAction(ArrayCollection $brandDeleteJSON)

Route for deleting brand

Response
reorderBrandsJSONAction(ArrayCollection $brandReorderJSON)

Route for reordering brands

Details

at line 41
Response getAllBrandsJQGridAction(ArrayCollection $brandList)

Route for listing all brands in dashboard

Parameters

ArrayCollection $brandList

Return Value

Response

See also

BrandListConverter

at line 58
Response saveBrandAction(ArrayCollection $brandJSON)

Route for saving new brand

Parameters

ArrayCollection $brandJSON

Return Value

Response

See also

BrandJSONConverter

at line 75
Response editBrandAction(ArrayCollection $brandEditJSON)

Route for editing brand

Parameters

ArrayCollection $brandEditJSON

Return Value

Response

See also

BrandEditJSONConverter

at line 92
Response deleteBrandAction(ArrayCollection $brandDeleteJSON)

Route for deleting brand

Parameters

ArrayCollection $brandDeleteJSON

Return Value

Response

See also

BrandDeleteJSONConverter

at line 109
Response reorderBrandsJSONAction(ArrayCollection $brandReorderJSON)

Route for reordering brands

Parameters

ArrayCollection $brandReorderJSON

Return Value

Response

See also

BrandReorderJSONConverter