Package org.opencastproject.presets.impl
Class PresetProviderImpl
java.lang.Object
org.opencastproject.presets.impl.PresetProviderImpl
- All Implemented Interfaces:
PresetProvider
A service that provides presets.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String seriesID, String propertyName) Gets a preset property first from the series, then from the organizationvoidsetSecurityService(SecurityService securityService) voidsetSeriesService(SeriesService seriesService)
-
Constructor Details
-
PresetProviderImpl
public PresetProviderImpl()
-
-
Method Details
-
setSeriesService
-
setSecurityService
-
getProperty
Description copied from interface:PresetProviderGets a preset property first from the series, then from the organization- Specified by:
getPropertyin interfacePresetProvider- Parameters:
seriesID- The series to look for the property.propertyName- The property's key value to look for.- Returns:
- The property's value
- Throws:
NotFoundException- Thrown if the property can't be found in the series or organization's property collection.
-