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

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

Uses of UserDefinedNewsConfiguration in org.jasig.portlet.newsreader
 

Methods in org.jasig.portlet.newsreader that return UserDefinedNewsConfiguration
 UserDefinedNewsConfiguration UserDefinedNewsDefinition.getUserConfiguration()
          Get the news configuration for this definition.
 

Methods in org.jasig.portlet.newsreader with parameters of type UserDefinedNewsConfiguration
 void UserDefinedNewsDefinition.setUserConfiguration(UserDefinedNewsConfiguration userConfiguration)
          Set the news configuration for this definition.
 

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

Methods in org.jasig.portlet.newsreader.dao that return types with arguments of type UserDefinedNewsConfiguration
 List<UserDefinedNewsConfiguration> HibernateNewsStore.getUserDefinedNewsConfigurations(Long setId, boolean visibleOnly)
           
 List<UserDefinedNewsConfiguration> NewsStore.getUserDefinedNewsConfigurations(Long setId, boolean visibleOnly)
          Retrieve a list of user-defined news configurations for the specified portlet.
 



Copyright © 2009-2013 Jasig. All Rights Reserved.