Class SharedNewsSetServiceImpl
java.lang.Object
org.jasig.portlet.newsreader.service.SharedNewsSetServiceImpl
- All Implemented Interfaces:
NewsSetResolvingService
@Service("setCreationService")
public class SharedNewsSetServiceImpl
extends Object
implements NewsSetResolvingService
SharedNewsSetServiceImpl class.
- Since:
- 5.1.1
- Author:
- bgonzalez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNewsSet(String fname, javax.portlet.PortletRequest request) Returns a NewsSet based on the implemented algorithem.voidsetNewsStore(NewsStore newsStore) Setter for the fieldnewsStore.
-
Constructor Details
-
SharedNewsSetServiceImpl
public SharedNewsSetServiceImpl()
-
-
Method Details
-
setNewsStore
Setter for the field
newsStore.- Parameters:
newsStore- aNewsStoreobject
-
getNewsSet
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:
getNewsSetin interfaceNewsSetResolvingService- Parameters:
fname- aStringobjectrequest- aPortletRequestobject- Returns:
- a
NewsSetobject
-