Uses of Interface
org.stanwood.media.model.IVideoCertification

Packages that use IVideoCertification
org.stanwood.media.model   
org.stanwood.media.source.xbmc   
org.stanwood.media.store.memory   
org.stanwood.media.store.xmlstore   
 

Uses of IVideoCertification in org.stanwood.media.model
 

Subinterfaces of IVideoCertification in org.stanwood.media.model
 interface IFilm
          Interface for all the film classes
 interface IShow
          Base interface for all show classes
 

Classes in org.stanwood.media.model that implement IVideoCertification
 class Film
          This class is used to hold film related information
 class Show
          This is used to store and retrive information about shows
 

Uses of IVideoCertification in org.stanwood.media.source.xbmc
 

Methods in org.stanwood.media.source.xbmc with parameters of type IVideoCertification
protected  void XBMCSource.parseCertification(IVideoCertification video, org.w3c.dom.Document doc)
           
 

Uses of IVideoCertification in org.stanwood.media.store.memory
 

Classes in org.stanwood.media.store.memory that implement IVideoCertification
 class CacheShow
          Used to create a cache of the TV show data
 

Uses of IVideoCertification in org.stanwood.media.store.xmlstore
 

Classes in org.stanwood.media.store.xmlstore that implement IVideoCertification
 class XMLFilm
          This is a Film object that talks directory to the DOM of the XML store
 class XMLShow
          Used to store and get information about a show from a DOM show node
 

Methods in org.stanwood.media.store.xmlstore with parameters of type IVideoCertification
protected  void XMLStore2.readCertifications(IVideoCertification video, org.w3c.dom.Node videoNode)