class DeclarationBackendJSONController extends Controller

Class DeclarationBackendJSONController

Methods

Response
categoryDeclarationAddANewShowAction(ArrayCollection $addCatShowJSON)

Json route for creating new declaration category

Response
saveDeclarationCategoryTreeAction(ArrayCollection $addDeclarationTreeCategoryJSON)

Json route for creating new declaration category

Response
editTreeDeclarationCategoryAction(ArrayCollection $categoryDeclarationEditTreeJSON)

Json route for updating declaration category

Response
deleteDeclarationTreeCategoryAction(ArrayCollection $categoryDeclarationTreeDeleteJSON)

Json route for removing declaration category

Response
saveDeclarationAction(ArrayCollection $declarationAddJSON)

Json route for creating new declaration

Response
viewAllDeclarationsJSONAction(ArrayCollection $declarationViewAllJSON)

Json route for listing all declarations

Response
editDeclarationsAction(ArrayCollection $declarationEditJSON)

Json route for updating declarations

Response
deleteDeclarationsAction(ArrayCollection $declarationDeleteJSON)

Json route for removing declaration

Response
declarationCategoryTreeAction(ArrayCollection $declarationCategoryList)

Json route for listing all declaration categories

Response
declarationCategoryMainManageAction(ArrayCollection $manageDeclarationCategories)

Json route for listing all declaration categories

Response
viewAllDeclarationCategoryJQGRIDAction(ArrayCollection $declarationCategoryListAll)

Json route for listing all declaration categories

Details

at line 46
Response categoryDeclarationAddANewShowAction(ArrayCollection $addCatShowJSON)

Json route for creating new declaration category

Parameters

ArrayCollection $addCatShowJSON

Return Value

Response

See also

AddCatShowJSONConverter

at line 61
Response saveDeclarationCategoryTreeAction(ArrayCollection $addDeclarationTreeCategoryJSON)

Json route for creating new declaration category

Parameters

ArrayCollection $addDeclarationTreeCategoryJSON

Return Value

Response

See also

AddDeclarationTreeCategoryJSONConverter

at line 76
Response editTreeDeclarationCategoryAction(ArrayCollection $categoryDeclarationEditTreeJSON)

Json route for updating declaration category

Parameters

ArrayCollection $categoryDeclarationEditTreeJSON

Return Value

Response

See also

CategoryDeclarationEditTreeJSONConverter

at line 91
Response deleteDeclarationTreeCategoryAction(ArrayCollection $categoryDeclarationTreeDeleteJSON)

Json route for removing declaration category

Parameters

ArrayCollection $categoryDeclarationTreeDeleteJSON

Return Value

Response

See also

CategoryDeclarationTreeDeleteJSONConverter

at line 106
Response saveDeclarationAction(ArrayCollection $declarationAddJSON)

Json route for creating new declaration

Parameters

ArrayCollection $declarationAddJSON

Return Value

Response

See also

DeclarationAddJSONConverter

at line 121
Response viewAllDeclarationsJSONAction(ArrayCollection $declarationViewAllJSON)

Json route for listing all declarations

Parameters

ArrayCollection $declarationViewAllJSON

Return Value

Response

See also

DeclarationAddJSONConverter

at line 136
Response editDeclarationsAction(ArrayCollection $declarationEditJSON)

Json route for updating declarations

Parameters

ArrayCollection $declarationEditJSON

Return Value

Response

See also

DeclarationEditJSONConverter

at line 151
Response deleteDeclarationsAction(ArrayCollection $declarationDeleteJSON)

Json route for removing declaration

Parameters

ArrayCollection $declarationDeleteJSON

Return Value

Response

See also

DeclarationDeleteJSONConverter

at line 166
Response declarationCategoryTreeAction(ArrayCollection $declarationCategoryList)

Json route for listing all declaration categories

Parameters

ArrayCollection $declarationCategoryList

Return Value

Response

See also

DeclarationCategoryListConverter

at line 181
Response declarationCategoryMainManageAction(ArrayCollection $manageDeclarationCategories)

Json route for listing all declaration categories

Parameters

ArrayCollection $manageDeclarationCategories

Return Value

Response

See also

ManageDeclarationCategoriesConverter

at line 196
Response viewAllDeclarationCategoryJQGRIDAction(ArrayCollection $declarationCategoryListAll)

Json route for listing all declaration categories

Parameters

ArrayCollection $declarationCategoryListAll

Return Value

Response

See also

DeclarationCategoryListAllConverter