| Package | Description |
|---|---|
| org.jasig.portlet.newsreader | |
| org.jasig.portlet.newsreader.adapter | |
| org.jasig.portlet.newsreader.dao | |
| org.jasig.portlet.newsreader.mvc |
| Modifier and Type | Class and Description |
|---|---|
class |
PredefinedNewsConfiguration
PredefinedNewsConfiguration represents a user configuration of a built-in
news definition.
|
class |
UserDefinedNewsConfiguration
UserDefinedNewsConfiguration represents a user-created news configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Set<NewsConfiguration> |
NewsSet.getNewsConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
NewsSet.addNewsConfiguration(NewsConfiguration config) |
int |
NewsConfiguration.compareTo(NewsConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
NewsSet.setNewsConfigurations(Set<NewsConfiguration> calendars) |
| Modifier and Type | Method and Description |
|---|---|
NewsFeed |
RomeAdapter.getSyndFeed(NewsConfiguration config,
int page) |
NewsFeed |
INewsAdapter.getSyndFeed(NewsConfiguration config,
int page) |
| Modifier and Type | Method and Description |
|---|---|
NewsConfiguration |
NewsStore.getNewsConfiguration(Long id)
Retrieve a news configuration.
|
NewsConfiguration |
HibernateNewsStore.getNewsConfiguration(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<NewsConfiguration> |
NewsStore.getNewsConfigurations(String subscribeId)
Retrieve a list of news configurations for the specified portlet.
|
List<NewsConfiguration> |
HibernateNewsStore.getNewsConfigurations(String subscribeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
NewsStore.deleteNewsConfiguration(NewsConfiguration configuration)
Remove a news configuration from the data store
|
void |
HibernateNewsStore.deleteNewsConfiguration(NewsConfiguration configuration) |
void |
NewsStore.storeNewsConfiguration(NewsConfiguration configuration)
Save or update a news configuration.
|
void |
HibernateNewsStore.storeNewsConfiguration(NewsConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static List<NewsConfiguration> |
AbstractNewsController.filterNonWhitelistedPredefinedConfigurations(javax.portlet.PortletRequest req,
Collection<NewsConfiguration> items)
Utility function for filtering a collection of NewsConfiguration objects
based on the Whitelist for this portlet-definition.
|
| Modifier and Type | Method and Description |
|---|---|
static List<NewsConfiguration> |
AbstractNewsController.filterNonWhitelistedPredefinedConfigurations(javax.portlet.PortletRequest req,
Collection<NewsConfiguration> items)
Utility function for filtering a collection of NewsConfiguration objects
based on the Whitelist for this portlet-definition.
|
Copyright © 2009-2015 Jasig. All Rights Reserved.