com.sap.portal.feeds.providers

Interface IChannelEntries


public interface IChannelEntries

The result of a channel execution, which includes the feed entries and any exceptions that have occurred.


Method Summary
 List<IFeedEntry> getEntries()
          Returns the feed entries.
 List<ChannelException> getExceptions()
          Returns the exceptions thrown while retrieving feed entries.
 

Method Detail

getEntries

List<IFeedEntry> getEntries()
Returns the feed entries.

Returns:
The feeds entries

getExceptions

List<ChannelException> getExceptions()
Returns the exceptions thrown while retrieving feed entries.

Returns:
The exceptions thrown while retrieving feed entries


Copyright 2013 SAP AG Complete Copyright Notice