Uses of Class
org.mythtv.services.api.dvr.ProgramList

Packages that use ProgramList
org.mythtv.services.api.dvr   
org.mythtv.services.api.dvr.impl   
 

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

Methods in org.mythtv.services.api.dvr that return types with arguments of type ProgramList
 org.springframework.http.ResponseEntity<ProgramList> DvrOperations.getConflictList(int startIndex, int count, ETagInfo etag)
          - GET
 org.springframework.http.ResponseEntity<ProgramList> DvrOperations.getExpiringList(int startIndex, int count, ETagInfo etag)
          - GET
 org.springframework.http.ResponseEntity<ProgramList> DvrOperations.getFiltererRecordedList(boolean descending, int startIndex, int count, String titleRegEx, String recordingGroup, String storageGroup, ETagInfo etag)
          - GET
 org.springframework.http.ResponseEntity<ProgramList> DvrOperations.getRecordedList(ETagInfo etag)
          - GET
 org.springframework.http.ResponseEntity<ProgramList> DvrOperations.getRecordedList(int startIndex, int count, boolean descending, ETagInfo etag)
          - GET
 org.springframework.http.ResponseEntity<ProgramList> DvrOperations.getUpcomingList(int startIndex, int count, boolean showAll, ETagInfo etag)
          - GET
 

Uses of ProgramList in org.mythtv.services.api.dvr.impl
 

Methods in org.mythtv.services.api.dvr.impl that return types with arguments of type ProgramList
 org.springframework.http.ResponseEntity<ProgramList> DvrTemplate.getConflictList(int startIndex, int count, ETagInfo etag)
           
 org.springframework.http.ResponseEntity<ProgramList> DvrTemplate.getExpiringList(int startIndex, int count, ETagInfo etag)
           
 org.springframework.http.ResponseEntity<ProgramList> DvrTemplate.getFiltererRecordedList(boolean descending, int startIndex, int count, String titleRegEx, String recordingGroup, String storageGroup, ETagInfo etag)
           
 org.springframework.http.ResponseEntity<ProgramList> DvrTemplate.getRecordedList(ETagInfo etag)
           
 org.springframework.http.ResponseEntity<ProgramList> DvrTemplate.getRecordedList(int startIndex, int count, boolean descending, ETagInfo etag)
           
 org.springframework.http.ResponseEntity<ProgramList> DvrTemplate.getUpcomingList(int startIndex, int count, boolean showAll, ETagInfo etag)
           
 



Copyright © 2012. All Rights Reserved.