Uses of Class
org.jasig.portlet.newsreader.NewsConfiguration
Packages that use NewsConfiguration
Package
Description
-
Uses of NewsConfiguration in org.jasig.portlet.newsreader
Subclasses of NewsConfiguration in org.jasig.portlet.newsreaderModifier and TypeClassDescriptionclassPredefinedNewsConfiguration represents a user configuration of a built-in news definition.classUserDefinedNewsConfiguration represents a user-created news configuration.Methods in org.jasig.portlet.newsreader that return types with arguments of type NewsConfigurationModifier and TypeMethodDescriptionNewsSet.getNewsConfigurations()Getter for the fieldnewsConfigurations.Methods in org.jasig.portlet.newsreader with parameters of type NewsConfigurationModifier and TypeMethodDescriptionvoidNewsSet.addNewsConfiguration(NewsConfiguration config) addNewsConfiguration.intNewsConfiguration.compareTo(NewsConfiguration config) Method parameters in org.jasig.portlet.newsreader with type arguments of type NewsConfigurationModifier and TypeMethodDescriptionvoidNewsSet.setNewsConfigurations(Set<NewsConfiguration> calendars) Setter for the fieldnewsConfigurations. -
Uses of NewsConfiguration in org.jasig.portlet.newsreader.adapter
Methods in org.jasig.portlet.newsreader.adapter with parameters of type NewsConfigurationModifier and TypeMethodDescriptionINewsAdapter.getSyndFeed(NewsConfiguration config, int page, int maxStories) getSyndFeed.RomeAdapter.getSyndFeed(NewsConfiguration config, int page, int maxStories) getSyndFeed. -
Uses of NewsConfiguration in org.jasig.portlet.newsreader.dao
Methods in org.jasig.portlet.newsreader.dao that return NewsConfigurationModifier and TypeMethodDescriptionHibernateNewsStore.getNewsConfiguration(Long id) Retrieve a news configuration.NewsStore.getNewsConfiguration(Long id) Retrieve a news configuration.Methods in org.jasig.portlet.newsreader.dao that return types with arguments of type NewsConfigurationModifier and TypeMethodDescriptionHibernateNewsStore.getNewsConfigurations(String subscribeId) Retrieve a list of news configurations for the specified portlet.NewsStore.getNewsConfigurations(String subscribeId) Retrieve a list of news configurations for the specified portlet.Methods in org.jasig.portlet.newsreader.dao with parameters of type NewsConfigurationModifier and TypeMethodDescriptionvoidHibernateNewsStore.deleteNewsConfiguration(NewsConfiguration configuration) Remove a news configuration from the data storevoidNewsStore.deleteNewsConfiguration(NewsConfiguration configuration) Remove a news configuration from the data storevoidHibernateNewsStore.storeNewsConfiguration(NewsConfiguration configuration) Save or update a news configuration.voidNewsStore.storeNewsConfiguration(NewsConfiguration configuration) Save or update a news configuration. -
Uses of NewsConfiguration in org.jasig.portlet.newsreader.mvc
Methods in org.jasig.portlet.newsreader.mvc that return types with arguments of type NewsConfigurationModifier and TypeMethodDescriptionstatic List<NewsConfiguration> AbstractNewsController.filterNonWhitelistedConfigurations(javax.portlet.PortletRequest req, Collection<NewsConfiguration> items) Utility function for filtering a collection of NewsConfiguration objects based on the Whitelist for this portlet-definition.Method parameters in org.jasig.portlet.newsreader.mvc with type arguments of type NewsConfigurationModifier and TypeMethodDescriptionstatic List<NewsConfiguration> AbstractNewsController.filterNonWhitelistedConfigurations(javax.portlet.PortletRequest req, Collection<NewsConfiguration> items) Utility function for filtering a collection of NewsConfiguration objects based on the Whitelist for this portlet-definition. -
Uses of NewsConfiguration in org.jasig.portlet.newsreader.service
Methods in org.jasig.portlet.newsreader.service that return types with arguments of type NewsConfigurationModifier and TypeMethodDescriptionNewsConfigurationWhitelist.filter(javax.portlet.PortletRequest req, Collection<NewsConfiguration> items) filter.Method parameters in org.jasig.portlet.newsreader.service with type arguments of type NewsConfigurationModifier and TypeMethodDescriptionNewsConfigurationWhitelist.filter(javax.portlet.PortletRequest req, Collection<NewsConfiguration> items) filter.