Package org.opencastproject.themes.list
Class ThemesListProvider
java.lang.Object
org.opencastproject.themes.list.ThemesListProvider
- All Implemented Interfaces:
org.opencastproject.list.api.ResourceListProvider
public class ThemesListProvider
extends Object
implements org.opencastproject.list.api.ResourceListProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate()String[]booleanisTranslatable(String listName) voidsetThemesServiceDatabase(ThemesServiceDatabase themesServiceDatabase) OSGi callback for the themes service database.
-
Field Details
-
NAME
- See Also:
-
DESCRIPTION
- See Also:
-
-
Constructor Details
-
ThemesListProvider
public ThemesListProvider()
-
-
Method Details
-
activate
protected void activate() -
setThemesServiceDatabase
OSGi callback for the themes service database. -
getListNames
- Specified by:
getListNamesin interfaceorg.opencastproject.list.api.ResourceListProvider
-
getList
public Map<String,String> getList(String listName, org.opencastproject.list.api.ResourceListQuery query) throws org.opencastproject.list.api.ListProviderException - Specified by:
getListin interfaceorg.opencastproject.list.api.ResourceListProvider- Throws:
org.opencastproject.list.api.ListProviderException
-
isTranslatable
- Specified by:
isTranslatablein interfaceorg.opencastproject.list.api.ResourceListProvider
-
getDefault
- Specified by:
getDefaultin interfaceorg.opencastproject.list.api.ResourceListProvider
-