| 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 |
|---|---|
PaginatingNewsFeed |
INewsAdapter.getSyndFeed(NewsConfiguration config,
int page,
int maxStories) |
PaginatingNewsFeed |
RomeAdapter.getSyndFeed(NewsConfiguration config,
int page,
int maxStories) |
| 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.filterNonWhitelistedConfigurations(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.filterNonWhitelistedConfigurations(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 |
|---|---|
List<NewsConfiguration> |
NewsConfigurationWhitelist.filter(javax.portlet.PortletRequest req,
Collection<NewsConfiguration> items) |
| Modifier and Type | Method and Description |
|---|---|
List<NewsConfiguration> |
NewsConfigurationWhitelist.filter(javax.portlet.PortletRequest req,
Collection<NewsConfiguration> items) |
Copyright © 2009-2016 Apereo. All Rights Reserved.