Uses of Interface
de.nava.informa.core.ItemGuidIF

Packages that use ItemGuidIF
de.nava.informa.core This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. 
de.nava.informa.impl.basic Provides an in-memory implementation of the core news channel interfaces. 
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
 

Uses of ItemGuidIF in de.nava.informa.core
 

Methods in de.nava.informa.core that return ItemGuidIF
 ItemGuidIF ChannelBuilderIF.createItemGuid(ItemIF item, String location, boolean permaLink)
           
 ItemGuidIF ItemIF.getGuid()
           
 

Methods in de.nava.informa.core with parameters of type ItemGuidIF
 void ItemIF.setGuid(ItemGuidIF guid)
           
 

Uses of ItemGuidIF in de.nava.informa.impl.basic
 

Classes in de.nava.informa.impl.basic that implement ItemGuidIF
 class ItemGuid
          In-Memory implementation of the ItemGuidIF interface.
 

Methods in de.nava.informa.impl.basic that return ItemGuidIF
 ItemGuidIF ChannelBuilder.createItemGuid(ItemIF item, String location, boolean permaLink)
           
 ItemGuidIF Item.getGuid()
           
 

Methods in de.nava.informa.impl.basic with parameters of type ItemGuidIF
 void Item.setGuid(ItemGuidIF guid)
           
 

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

Methods in de.nava.informa.impl.hibernate that return ItemGuidIF
 ItemGuidIF ChannelBuilder.createItemGuid(ItemIF item, String location, boolean permaLink)
           
 ItemGuidIF Item.getGuid()
           
 

Methods in de.nava.informa.impl.hibernate with parameters of type ItemGuidIF
 void Item.setGuid(ItemGuidIF guid)
           
 



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