Uses of Interface
org.jasig.portal.channel.dao.IChannelDefinitionDao

Packages that use IChannelDefinitionDao
org.jasig.portal.channel   
org.jasig.portal.channel.dao.jpa   
org.jasig.portal.portlet.dao.jpa   
 

Uses of IChannelDefinitionDao in org.jasig.portal.channel
 

Methods in org.jasig.portal.channel with parameters of type IChannelDefinitionDao
 void JpaChannelRegistryStore.setChannelDao(IChannelDefinitionDao channelDao)
          Deprecated. Set the dao for channel definition persistence.
 

Uses of IChannelDefinitionDao in org.jasig.portal.channel.dao.jpa
 

Classes in org.jasig.portal.channel.dao.jpa that implement IChannelDefinitionDao
 class JpaChannelDefinitionDao
          JPA/Hibernate implementation of IChannelDefinitionDao.
 

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

Methods in org.jasig.portal.portlet.dao.jpa with parameters of type IChannelDefinitionDao
 void JpaPortletDefinitionDao.setChannelDefinitionDao(IChannelDefinitionDao channelDefinitionDao)
           
 



Copyright © 2010 Jasig. All Rights Reserved.