org.jasig.portlet.newsreader.service
Interface NewsSetResolvingService

All Known Implementing Classes:
SharedNewsSetServiceImpl, UnsharedNewsSetServiceImpl

public interface NewsSetResolvingService


Method Summary
 NewsSet getNewsSet(Long id, javax.portlet.ActionRequest request)
          Returns a NewsSet based on the implemented algorithem.
 

Method Detail

getNewsSet

NewsSet getNewsSet(Long id,
                   javax.portlet.ActionRequest request)
Returns a NewsSet based on the implemented algorithem. Returned NewsSets are 'initalised' (loaded with pushed feeds). The returned NewsSet is assocoiated with the calling portelt via a PortletPreference.



Copyright © 2009-2010 Jasig. All Rights Reserved.