Uses of Class
org.opencastproject.themes.Theme
Packages that use Theme
-
Uses of Theme in org.opencastproject.themes
Methods in org.opencastproject.themes that return ThemeModifier and TypeMethodDescriptionThemesServiceDatabase.getTheme(long id) Return the theme by the unique given id.ThemesServiceDatabase.updateTheme(Theme theme) Crate or update a theme.Methods in org.opencastproject.themes that return types with arguments of type ThemeModifier and TypeMethodDescriptionThemesServiceDatabase.findThemes(Optional<Integer> limit, Optional<Integer> offset, ArrayList<org.opencastproject.util.requests.SortCriterion> sortCriteria, Optional<String> creatorFilter, Optional<String> textFilter) Return themes that match the query parametersMethods in org.opencastproject.themes with parameters of type ThemeModifier and TypeMethodDescriptionThemesServiceDatabase.updateTheme(Theme theme) Crate or update a theme. -
Uses of Theme in org.opencastproject.themes.persistence
Methods in org.opencastproject.themes.persistence that return ThemeModifier and TypeMethodDescriptionThemesServiceDatabaseImpl.getTheme(long id) ThemeDto.toTheme(org.opencastproject.security.api.UserDirectoryService userDirectoryService) ThemesServiceDatabaseImpl.updateTheme(Theme theme) Methods in org.opencastproject.themes.persistence that return types with arguments of type ThemeModifier and TypeMethodDescriptionThemesServiceDatabaseImpl.findThemes(Optional<Integer> limit, Optional<Integer> offset, ArrayList<org.opencastproject.util.requests.SortCriterion> sortCriteria, Optional<String> creatorFilter, Optional<String> textFilter) Methods in org.opencastproject.themes.persistence with parameters of type Theme