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

Packages that use PredefinedNewsConfiguration
org.jasig.portlet.newsreader   
org.jasig.portlet.newsreader.dao   
 

Uses of PredefinedNewsConfiguration in org.jasig.portlet.newsreader
 

Methods in org.jasig.portlet.newsreader that return types with arguments of type PredefinedNewsConfiguration
 Set<PredefinedNewsConfiguration> PredefinedNewsDefinition.getUserConfigurations()
          Get all the user configurations for this news definition
 

Methods in org.jasig.portlet.newsreader with parameters of type PredefinedNewsConfiguration
 void PredefinedNewsDefinition.addUserConfiguration(PredefinedNewsConfiguration config)
          Add a user configuration for this news definition
 

Method parameters in org.jasig.portlet.newsreader with type arguments of type PredefinedNewsConfiguration
 void PredefinedNewsDefinition.setUserConfigurations(Set<PredefinedNewsConfiguration> configurations)
          Set the user configurations for this news definition
 

Uses of PredefinedNewsConfiguration in org.jasig.portlet.newsreader.dao
 

Methods in org.jasig.portlet.newsreader.dao that return types with arguments of type PredefinedNewsConfiguration
 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)
           
 



Copyright © 2009-2011 Jasig. All Rights Reserved.