Uses of Class
org.mythtv.services.api.channel.ChannelInfoList

Packages that use ChannelInfoList
org.mythtv.services.api.channel   
org.mythtv.services.api.channel.impl   
 

Uses of ChannelInfoList in org.mythtv.services.api.channel
 

Methods in org.mythtv.services.api.channel that return types with arguments of type ChannelInfoList
 org.springframework.http.ResponseEntity<ChannelInfoList> ChannelOperations.getChannelInfoList(ETagInfo etag)
          - GET
 org.springframework.http.ResponseEntity<ChannelInfoList> ChannelOperations.getChannelInfoList(int sourceId, int startIndex, int count, ETagInfo etag)
          - GET
 

Uses of ChannelInfoList in org.mythtv.services.api.channel.impl
 

Methods in org.mythtv.services.api.channel.impl that return types with arguments of type ChannelInfoList
 org.springframework.http.ResponseEntity<ChannelInfoList> ChannelTemplate.getChannelInfoList(ETagInfo etag)
           
 org.springframework.http.ResponseEntity<ChannelInfoList> ChannelTemplate.getChannelInfoList(int sourceId, int startIndex, int count, ETagInfo etag)
           
 



Copyright © 2012. All Rights Reserved.