org.jasig.portlet.newsreader.service
Class UnsharedNewsSetServiceImpl

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

public class UnsharedNewsSetServiceImpl
extends Object
implements NewsSetResolvingService


Constructor Summary
UnsharedNewsSetServiceImpl()
           
 
Method Summary
 NewsSet getNewsSet(Long id, 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

UnsharedNewsSetServiceImpl

public UnsharedNewsSetServiceImpl()
Method Detail

getNewsSet

public NewsSet getNewsSet(Long id,
                          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 assocoiated with the calling portelt via a PortletPreference.

Specified by:
getNewsSet in interface NewsSetResolvingService

setNewsStore

public void setNewsStore(NewsStore newsStore)


Copyright © 2009-2010 Jasig. All Rights Reserved.