Uses of Interface
org.jasig.portal.portlet.dao.IPortletDefinitionDao

Packages that use IPortletDefinitionDao
org.jasig.portal.portlet.dao.jpa   
org.jasig.portal.portlet.registry   
 

Uses of IPortletDefinitionDao in org.jasig.portal.portlet.dao.jpa
 

Classes in org.jasig.portal.portlet.dao.jpa that implement IPortletDefinitionDao
 class JpaPortletDefinitionDao
          JPA implementation of the portlet definition DAO
 

Methods in org.jasig.portal.portlet.dao.jpa that return IPortletDefinitionDao
 IPortletDefinitionDao JpaPortletEntityDao.getPortletDefinitionDao()
           
 

Methods in org.jasig.portal.portlet.dao.jpa with parameters of type IPortletDefinitionDao
 void JpaPortletEntityDao.setPortletDefinitionDao(IPortletDefinitionDao portletDefinitionDao)
           
 

Uses of IPortletDefinitionDao in org.jasig.portal.portlet.registry
 

Methods in org.jasig.portal.portlet.registry that return IPortletDefinitionDao
 IPortletDefinitionDao PortletDefinitionRegistryImpl.getPortletDefinitionDao()
           
 

Methods in org.jasig.portal.portlet.registry with parameters of type IPortletDefinitionDao
 void PortletDefinitionRegistryImpl.setPortletDefinitionDao(IPortletDefinitionDao portletDefinitionDao)
           
 



Copyright © 2010 Jasig. All Rights Reserved.