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
 java.util.List<UserDefinedNewsConfiguration> NewsStore.getUserDefinedNewsConfigurations(java.lang.Long setId, boolean visibleOnly)
          Retrieve a list of user-defined news configurations for the specified portlet.
 java.util.List<UserDefinedNewsConfiguration> HibernateNewsStore.getUserDefinedNewsConfigurations(java.lang.Long setId, boolean visibleOnly)
           
 



Copyright © 2009-2011 Jasig. All Rights Reserved.