com.sap.portal.feeds.providers
Interface IChannelEntryProvider
public interface IChannelEntryProvider
Enables implementing a custom channel entry provider.
Implementations of this interface should be registered with the feed service via the
IProviderManager.registerChannelEntryProvider(String, IChannelEntryProvider) method.
To create channels associated with a provider implementation, create a channel template with the
"com.sap.portal.feeds.config.channel.type" property set to the provider key used for registration.
getChannelEntries
IChannelEntries getChannelEntries(IChannel channel,
Object user,
Locale locale,
Map<Object,Object> additionalParams)
- Returns the entries from the data source denoted by the specified channel, as well as
any exception that occurred during the channel execution.
- Parameters:
channel - the channeluser - the userlocale - the localeadditionalParams - the additional parameters
- Returns:
- The entries from the data source denoted by the specified channel
Copyright 2013 SAP AG Complete Copyright Notice