Uses of Class
org.mythtv.services.api.StringList

Packages that use StringList
org.mythtv.services.api.channel   
org.mythtv.services.api.channel.impl   
org.mythtv.services.api.content   
org.mythtv.services.api.content.impl   
org.mythtv.services.api.myth   
org.mythtv.services.api.myth.impl   
 

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

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

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

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

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

Methods in org.mythtv.services.api.content that return types with arguments of type StringList
 org.springframework.http.ResponseEntity<StringList> ContentOperations.getFileList(String storageGroup, ETagInfo etag)
          - GET
 

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

Methods in org.mythtv.services.api.content.impl that return types with arguments of type StringList
 org.springframework.http.ResponseEntity<StringList> ContentTemplate.getFileList(String storageGroup, ETagInfo etag)
           
 

Uses of StringList in org.mythtv.services.api.myth
 

Methods in org.mythtv.services.api.myth that return types with arguments of type StringList
 org.springframework.http.ResponseEntity<StringList> MythOperations.getHosts(ETagInfo etag)
          - GET
 org.springframework.http.ResponseEntity<StringList> MythOperations.getKeys(ETagInfo etag)
          - GET
 

Uses of StringList in org.mythtv.services.api.myth.impl
 

Methods in org.mythtv.services.api.myth.impl that return types with arguments of type StringList
 org.springframework.http.ResponseEntity<StringList> MythTemplate.getHosts(ETagInfo etag)
           
 org.springframework.http.ResponseEntity<StringList> MythTemplate.getKeys(ETagInfo etag)
           
 



Copyright © 2012. All Rights Reserved.