A C D E F G H I J M P Q R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- Gateway - Class in htwb.ai.controller
- Gateway() - Constructor for class htwb.ai.controller.Gateway
- generateTicketQR(Ticket) - Method in class htwb.ai.controller.utils.QRUtils
-
Generate a qrCode containing the ticket as json
- getAllAuthorizedPlaylist(String, String) - Method in class htwb.ai.controller.controller.PlaylistController
-
Get a playlist by userId parameter, if userId is same as authorized user get all playlists else only public Playlists Authorization: token Accept: application/json
- getAllByOwnerId(String) - Method in interface htwb.ai.controller.repo.PlaylistRepository
- getAllConcerts() - Method in interface htwb.ai.controller.repo.ConcertsRepository
- getAllPublicByOwnerId(String) - Method in interface htwb.ai.controller.repo.PlaylistRepository
- getAllSongs() - Method in interface htwb.ai.controller.repo.SongRepository
- getArtist() - Method in class htwb.ai.controller.model.Concert
- getArtist() - Method in class htwb.ai.controller.model.ConcertData
- getArtist() - Method in class htwb.ai.controller.model.Song
- getArtist() - Method in class htwb.ai.controller.model.SongData
- getConcert() - Method in class htwb.ai.controller.model.Ticket
- getConcert(String, Long) - Method in class htwb.ai.controller.controller.ConcertsController
-
Get specific concert by id with songs played by artist Example: Get ../songWS/rest/concerts/{id}
- getConcertId() - Method in class htwb.ai.controller.model.Concert
- getConcerts(String) - Method in class htwb.ai.controller.controller.ConcertsController
-
Get all concerts with songs played by artist Example: Get ../songWS/rest/concerts
- getFirstName() - Method in class htwb.ai.controller.model.User
- getId() - Method in class htwb.ai.controller.model.Playlist
- getId() - Method in class htwb.ai.controller.model.Song
- getId() - Method in class htwb.ai.controller.model.SongData
- getIsPrivate() - Method in class htwb.ai.controller.model.Playlist
- getLabel() - Method in class htwb.ai.controller.model.Song
- getLabel() - Method in class htwb.ai.controller.model.SongData
- getLastName() - Method in class htwb.ai.controller.model.User
- getLocation() - Method in class htwb.ai.controller.model.Concert
- getLocation() - Method in class htwb.ai.controller.model.ConcertData
- getMaxTickets() - Method in class htwb.ai.controller.model.Concert
- getMaxTickets() - Method in class htwb.ai.controller.model.ConcertData
- getName() - Method in class htwb.ai.controller.model.Playlist
- getOwnedTickets(String, Long) - Method in class htwb.ai.controller.controller.TicketsController
-
Get ticket of authorized user Example: Get ../songWS/rest/tickets
- getOwner() - Method in class htwb.ai.controller.model.Ticket
- getOwnerId() - Method in class htwb.ai.controller.model.Playlist
- getPassword() - Method in class htwb.ai.controller.model.User
- getPayed() - Method in class htwb.ai.controller.model.TicketTransaction
- getPlaylistById(Integer) - Method in interface htwb.ai.controller.repo.PlaylistRepository
- getPlaylistById(String, Integer) - Method in class htwb.ai.controller.controller.PlaylistController
-
Get a Playlist by playlist Id, only if authorized user is the owner of the requested playlist or the playlist is public
- getQrCodePath() - Method in class htwb.ai.controller.model.Ticket
- getReleased() - Method in class htwb.ai.controller.model.Song
- getReleased() - Method in class htwb.ai.controller.model.SongData
- getSong(String, Integer) - Method in class htwb.ai.controller.controller.SongController
-
GET http://localhost:8080/rest/songs/{songId} Get a song from id
- getSongList() - Method in class htwb.ai.controller.model.Concert
- getSongList() - Method in class htwb.ai.controller.model.Playlist
- getSongs(String, String) - Method in class htwb.ai.controller.controller.SongController
-
GET http://localhost:8080/rest/songs/ Get all songs GET http://localhost:8080/rest/songs?artist={artist} Get all songs from artist
- getSongsFromArtist(String, String) - Method in class htwb.ai.controller.utils.RequestUtils
-
Get all the songs made from the given artist.
- getTicket() - Method in class htwb.ai.controller.model.TicketTransaction
- getTicketId() - Method in class htwb.ai.controller.model.Ticket
- getTicketQR(String, Long) - Method in class htwb.ai.controller.controller.TicketsController
-
Get qrCode for ticket Example: Accept: image/png Get ../songWS/rest/tickets/{id}
- getTickets() - Method in class htwb.ai.controller.model.Concert
- getTicketsByOwner(String) - Method in interface htwb.ai.controller.repo.TicketsRepository
- getTicketTransaction() - Method in class htwb.ai.controller.model.Ticket
- getTitle() - Method in class htwb.ai.controller.model.Song
- getTitle() - Method in class htwb.ai.controller.model.SongData
- getTransactionId() - Method in class htwb.ai.controller.model.TicketTransaction
- getTransactionsById(String) - Method in interface htwb.ai.controller.repo.TicketTransactionsRepository
- getUserId() - Method in class htwb.ai.controller.model.User
All Classes All Packages