public class NewsService extends Object
NewsService is a static Cover for the NewsService; see that interface for usage details.
| Modifier and Type | Field and Description |
|---|---|
static String |
REFERENCE_ROOT |
static String |
SERVICE_NAME |
| Constructor and Description |
|---|
NewsService() |
| Modifier and Type | Method and Description |
|---|---|
static NewsChannel |
getChannel(String param0) |
static NewsService |
getInstance()
Access the component instance: special cover only method.
|
static List |
getNewsitems(String param0) |
static List |
getNewsitems(String param0,
org.sakaiproject.javax.Filter param1) |
static boolean |
isUpdateAvailable(String param0) |
static void |
removeChannel(String param0) |
public static final String SERVICE_NAME
public static final String REFERENCE_ROOT
public static NewsService getInstance()
public static void removeChannel(String param0)
public static List getNewsitems(String param0) throws NewsConnectionException, NewsFormatException
public static List getNewsitems(String param0, org.sakaiproject.javax.Filter param1) throws NewsConnectionException, NewsFormatException
public static boolean isUpdateAvailable(String param0)
public static NewsChannel getChannel(String param0) throws NewsConnectionException, NewsFormatException
Copyright © 2003-2016 The Sakai Foundation. All Rights Reserved.