class CategoryJSONController extends Controller

Class CategoryJSONController. Defines routes for Category entity.

Methods

Response
getAllCategoriesJQGridAction(ArrayCollection $categoryList)

Route for all categories for jqgrid

Response
saveCategoryTreeAction(ArrayCollection $addTreeCategoryJSON)

Route for persisting new category from tree structure

Response
editTreeCategoryAction(ArrayCollection $categoryEditTreeJSON)

Route for editing category from tree structure

Response
deleteTreeCategoryAction(ArrayCollection $categoryTreeDeleteJSON)

Route for deleting category from tree

Response
updateProductsPermissionsForSelectedCategoriesAction(ArrayCollection $updateProductPermissionsForCategoriesJSON)

Route for updating product permissions for category

Details

at line 43
Response getAllCategoriesJQGridAction(ArrayCollection $categoryList)

Route for all categories for jqgrid

Parameters

ArrayCollection $categoryList

Return Value

Response

See also

CategoryListConverter

at line 60
Response saveCategoryTreeAction(ArrayCollection $addTreeCategoryJSON)

Route for persisting new category from tree structure

Parameters

ArrayCollection $addTreeCategoryJSON

Return Value

Response

See also

AddTreeCategoryJSONConverter

at line 76
Response editTreeCategoryAction(ArrayCollection $categoryEditTreeJSON)

Route for editing category from tree structure

Parameters

ArrayCollection $categoryEditTreeJSON

Return Value

Response

See also

CategoryEditTreeJSONConverter

at line 93
Response deleteTreeCategoryAction(ArrayCollection $categoryTreeDeleteJSON)

Route for deleting category from tree

Parameters

ArrayCollection $categoryTreeDeleteJSON

Return Value

Response

See also

CategoryTreeDeleteJSONConverter

at line 109
Response updateProductsPermissionsForSelectedCategoriesAction(ArrayCollection $updateProductPermissionsForCategoriesJSON)

Route for updating product permissions for category

Parameters

ArrayCollection $updateProductPermissionsForCategoriesJSON

Return Value

Response

See also

UpdateProductPermissionsForCategoriesJSONConverter