Uses of Class
org.jasig.portlet.newsreader.NewsDefinition

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 NewsStore.getNewsDefinition(java.lang.Long id)
          Retrieve a news definition.
 NewsDefinition HibernateNewsStore.getNewsDefinition(java.lang.Long id)
           
 

Methods in org.jasig.portlet.newsreader.dao with parameters of type NewsDefinition
 void NewsStore.storeNewsDefinition(NewsDefinition definition)
          Save or update a news definition.
 void HibernateNewsStore.storeNewsDefinition(NewsDefinition listing)
           
 



Copyright © 2009-2011 Jasig. All Rights Reserved.