Uses of Class
org.opencastproject.series.impl.persistence.SeriesEntity
Packages that use SeriesEntity
Package
Description
Series REST Service implementation
Implementation of series persistent storage.
-
Uses of SeriesEntity in org.opencastproject.series.impl
Methods in org.opencastproject.series.impl that return types with arguments of type SeriesEntityModifier and TypeMethodDescriptionSeriesServiceDatabase.getAllSeries()Returns all series in persistent storage. -
Uses of SeriesEntity in org.opencastproject.series.impl.persistence
Methods in org.opencastproject.series.impl.persistence that return types with arguments of type SeriesEntityModifier and TypeMethodDescriptionSeriesServiceDatabaseImpl.getAllSeries()protected Function<javax.persistence.EntityManager, Optional<SeriesEntity>> SeriesServiceDatabaseImpl.getPotentiallyDeletedSeriesEntity(String id) Gets a potentially deleted series by its ID, using the current organizational context.protected Function<javax.persistence.EntityManager, Optional<SeriesEntity>> SeriesServiceDatabaseImpl.getSeriesEntity(String id) Gets a series by its ID, using the current organizational context.