|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NewsConfiguration | |
|---|---|
| org.jasig.portlet.newsreader | |
| org.jasig.portlet.newsreader.adapter | |
| org.jasig.portlet.newsreader.dao | |
| org.jasig.portlet.newsreader.mvc.portlet.singlefeed | |
| Uses of NewsConfiguration in org.jasig.portlet.newsreader |
|---|
| Subclasses of NewsConfiguration in org.jasig.portlet.newsreader | |
|---|---|
class |
PredefinedNewsConfiguration
PredefinedNewsConfiguration represents a user configuration of a built-in news definition. |
class |
UserDefinedNewsConfiguration
UserDefinedNewsConfiguration represents a user-created news configuration. |
| Methods in org.jasig.portlet.newsreader that return types with arguments of type NewsConfiguration | |
|---|---|
Set<NewsConfiguration> |
NewsSet.getNewsConfigurations()
|
| Methods in org.jasig.portlet.newsreader with parameters of type NewsConfiguration | |
|---|---|
void |
NewsSet.addNewsConfiguration(NewsConfiguration config)
|
int |
NewsConfiguration.compareTo(NewsConfiguration config)
|
| Method parameters in org.jasig.portlet.newsreader with type arguments of type NewsConfiguration | |
|---|---|
void |
NewsSet.setNewsConfigurations(Set<NewsConfiguration> calendars)
|
| Uses of NewsConfiguration in org.jasig.portlet.newsreader.adapter |
|---|
| Methods in org.jasig.portlet.newsreader.adapter with parameters of type NewsConfiguration | |
|---|---|
NewsFeed |
RomeAdapter.getSyndFeed(NewsConfiguration config,
javax.portlet.PortletRequest request)
|
NewsFeed |
INewsAdapter.getSyndFeed(NewsConfiguration config,
javax.portlet.PortletRequest request)
|
| Uses of NewsConfiguration in org.jasig.portlet.newsreader.dao |
|---|
| Methods in org.jasig.portlet.newsreader.dao that return NewsConfiguration | |
|---|---|
NewsConfiguration |
NewsStore.getNewsConfiguration(Long id)
Retrieve a news configuration. |
NewsConfiguration |
HibernateNewsStore.getNewsConfiguration(Long id)
|
| Methods in org.jasig.portlet.newsreader.dao that return types with arguments of type NewsConfiguration | |
|---|---|
List<NewsConfiguration> |
NewsStore.getNewsConfigurations(String subscribeId)
Retrieve a list of news configurations for the specified portlet. |
List<NewsConfiguration> |
HibernateNewsStore.getNewsConfigurations(String subscribeId)
|
| Methods in org.jasig.portlet.newsreader.dao with parameters of type NewsConfiguration | |
|---|---|
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)
|
| Uses of NewsConfiguration in org.jasig.portlet.newsreader.mvc.portlet.singlefeed |
|---|
| Methods in org.jasig.portlet.newsreader.mvc.portlet.singlefeed that return NewsConfiguration | |
|---|---|
protected NewsConfiguration |
SingleFeedNewsController.getFeedConfiguration(javax.portlet.PortletPreferences prefs)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||