Uses of Class
io.goobi.viewer.model.rss.Channel
Packages that use Channel
Package
Description
REST resources for managing bookmark lists in the v1 API, supporting both
session-based and user-account-based bookmark collections.
REST resources for digitized record access in the v1 API, providing endpoints
for record metadata, pages, sections, file downloads, calendars, change discovery, and RSS feeds.
JSF managed beans (CDI backing beans) of the Goobi viewer.
Provides the domain model for RSS feed generation in the Goobi viewer, including
feed channels, items, and metadata mappings for newly indexed or updated records.
-
Uses of Channel in io.goobi.viewer.api.rest.v1.bookmarks
Methods in io.goobi.viewer.api.rest.v1.bookmarks that return ChannelModifier and TypeMethodDescriptionBookmarkResource.getBookmarkListAsRSSJson(Long id, String language, String maxStr) BookmarkResource.getSharedBookmarkListAsRSSJson(String key, String language, String maxStr) -
Uses of Channel in io.goobi.viewer.api.rest.v1.records
Methods in io.goobi.viewer.api.rest.v1.records that return Channel -
Uses of Channel in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return ChannelModifier and TypeMethodDescriptionRSSBean.getRssFeedChannel(Integer maxHits, String query) RSSBean.getRssFeedChannel(Integer maxHits, String query, String sortField, Boolean sortDescending) -
Uses of Channel in io.goobi.viewer.model.rss
Methods in io.goobi.viewer.model.rss that return ChannelModifier and TypeMethodDescriptionstatic ChannelRSSFeed.createRssFeed(String rootPath, String query, int rssFeedItems) createRssFeed.static ChannelRSSFeed.createRssFeed(String rootPath, String query, List<String> filterQueries, int rssFeedItems, String language, String sortField, boolean sortDescending) createRssFeed.static ChannelRSSFeed.createRssResponse(String language, Integer maxHits, String subtheme, String query, String facets, HttpServletRequest servletRequest, String sortField, boolean sortDescending)