Uses of Class
org.opencastproject.playlists.Playlist
Packages that use Playlist
Package
Description
-
Uses of Playlist in org.opencastproject.playlists
Methods in org.opencastproject.playlists that return PlaylistModifier and TypeMethodDescriptionPlaylistService.addEntry(String playlistId, String contentId, PlaylistEntryType type) Adds a new entry at the end of a playlist and persists itPlaylistAccessControlEntry.getPlaylist()PlaylistEntry.getPlaylist()PlaylistService.getPlaylistById(String id) Returns a playlist from the database by its idPlaylistRestService.parseJsonToPlaylist(String json) While jackson takes care of automatically converting JAXB to JSON when returning from a request, getting it to parse JSON to JAXB when accepting a request is not that automatic.Deletes a playlist from the databasePlaylistService.removeEntry(String playlistId, long entryId) Removes an entry with the given id from the playlist and persists itPersist a new playlist in the database or update an existing onePlaylistService.updateEntries(String playlistId, List<PlaylistEntry> playlistEntries) Replaces the entries in the playlist with the given entriesPlaylistService.updateWithJson(String id, String json) Overwrite an existing playlist with a playlist in JSON format.Methods in org.opencastproject.playlists that return types with arguments of type PlaylistModifier and TypeMethodDescriptionPlaylistService.getAllForAdministrativeRead(Date from, Date to, int limit) PlaylistService.getPlaylists(int limit, int offset) Get multiple playlists from the databasePlaylistService.getPlaylists(int limit, int offset, SortCriterion sortCriterion) Methods in org.opencastproject.playlists with parameters of type PlaylistModifier and TypeMethodDescriptionEnrich each entry of a playlist with information about the content.voidPlaylistAccessControlEntry.setPlaylist(Playlist playlist) voidPlaylistEntry.setPlaylist(Playlist playlist) Persist a new playlist in the database or update an existing one -
Uses of Playlist in org.opencastproject.playlists.persistence
Methods in org.opencastproject.playlists.persistence that return PlaylistModifier and TypeMethodDescriptionPlaylistDatabaseService.deletePlaylist(Playlist playlist, String orgId) Removes a single playlist.PlaylistDatabaseServiceImpl.deletePlaylist(Playlist playlist, String orgId) Removes a single playlist.PlaylistDatabaseService.getPlaylist(String playlistId) Gets a single playlist in the current organization context by its identifier.PlaylistDatabaseService.getPlaylist(String playlistId, String orgId) Gets a single playlist by its identifier.PlaylistDatabaseServiceImpl.getPlaylist(String playlistId) Gets a single playlist in the current organization context by its identifier.PlaylistDatabaseServiceImpl.getPlaylist(String playlistId, String orgId) Gets a single playlist by its identifier.PlaylistDatabaseService.updatePlaylist(Playlist playlist, String orgId) Creates or updates a single playlist.PlaylistDatabaseServiceImpl.updatePlaylist(Playlist playlist, String orgId) Creates or updates a single playlist.Methods in org.opencastproject.playlists.persistence that return types with arguments of type PlaylistModifier and TypeMethodDescriptionPlaylistDatabaseService.getAllForAdministrativeRead(Date from, Date endDate, int limit) PlaylistDatabaseServiceImpl.getAllForAdministrativeRead(Date startDate, Date endDate, int limit) PlaylistDatabaseServiceImpl.getPlaylistById(String playlistId, String orgId) Gets a non-deleted playlist by its idPlaylistDatabaseService.getPlaylists(int limit, int offset, SortCriterion sortCriterion) Get several playlists based on their order in the databasePlaylistDatabaseServiceImpl.getPlaylists(int limit, int offset, SortCriterion sortCriterion) Get several playlists based on their order in the databasePlaylistDatabaseServiceImpl.getPotentiallyDeletedPlaylist(String playlistId, String orgId) Gets a potentially deleted series by its ID, using the current organizational context.Methods in org.opencastproject.playlists.persistence with parameters of type PlaylistModifier and TypeMethodDescriptionPlaylistDatabaseService.deletePlaylist(Playlist playlist, String orgId) Removes a single playlist.PlaylistDatabaseServiceImpl.deletePlaylist(Playlist playlist, String orgId) Removes a single playlist.PlaylistDatabaseService.updatePlaylist(Playlist playlist, String orgId) Creates or updates a single playlist.PlaylistDatabaseServiceImpl.updatePlaylist(Playlist playlist, String orgId) Creates or updates a single playlist. -
Uses of Playlist in org.opencastproject.playlists.serialization
Methods in org.opencastproject.playlists.serialization that return PlaylistConstructors in org.opencastproject.playlists.serialization with parameters of type Playlist