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

Packages that use WithIdMIF
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. 
 

Uses of WithIdMIF in de.nava.informa.core
 

Subinterfaces of WithIdMIF in de.nava.informa.core
 interface CategoryIF
          This interface is implemented by objects representing categories in which channels could be organised in the news channel object model.
 interface ChannelGroupIF
          Interface to allow to implement a container of channels that may be used by a channel registry (through a front-end) or as the entry point for an application using this library.
 interface ChannelIF
          This interface is implemented by objects representing channels in the news channel object model.
 interface FeedIF
          This interface is implemented by objects representing feeds (containing metadata about channels, like for example OCS and OPML) in the news channel object model.
 interface ImageIF
          This interface is implemented by objects representing an image assigned to a channel in the news channel object model.
 interface ItemGuidIF
          This interface is implemented by objects representing the GUID of a news item.
 interface ItemIF
          This interface is implemented by objects representing items (that are links to articles) in the news channel object model.
 interface TextInputIF
          This interface is implemented by objects representing an text input field assigned to a channel in the news channel object model.
 interface UserIF
          This interface is implemented by objects storing user specific information.
 

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

Classes in de.nava.informa.impl.basic that implement WithIdMIF
 class Category
          In-Memory implementation of the CategoryIF interface.
 class Channel
          In-Memory implementation of the ChannelIF interface.
 class ChannelGroup
          In-Memory implementation of the ChannelGroupIF interface.
 class Feed
          In-Memory implementation of the FeedIF interface.
 class Image
          In-Memory implementation of the ImageIF interface.
 class Item
          In-Memory implementation of the ItemIF interface.
 class ItemGuid
          In-Memory implementation of the ItemGuidIF interface.
 class TextInput
          In-Memory implementation of the TextInputIF interface.
 



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