class FaqCategoryJSONController extends Controller

Class FaqCategoryJSONController

Methods

Response
faqAddCategoryManageAction(ArrayCollection $faqCategoryManageAddNewJSON)

JSON route for saving new faq category

Response
faqEditCategoryTreeAction(ArrayCollection $faqCategoryTreeEditJSON)

JSON route for updating faq category

Response
deleteFaqCategoryAction(ArrayCollection $faqCategoryDeleteJSON)

JSON route for removing faq category

Response
faqShowAllCatsModalAction(ArrayCollection $faqCategoryAddShowTree)

JSON route for listing all faq categories

Response
faqCategoryTreeAction(ArrayCollection $faqCategoryList)

JSON route for listing all faq categories

Response
viewAllFaqQuestionsJSONAction(ArrayCollection $faqCategoryViewAllJSON)

JSON route for listing all faq categories for JQGrid

Details

at line 42
Response faqAddCategoryManageAction(ArrayCollection $faqCategoryManageAddNewJSON)

JSON route for saving new faq category

Parameters

ArrayCollection $faqCategoryManageAddNewJSON

Return Value

Response

See also

FaqCategoryManageAddNewJSONConverter

at line 57
Response faqEditCategoryTreeAction(ArrayCollection $faqCategoryTreeEditJSON)

JSON route for updating faq category

Parameters

ArrayCollection $faqCategoryTreeEditJSON

Return Value

Response

See also

FaqCategoryTreeEditJSONConverter

at line 72
Response deleteFaqCategoryAction(ArrayCollection $faqCategoryDeleteJSON)

JSON route for removing faq category

Parameters

ArrayCollection $faqCategoryDeleteJSON

Return Value

Response

See also

FaqCategoryDeleteJSONConverter

at line 88
Response faqShowAllCatsModalAction(ArrayCollection $faqCategoryAddShowTree)

JSON route for listing all faq categories

Parameters

ArrayCollection $faqCategoryAddShowTree

Return Value

Response

See also

FaqCategoryAddShowTreeConverter

at line 103
Response faqCategoryTreeAction(ArrayCollection $faqCategoryList)

JSON route for listing all faq categories

Parameters

ArrayCollection $faqCategoryList

Return Value

Response

See also

FaqCategoryListConverter

at line 118
Response viewAllFaqQuestionsJSONAction(ArrayCollection $faqCategoryViewAllJSON)

JSON route for listing all faq categories for JQGrid

Parameters

ArrayCollection $faqCategoryViewAllJSON

Return Value

Response

See also

FaqCategoryViewAllJSONConverter