Uses of Class
org.opencastproject.themes.persistence.ThemesServiceDatabaseException
Packages that use ThemesServiceDatabaseException
-
Uses of ThemesServiceDatabaseException in org.opencastproject.themes
Methods in org.opencastproject.themes that throw ThemesServiceDatabaseExceptionModifier and TypeMethodDescriptionintThemesServiceDatabase.countThemes()voidThemesServiceDatabase.deleteTheme(long id) Delete a theme by using a unique id to find it.ThemesServiceDatabase.getTheme(long id) Return the theme by the unique given id.ThemesServiceDatabase.updateTheme(Theme theme) Crate or update a theme. -
Uses of ThemesServiceDatabaseException in org.opencastproject.themes.persistence
Methods in org.opencastproject.themes.persistence that throw ThemesServiceDatabaseExceptionModifier and TypeMethodDescriptionintThemesServiceDatabaseImpl.countThemes()voidThemesServiceDatabaseImpl.deleteTheme(long id) ThemesServiceDatabaseImpl.getTheme(long id) ThemesServiceDatabaseImpl.updateTheme(Theme theme)