com.sap.portal.feeds

Interface IEntryGroup


public interface IEntryGroup

A group of feed entries from a single enterprise feed or channel. An entry group has a title, a description and an icon URI.


Method Summary
 String getDescription()
          Returns the description of this entry group.
 List<IFeedEntry> getEntries()
          Returns the feed entries of this entry group.
 List<? extends FeedsAggregationException> getExceptions()
          Returns a list of exceptions that occurred while fetching the feed entries.
 URI getIconURI()
          Returns the icon URI for this entry group.
 double getSortPriority()
          Returns the sort priority value of this entry group.
 String getTitle()
          Returns the title of this entry group.
 

Method Detail

getTitle

String getTitle()
Returns the title of this entry group.

Returns:
The title of this entry group

getDescription

String getDescription()
Returns the description of this entry group.

Returns:
The description of this entry group

getIconURI

URI getIconURI()
Returns the icon URI for this entry group.

Returns:
The icon URI for this entry group

getSortPriority

double getSortPriority()
Returns the sort priority value of this entry group.
The sort priority is used to sort the list of groups returned by the IFeedEntries.getEntriesByGroup() method. The groups are sorted in ascending order.

Returns:
The sort priority value of this entry group.

getEntries

List<IFeedEntry> getEntries()
Returns the feed entries of this entry group.

Returns:
The feed entries of this entry group

getExceptions

List<? extends FeedsAggregationException> getExceptions()
Returns a list of exceptions that occurred while fetching the feed entries.

Returns:
A list of exceptions that occurred while fetching the feed entries


Copyright 2013 SAP AG Complete Copyright Notice