Uses of Class
de.nava.informa.impl.hibernate.ChannelGroup

Packages that use ChannelGroup
de.nava.informa.impl.hibernate Provides an implementation of the core news channel interfaces using persistence mechanism provided by Hibernate (for more see http://www.hibernate.org
de.nava.informa.utils Provides utility classes that are convenient when handling the news channel object model. 
 

Uses of ChannelGroup in de.nava.informa.impl.hibernate
 

Methods in de.nava.informa.impl.hibernate that return ChannelGroup
 ChannelGroup ChannelBuilder.reload(ChannelGroup group)
          Reloads group for use in new session.
 

Methods in de.nava.informa.impl.hibernate that return types with arguments of type ChannelGroup
 Set<ChannelGroup> Channel.getGroups()
           
 

Methods in de.nava.informa.impl.hibernate with parameters of type ChannelGroup
 ChannelGroup ChannelBuilder.reload(ChannelGroup group)
          Reloads group for use in new session.
 

Method parameters in de.nava.informa.impl.hibernate with type arguments of type ChannelGroup
 void Channel.setGroups(Set<ChannelGroup> aGroups)
           
 

Uses of ChannelGroup in de.nava.informa.utils
 

Methods in de.nava.informa.utils that return ChannelGroup
 ChannelGroup PersistChanGrpMgr.createGroup(String name)
          Called to create a Group.
 ChannelGroup PersistChanGrpMgr.getChannelGroup()
          Get currently assocaited ChannelGrouo
 



Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.