Uses of Class
org.mythtv.services.api.content.ArtworkInfos

Packages that use ArtworkInfos
org.mythtv.services.api.content   
org.mythtv.services.api.content.impl   
org.mythtv.services.api.dvr   
org.mythtv.services.api.video   
 

Uses of ArtworkInfos in org.mythtv.services.api.content
 

Methods in org.mythtv.services.api.content that return ArtworkInfos
 ArtworkInfos ArtworkInfoList.getArtworkInfos()
           
 

Methods in org.mythtv.services.api.content that return types with arguments of type ArtworkInfos
 org.springframework.http.ResponseEntity<ArtworkInfos> ContentOperations.getProgramArtworkList(String inetRef, int season, ETagInfo etag)
          - GET
 

Methods in org.mythtv.services.api.content with parameters of type ArtworkInfos
 void ArtworkInfoList.setArtworkInfos(ArtworkInfos artworkInfos)
           
 

Uses of ArtworkInfos in org.mythtv.services.api.content.impl
 

Methods in org.mythtv.services.api.content.impl that return types with arguments of type ArtworkInfos
 org.springframework.http.ResponseEntity<ArtworkInfos> ContentTemplate.getProgramArtworkList(String inetRef, int season, ETagInfo etag)
           
 

Uses of ArtworkInfos in org.mythtv.services.api.dvr
 

Methods in org.mythtv.services.api.dvr that return ArtworkInfos
 ArtworkInfos Program.getArtwork()
           
 

Methods in org.mythtv.services.api.dvr with parameters of type ArtworkInfos
 void Program.setArtwork(ArtworkInfos artwork)
           
 

Uses of ArtworkInfos in org.mythtv.services.api.video
 

Methods in org.mythtv.services.api.video that return ArtworkInfos
 ArtworkInfos VideoMetadataInfo.getArtwork()
           
 

Methods in org.mythtv.services.api.video with parameters of type ArtworkInfos
 void VideoMetadataInfo.setArtwork(ArtworkInfos artwork)
           
 



Copyright © 2012. All Rights Reserved.