Interface NewsSetResolvingService

All Known Implementing Classes:
SharedNewsSetServiceImpl

public interface NewsSetResolvingService

NewsSetResolvingService interface.

Since:
5.1.1
Author:
bgonzalez
  • Method Summary

    Modifier and Type
    Method
    Description
    getNewsSet(String fname, javax.portlet.PortletRequest request)
    Returns a NewsSet based on the implemented algorithem.
  • Method Details

    • getNewsSet

      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.
      Parameters:
      fname - a String object
      request - a PortletRequest object
      Returns:
      a NewsSet object