class MyTeamBackendJSONController extends Controller

Class MyTeamBackendJSONController

Methods

JsonResponse
addTeamAction(ArrayCollection $myTeamAddJSON)

JSON route for adding new team

JsonResponse
editMyTeamAction(ArrayCollection $myTeamEditJSON)

JSON route for editing existing team

JsonResponse
getMyTeamAction(ArrayCollection $myTeamGetJSON)

JSON route for finding single team

JsonResponse
saveMyTeamOrderAction(ArrayCollection $myTeamSaveOrderJSON)

JSON route for saving user's order in team

JsonResponse
showAllTeamsAction(ArrayCollection $myTeamAllJQGrid)

JSON route for listing all teams - JQGrid

JsonResponse
myTeamUserListSearchAction(ArrayCollection $myTeamUserSearchJSON)

JSON route for listing teams with provided filters

JsonResponse
deleteMyTeamAction(ArrayCollection $myTeamDeleteJSON)

JSON route for removing team

Details

at line 40
JsonResponse addTeamAction(ArrayCollection $myTeamAddJSON)

JSON route for adding new team

Parameters

ArrayCollection $myTeamAddJSON

Return Value

JsonResponse

See also

MyTeamAddJSONConverter

at line 55
JsonResponse editMyTeamAction(ArrayCollection $myTeamEditJSON)

JSON route for editing existing team

Parameters

ArrayCollection $myTeamEditJSON

Return Value

JsonResponse

See also

MyTeamEditJSONConverter

at line 70
JsonResponse getMyTeamAction(ArrayCollection $myTeamGetJSON)

JSON route for finding single team

Parameters

ArrayCollection $myTeamGetJSON

Return Value

JsonResponse

See also

MyTeamGetJSONConverter

at line 85
JsonResponse saveMyTeamOrderAction(ArrayCollection $myTeamSaveOrderJSON)

JSON route for saving user's order in team

Parameters

ArrayCollection $myTeamSaveOrderJSON

Return Value

JsonResponse

See also

MyTeamSaveOrderJSONConverter

at line 100
JsonResponse showAllTeamsAction(ArrayCollection $myTeamAllJQGrid)

JSON route for listing all teams - JQGrid

Parameters

ArrayCollection $myTeamAllJQGrid

Return Value

JsonResponse

See also

MyTeamAllJQGridConverter

at line 115
JsonResponse myTeamUserListSearchAction(ArrayCollection $myTeamUserSearchJSON)

JSON route for listing teams with provided filters

Parameters

ArrayCollection $myTeamUserSearchJSON

Return Value

JsonResponse

See also

MyTeamUserSearchJSONConverter

at line 130
JsonResponse deleteMyTeamAction(ArrayCollection $myTeamDeleteJSON)

JSON route for removing team

Parameters

ArrayCollection $myTeamDeleteJSON

Return Value

JsonResponse

See also

MyTeamDeleteJSONConverter