Uses of Class
org.opencastproject.playlists.persistence.PlaylistDatabaseException
Packages that use PlaylistDatabaseException
-
Uses of PlaylistDatabaseException in org.opencastproject.playlists.persistence
Methods in org.opencastproject.playlists.persistence that throw PlaylistDatabaseExceptionModifier and TypeMethodDescriptionPlaylistDatabaseService.deletePlaylist(Playlist playlist, String orgId) Removes a single playlist.PlaylistDatabaseServiceImpl.deletePlaylist(Playlist playlist, String orgId) Removes a single playlist.PlaylistDatabaseService.getAllForAdministrativeRead(Date from, Date endDate, int limit) PlaylistDatabaseServiceImpl.getAllForAdministrativeRead(Date startDate, Date endDate, int limit) 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.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 databasePlaylistDatabaseService.updatePlaylist(Playlist playlist, String orgId) Creates or updates a single playlist.PlaylistDatabaseServiceImpl.updatePlaylist(Playlist playlist, String orgId) Creates or updates a single playlist.