Class SharedNewsSetServiceImpl

java.lang.Object
org.jasig.portlet.newsreader.service.SharedNewsSetServiceImpl
All Implemented Interfaces:
NewsSetResolvingService

@Service("setCreationService") public class SharedNewsSetServiceImpl extends Object implements NewsSetResolvingService

SharedNewsSetServiceImpl class.

Since:
5.1.1
Author:
bgonzalez
  • Constructor Details

    • SharedNewsSetServiceImpl

      public SharedNewsSetServiceImpl()
  • Method Details

    • setNewsStore

      @Autowired public void setNewsStore(NewsStore newsStore)

      Setter for the field newsStore.

      Parameters:
      newsStore - a NewsStore object
    • getNewsSet

      public NewsSet getNewsSet(String fname, javax.portlet.PortletRequest request)
      Returns a NewsSet based on the implemented algorithem. Returned NewsSets are 'initalised' (loaded with pushed feeds). The returned NewsSet is associated with the calling portlel via a PortletPreference.
      Specified by:
      getNewsSet in interface NewsSetResolvingService
      Parameters:
      fname - a String object
      request - a PortletRequest object
      Returns:
      a NewsSet object