| Package | Description |
|---|---|
| org.jasig.portlet.newsreader | |
| org.jasig.portlet.newsreader.dao | |
| org.jasig.portlet.newsreader.mvc |
| Modifier and Type | Method and Description |
|---|---|
Set<PredefinedNewsConfiguration> |
PredefinedNewsDefinition.getUserConfigurations()
Get all the user configurations for this news definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredefinedNewsDefinition.addUserConfiguration(PredefinedNewsConfiguration config)
Add a user configuration for this news definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredefinedNewsDefinition.setUserConfigurations(Set<PredefinedNewsConfiguration> configurations)
Set the user configurations for this news definition
|
| Modifier and Type | Method and Description |
|---|---|
List<PredefinedNewsConfiguration> |
NewsStore.getPredefinedNewsConfigurations()
Retrieve a list of all pre-defined news configurations.
|
List<PredefinedNewsConfiguration> |
HibernateNewsStore.getPredefinedNewsConfigurations() |
List<PredefinedNewsConfiguration> |
NewsStore.getPredefinedNewsConfigurations(Long setId,
boolean visibleOnly)
Retrieve a list of pre-defined news configurations for
the specified portlet.
|
List<PredefinedNewsConfiguration> |
HibernateNewsStore.getPredefinedNewsConfigurations(Long setId,
boolean visibleOnly) |
| Modifier and Type | Field and Description |
|---|---|
static Whitelist.Callback<PredefinedNewsConfiguration> |
AbstractNewsController.WHITELIST_CALLBACK |
Copyright © 2009-2015 Jasig. All Rights Reserved.