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

Packages that use IPortletEntityDao
org.jasig.portal.portlet.dao.jpa   
org.jasig.portal.portlet.dao.trans   
org.jasig.portal.portlet.registry   
 

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

Classes in org.jasig.portal.portlet.dao.jpa that implement IPortletEntityDao
 class JpaPortletEntityDao
           
 

Uses of IPortletEntityDao in org.jasig.portal.portlet.dao.trans
 

Classes in org.jasig.portal.portlet.dao.trans that implement IPortletEntityDao
 class TransientPortletEntityDao
          Handles entity management for transient portlets, portlets that aren't permanant parts of the user's layout.
 

Methods in org.jasig.portal.portlet.dao.trans that return IPortletEntityDao
 IPortletEntityDao TransientPortletEntityDao.getDelegatePortletEntityDao()
           
 

Methods in org.jasig.portal.portlet.dao.trans with parameters of type IPortletEntityDao
 void TransientPortletEntityDao.setDelegatePortletEntityDao(IPortletEntityDao delegatePortletEntityDao)
          The IPortletEntityDao to delegate calls to for actualy persistence
 

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

Methods in org.jasig.portal.portlet.registry that return IPortletEntityDao
 IPortletEntityDao PortletEntityRegistryImpl.getPortletEntityDao()
           
 

Methods in org.jasig.portal.portlet.registry with parameters of type IPortletEntityDao
 void PortletEntityRegistryImpl.setPortletEntityDao(IPortletEntityDao portletEntityDao)
           
 



Copyright © 2010 Jasig. All Rights Reserved.