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.
KEY
static final String KEY
- See Also:
- Constant Field Values
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'srequest - the requestadditionalParams - the additional parameters
- Returns:
- The feed entries for the requested enterprise feeds
- Throws:
FeedsAggregationException
Copyright 2013 SAP AG Complete Copyright Notice