com.sap.portal.feeds

Interface IFeedsService


public interface IFeedsService

Enables retrieving entries for one or more pre-configured Enterprise Feed objects (see IEnterpriseFeed).

This interface is not intended to be implemented by customers.


Field Summary
static String KEY
           
 
Method Summary
 IFeedEntries getFeedEntries(String[] feedIDs, com.sapportals.portal.prt.component.IPortalComponentRequest request, Map<Object,Object> additionalParams)
          Returns the entries for the specified enterprise feeds.
 

Field Detail

KEY

static final String KEY
See Also:
Constant Field Values
Method Detail

getFeedEntries

IFeedEntries getFeedEntries(String[] feedIDs,
                            com.sapportals.portal.prt.component.IPortalComponentRequest request,
                            Map<Object,Object> additionalParams)
                            throws FeedsAggregationException
Returns the entries for the specified enterprise feeds. Additional parameters can be provided - these parameters will be passed to the channel entry providers that take part in the process (see: IChannelEntryProvider.getChannelEntries(com.sap.portal.feeds.config.channel.IChannel, Object, Locale, Map)).

Parameters:
feedIDs - an array of IEnterpriseFeed object ID's
request - the request
additionalParams - the additional parameters
Returns:
The feed entries for the requested enterprise feeds
Throws:
FeedsAggregationException


Copyright 2013 SAP AG Complete Copyright Notice