org.jasig.portlet.newsreader.service
Class SharedNewsSetServiceImpl
java.lang.Object
org.jasig.portlet.newsreader.service.SharedNewsSetServiceImpl
- All Implemented Interfaces:
- NewsSetResolvingService
public class SharedNewsSetServiceImpl
- extends Object
- implements NewsSetResolvingService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharedNewsSetServiceImpl
public SharedNewsSetServiceImpl()
getNewsSet
public NewsSet getNewsSet(String fname,
javax.portlet.PortletRequest 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.