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.


Method Summary
 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.
 

Method Detail

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 channel
user - the user
locale - the locale
additionalParams - the additional parameters
Returns:
The entries from the data source denoted by the specified channel


Copyright 2013 SAP AG Complete Copyright Notice