CategoryJSONController
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
at line 60
Response
saveCategoryTreeAction(ArrayCollection $addTreeCategoryJSON)
Route for persisting new category from tree structure
at line 76
Response
editTreeCategoryAction(ArrayCollection $categoryEditTreeJSON)
Route for editing category from tree structure
at line 93
Response
deleteTreeCategoryAction(ArrayCollection $categoryTreeDeleteJSON)
Route for deleting category from tree
at line 109
Response
updateProductsPermissionsForSelectedCategoriesAction(ArrayCollection $updateProductPermissionsForCategoriesJSON)
Route for updating product permissions for category