org.jasig.portlet.newsreader
Class UserDefinedNewsConfiguration
java.lang.Object
org.jasig.portlet.newsreader.NewsConfiguration
org.jasig.portlet.newsreader.UserDefinedNewsConfiguration
- All Implemented Interfaces:
- Comparable<NewsConfiguration>
public class UserDefinedNewsConfiguration
- extends NewsConfiguration
UserDefinedNewsConfiguration represents a user-created news configuration.
There should only be one news configuration for each user-defined news
definition. Since this is a one-to-one relationship, the
UserDefinedNewsConfiguration doesn't need to define an extra bucket for
user-specific configuration information.
- Author:
- Anthony Colebourne, Jen Bourey
| Methods inherited from class org.jasig.portlet.newsreader.NewsConfiguration |
compareTo, getId, getNewsDefinition, getNewsSet, isActive, isDisplayed, setActive, setDisplayed, setId, setNewsDefinition, setNewsSet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserDefinedNewsConfiguration
public UserDefinedNewsConfiguration()
- Default Constructor
Copyright © 2009-2013 Jasig. All Rights Reserved.