org.jasig.portlet.newsreader.service
Class SharedNewsSetServiceImpl

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

public class SharedNewsSetServiceImpl
extends java.lang.Object
implements NewsSetResolvingService


Constructor Summary
SharedNewsSetServiceImpl()
           
 
Method Summary
 NewsSet getNewsSet(java.lang.String fname, javax.portlet.ActionRequest request)
          Returns a NewsSet based on the implemented algorithem.
 void setNewsStore(NewsStore newsStore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedNewsSetServiceImpl

public SharedNewsSetServiceImpl()
Method Detail

getNewsSet

public NewsSet getNewsSet(java.lang.String fname,
                          javax.portlet.ActionRequest request)
Description copied from interface: NewsSetResolvingService
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

setNewsStore

public void setNewsStore(NewsStore newsStore)


Copyright © 2009-2011 Jasig. All Rights Reserved.