Index

A C D E F G I O P S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

activate(ComponentContext) - Method in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
Creates EntityManagerFactory using persistence provider and properties passed via OSGi.

C

countThemes() - Method in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
 
countThemes() - Method in interface org.opencastproject.themes.ThemesServiceDatabase
 

D

db - Variable in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
 
dbSessionFactory - Variable in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
 
deleteTheme(long) - Method in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
 
deleteTheme(long) - Method in interface org.opencastproject.themes.ThemesServiceDatabase
Delete a theme by using a unique id to find it.

E

emf - Variable in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
Factory used to create EntityManagers for transactions

F

findThemes(Optional<Integer>, Optional<Integer>, ArrayList<SortCriterion>, Optional<String>, Optional<String>) - Method in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
 
findThemes(Optional<Integer>, Optional<Integer>, ArrayList<SortCriterion>, Optional<String>, Optional<String>) - Method in interface org.opencastproject.themes.ThemesServiceDatabase
Return themes that match the query parameters

G

getBumperFile() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getBumperFile() - Method in class org.opencastproject.themes.Theme
 
getCreationDate() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getCreationDate() - Method in class org.opencastproject.themes.Theme
 
getCreator() - Method in class org.opencastproject.themes.Theme
 
getDescription() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getDescription() - Method in class org.opencastproject.themes.Theme
 
getId() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getId() - Method in class org.opencastproject.themes.Theme
 
getLicenseSlideBackground() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getLicenseSlideBackground() - Method in class org.opencastproject.themes.Theme
 
getLicenseSlideDescription() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getLicenseSlideDescription() - Method in class org.opencastproject.themes.Theme
 
getName() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getName() - Method in class org.opencastproject.themes.Theme
 
getOrganization() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getTheme(long) - Method in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
 
getTheme(long) - Method in interface org.opencastproject.themes.ThemesServiceDatabase
Return the theme by the unique given id.
getTitleSlideBackground() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getTitleSlideBackground() - Method in class org.opencastproject.themes.Theme
 
getTitleSlideMetadata() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getTitleSlideMetadata() - Method in class org.opencastproject.themes.Theme
 
getTrailerFile() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getTrailerFile() - Method in class org.opencastproject.themes.Theme
 
getUsername() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getWatermarkFile() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getWatermarkFile() - Method in class org.opencastproject.themes.Theme
 
getWatermarkPosition() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
getWatermarkPosition() - Method in class org.opencastproject.themes.Theme
 

I

isBumperActive() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
isBumperActive() - Method in class org.opencastproject.themes.Theme
 
isDefault() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
isDefault() - Method in class org.opencastproject.themes.Theme
 
isLicenseSlideActive() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
isLicenseSlideActive() - Method in class org.opencastproject.themes.Theme
 
isTitleSlideActive() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
isTitleSlideActive() - Method in class org.opencastproject.themes.Theme
 
isTrailerActive() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
isTrailerActive() - Method in class org.opencastproject.themes.Theme
 
isWatermarkActive() - Method in class org.opencastproject.themes.persistence.ThemeDto
 
isWatermarkActive() - Method in class org.opencastproject.themes.Theme
 

O

org.opencastproject.themes - package org.opencastproject.themes
 
org.opencastproject.themes.persistence - package org.opencastproject.themes.persistence
 

P

PERSISTENCE_UNIT - Static variable in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
 

S

securityService - Variable in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
The security service
setBumperActive(boolean) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setBumperFile(String) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setCreationDate(Date) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setDBSessionFactory(DBSessionFactory) - Method in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
 
setDefault(boolean) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setDescription(String) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setEntityManagerFactory(EntityManagerFactory) - Method in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
OSGi DI
setId(long) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setLicenseSlideActive(boolean) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setLicenseSlideBackground(String) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setLicenseSlideDescription(String) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setName(String) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setOrganization(String) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setSecurityService(SecurityService) - Method in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
OSGi callback to set the security service.
setTitleSlideActive(boolean) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setTitleSlideBackground(String) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setTitleSlideMetadata(String) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setTrailerActive(boolean) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setTrailerFile(String) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setUserDirectoryService(UserDirectoryService) - Method in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
OSGi callback to set the user directory service
setUsername(String) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setWatermarkActive(boolean) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setWatermarkFile(String) - Method in class org.opencastproject.themes.persistence.ThemeDto
 
setWatermarkPosition(String) - Method in class org.opencastproject.themes.persistence.ThemeDto
 

T

Theme - Class in org.opencastproject.themes
Business object of themes class
Theme(Optional<Long>, Date, boolean, User, String) - Constructor for class org.opencastproject.themes.Theme
 
Theme(Optional<Long>, Date, boolean, User, String, String, boolean, String, boolean, String, boolean, String, String, boolean, String, String, boolean, String, String) - Constructor for class org.opencastproject.themes.Theme
 
ThemeDto - Class in org.opencastproject.themes.persistence
Entity object for themes.
ThemeDto() - Constructor for class org.opencastproject.themes.persistence.ThemeDto
Default constructor
ThemesServiceDatabase - Interface in org.opencastproject.themes
API that defines persistent storage of themes.
ThemesServiceDatabaseException - Exception Class in org.opencastproject.themes.persistence
The exception thrown if there is an exception while trying to perform CRUD operations on themes.
ThemesServiceDatabaseException(Throwable) - Constructor for exception class org.opencastproject.themes.persistence.ThemesServiceDatabaseException
Create exception with a cause.
ThemesServiceDatabaseImpl - Class in org.opencastproject.themes.persistence
ThemesServiceDatabaseImpl() - Constructor for class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
 
toString() - Method in class org.opencastproject.themes.Theme
 
toTheme(UserDirectoryService) - Method in class org.opencastproject.themes.persistence.ThemeDto
 

U

updateTheme(Theme) - Method in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
 
updateTheme(Theme) - Method in interface org.opencastproject.themes.ThemesServiceDatabase
Crate or update a theme.
userDirectoryService - Variable in class org.opencastproject.themes.persistence.ThemesServiceDatabaseImpl
The user directory service
A C D E F G I O P S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form