class AlbumsBackendJSONController extends Controller

Class AlbumsBackendController. Defines backend routes for Album

Methods

Response
saveAlbumAction(ArrayCollection $addNewAlbumJSON)

Json route for creating new album

Response
viewAllAlbumsJSONAction(ArrayCollection $allAlbumJSON)

Json route for listing all albums

Response
deleteAlbumsAction(ArrayCollection $albumDeleteJSON)

Json route for deleting album

Response
editAlbumAction(ArrayCollection $albumEditJSON)

Json route for editing album

Response
editAlbumOrderAction(ArrayCollection $albumEditOrderJSON)

No description

Details

at line 34
Response saveAlbumAction(ArrayCollection $addNewAlbumJSON)

Json route for creating new album

Parameters

ArrayCollection $addNewAlbumJSON

Return Value

Response

at line 48
Response viewAllAlbumsJSONAction(ArrayCollection $allAlbumJSON)

Json route for listing all albums

Parameters

ArrayCollection $allAlbumJSON

Return Value

Response

at line 62
Response deleteAlbumsAction(ArrayCollection $albumDeleteJSON)

Json route for deleting album

Parameters

ArrayCollection $albumDeleteJSON

Return Value

Response

at line 76
Response editAlbumAction(ArrayCollection $albumEditJSON)

Json route for editing album

Parameters

ArrayCollection $albumEditJSON

Return Value

Response

at line 89
Response editAlbumOrderAction(ArrayCollection $albumEditOrderJSON)

Parameters

ArrayCollection $albumEditOrderJSON

Return Value

Response