Uses of Interface
org.jasig.portlet.cms.service.dao.IContentDao

Packages that use IContentDao
org.jasig.portlet.cms.mvc.portlet   
org.jasig.portlet.cms.service.dao   
 

Uses of IContentDao in org.jasig.portlet.cms.mvc.portlet
 

Methods in org.jasig.portlet.cms.mvc.portlet with parameters of type IContentDao
 void SearchContentController.setContentDao(IContentDao contentDao)
           
 void ConfigureContentController.setContentDao(IContentDao contentDao)
           
 void ViewContentController.setContentDao(IContentDao contentDao)
           
 

Uses of IContentDao in org.jasig.portlet.cms.service.dao
 

Classes in org.jasig.portlet.cms.service.dao that implement IContentDao
 class PortletPreferencesContentDaoImpl
          PortletPreferencesContentDaoImpl is an implementation of the IContentDao interface that uses simple portlet preferences as a store for HTML content.
 



Copyright © 2011 Jasig. All Rights Reserved.