A C E G H I N O R S 

A

addNewsitem(NewsItem) - Method in interface org.sakaiproject.news.api.NewsChannel
 

C

compareTo(Object) - Method in interface org.sakaiproject.news.api.NewsChannel
Checks the relative ordering of the String url's of two Channels.

E

equals(Object) - Method in interface org.sakaiproject.news.api.NewsChannel
Checks whether the parameter obj refers to the same channel as "this" channel.

G

getChannel(String) - Method in interface org.sakaiproject.news.api.NewsService
Retrieves a NewsChannel object indexed by a URL.
getChannel(String) - Static method in class org.sakaiproject.news.cover.NewsService
 
getCopyright() - Method in interface org.sakaiproject.news.api.NewsChannel
 
getDescription() - Method in interface org.sakaiproject.news.api.NewsChannel
 
getDescription() - Method in interface org.sakaiproject.news.api.NewsItem
Access the description (or body) of the NewsItem.
getInstance() - Static method in class org.sakaiproject.news.cover.NewsService
Access the component instance: special cover only method.
getLanguage() - Method in interface org.sakaiproject.news.api.NewsChannel
 
getLastbuilddate() - Method in interface org.sakaiproject.news.api.NewsChannel
 
getLastbuilddateInDateFormat() - Method in interface org.sakaiproject.news.api.NewsChannel
 
getLength() - Method in interface org.sakaiproject.news.api.NewsItemEnclosure
Access the length in Bytes of the enclosed item.
getLink() - Method in interface org.sakaiproject.news.api.NewsChannel
 
getLink() - Method in interface org.sakaiproject.news.api.NewsItem
Access the URL where the complete story can be found.
getNewsitems() - Method in interface org.sakaiproject.news.api.NewsChannel
Accesses a list of all news items from this rss news feed.
getNewsitems(Filter) - Method in interface org.sakaiproject.news.api.NewsChannel
Accesses a filtered list of news items from this rss news feed.
getNewsitems(String) - Method in interface org.sakaiproject.news.api.NewsService
Retrieves a list of items from an rss feed.
getNewsitems(String, Filter) - Method in interface org.sakaiproject.news.api.NewsService
Retrieves a list of items from an rss feed.
getNewsitems(String) - Static method in class org.sakaiproject.news.cover.NewsService
 
getNewsitems(String, Filter) - Static method in class org.sakaiproject.news.cover.NewsService
 
getPubdate() - Method in interface org.sakaiproject.news.api.NewsChannel
 
getPubdate() - Method in interface org.sakaiproject.news.api.NewsItem
Access the time when the NewsItem was updated.
getPubdateInDateFormat() - Method in interface org.sakaiproject.news.api.NewsChannel
 
getPubdateInDateFormat() - Method in interface org.sakaiproject.news.api.NewsItem
 
getSource() - Method in interface org.sakaiproject.news.api.NewsChannel
 
getTitle() - Method in interface org.sakaiproject.news.api.NewsChannel
 
getTitle() - Method in interface org.sakaiproject.news.api.NewsItem
Access the title of the NewsItem.
getType() - Method in interface org.sakaiproject.news.api.NewsItemEnclosure
Access the type of the enclosure.
getUrl() - Method in interface org.sakaiproject.news.api.NewsItemEnclosure
Access the Url of the enclosed item.

H

hashCode() - Method in interface org.sakaiproject.news.api.NewsChannel
Calculates a hash code for the channel object's URL.

I

isUpdateAvailable() - Method in interface org.sakaiproject.news.api.NewsChannel
Checks whether an update is available for the rss news feed.
isUpdateAvailable(String) - Method in interface org.sakaiproject.news.api.NewsService
Checks whether an update is available for the rss news feed.
isUpdateAvailable(String) - Static method in class org.sakaiproject.news.cover.NewsService
 

N

NewsChannel - Interface in org.sakaiproject.news.api
NewsChannel is the interface for a Sakai News service News channel.
NewsConnectionException - Exception in org.sakaiproject.news.api
NewsConnectionException is thrown whenever the NewsService is unable to make a connection or obtain a file specified by a source URL.
NewsConnectionException(String) - Constructor for exception org.sakaiproject.news.api.NewsConnectionException
 
NewsFormatException - Exception in org.sakaiproject.news.api
NewsFormatException is thrown whenever a news feed cannot be read by the NewsService because a source URL specifies a file that is not in RSS format.
NewsFormatException(String) - Constructor for exception org.sakaiproject.news.api.NewsFormatException
 
NewsItem - Interface in org.sakaiproject.news.api
NewsItem is the Interface for a Sakai News message.
NewsItemEnclosure - Interface in org.sakaiproject.news.api
NewsItemEnclosure is the Interface for a Sakai News message enclsoure.
NewsService - Interface in org.sakaiproject.news.api
NewsService is the interface for retrieving and caching news items from a rss news feed.
NewsService - Class in org.sakaiproject.news.cover
NewsService is a static Cover for the NewsService; see that interface for usage details.
NewsService() - Constructor for class org.sakaiproject.news.cover.NewsService
 

O

org.sakaiproject.news.api - package org.sakaiproject.news.api
 
org.sakaiproject.news.cover - package org.sakaiproject.news.cover
 

R

REFERENCE_ROOT - Static variable in interface org.sakaiproject.news.api.NewsService
This string starts the references to resources in this service.
REFERENCE_ROOT - Static variable in class org.sakaiproject.news.cover.NewsService
 
removeChannel(String) - Method in interface org.sakaiproject.news.api.NewsService
Retrieves a list of rss feeds that are being used.
removeChannel(String) - Static method in class org.sakaiproject.news.cover.NewsService
 

S

SERVICE_NAME - Static variable in interface org.sakaiproject.news.api.NewsService
This string can be used to find the service in the service manager.
SERVICE_NAME - Static variable in class org.sakaiproject.news.cover.NewsService
 
setCopyright(String) - Method in interface org.sakaiproject.news.api.NewsChannel
 
setDescription(String) - Method in interface org.sakaiproject.news.api.NewsChannel
 
setDescription(String) - Method in interface org.sakaiproject.news.api.NewsItem
Set the description of the NewsItem.
setLanguage(String) - Method in interface org.sakaiproject.news.api.NewsChannel
 
setLastbuilddate(String) - Method in interface org.sakaiproject.news.api.NewsChannel
 
setLength(long) - Method in interface org.sakaiproject.news.api.NewsItemEnclosure
Set the length in Bytes of the enclosed item.
setLink(String) - Method in interface org.sakaiproject.news.api.NewsChannel
 
setLink(String) - Method in interface org.sakaiproject.news.api.NewsItem
Set the URL where the complete story can be found.
setNewsitems(List) - Method in interface org.sakaiproject.news.api.NewsChannel
 
setPubdate(String) - Method in interface org.sakaiproject.news.api.NewsChannel
 
setPubdate(String) - Method in interface org.sakaiproject.news.api.NewsItem
Set the time when the NewsItem was updated.
setSource(String) - Method in interface org.sakaiproject.news.api.NewsChannel
 
setTitle(String) - Method in interface org.sakaiproject.news.api.NewsChannel
 
setTitle(String) - Method in interface org.sakaiproject.news.api.NewsItem
Set the title of the NewsItem.
setType(String) - Method in interface org.sakaiproject.news.api.NewsItemEnclosure
Set the type of the enclosure.
setUrl(String) - Method in interface org.sakaiproject.news.api.NewsItemEnclosure
Set the url of the enclosure.
A C E G H I N O R S 

Copyright © 2003-2015 The Sakai Foundation. All Rights Reserved.