Uses of Class
org.jasig.portlet.newsreader.NewsDefinition
Packages that use NewsDefinition
-
Uses of NewsDefinition in org.jasig.portlet.newsreader
Subclasses of NewsDefinition in org.jasig.portlet.newsreaderModifier and TypeClassDescriptionclassPredefinedNewsDefinition represents a built-in news definition.classUserDefinedNewsDefinition represents a user-added news definition.Methods in org.jasig.portlet.newsreader that return NewsDefinitionModifier and TypeMethodDescriptionNewsConfiguration.getNewsDefinition()Get the NewsDefinition for the news being configured.Methods in org.jasig.portlet.newsreader with parameters of type NewsDefinitionModifier and TypeMethodDescriptionintNewsDefinition.compareTo(NewsDefinition def) voidNewsConfiguration.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 NewsDefinitionModifier and TypeMethodDescriptionHibernateNewsStore.getNewsDefinition(Long id) Retrieve a news definition.NewsStore.getNewsDefinition(Long id) Retrieve a news definition.Methods in org.jasig.portlet.newsreader.dao with parameters of type NewsDefinitionModifier and TypeMethodDescriptionvoidHibernateNewsStore.storeNewsDefinition(NewsDefinition listing) Save or update a news definition.voidNewsStore.storeNewsDefinition(NewsDefinition definition) Save or update a news definition.