|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NewsDefinition | |
|---|---|
| org.jasig.portlet.newsreader | |
| org.jasig.portlet.newsreader.dao | |
| Uses of NewsDefinition in org.jasig.portlet.newsreader |
|---|
| Subclasses of NewsDefinition in org.jasig.portlet.newsreader | |
|---|---|
class |
PredefinedNewsDefinition
PredefinedNewsDefinition represents a built-in news definition. |
class |
UserDefinedNewsDefinition
UserDefinedNewsDefinition represents a user-added news definition. |
| Methods in org.jasig.portlet.newsreader that return NewsDefinition | |
|---|---|
NewsDefinition |
NewsConfiguration.getNewsDefinition()
Get the NewsDefinition for the news being configured. |
| Methods in org.jasig.portlet.newsreader with parameters of type NewsDefinition | |
|---|---|
int |
NewsDefinition.compareTo(NewsDefinition def)
|
void |
NewsConfiguration.setNewsDefinition(NewsDefinition definition)
Set the NewsDefinition for the news being configured. |
| Uses of NewsDefinition in org.jasig.portlet.newsreader.dao |
|---|
| Methods in org.jasig.portlet.newsreader.dao that return NewsDefinition | |
|---|---|
NewsDefinition |
HibernateNewsStore.getNewsDefinition(Long id)
|
NewsDefinition |
NewsStore.getNewsDefinition(Long id)
Retrieve a news definition. |
| Methods in org.jasig.portlet.newsreader.dao with parameters of type NewsDefinition | |
|---|---|
void |
HibernateNewsStore.storeNewsDefinition(NewsDefinition listing)
|
void |
NewsStore.storeNewsDefinition(NewsDefinition definition)
Save or update a news definition. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||