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

Packages that use Int
org.mythtv.services.api.capture   
org.mythtv.services.api.capture.impl   
org.mythtv.services.api.channel   
org.mythtv.services.api.channel.impl   
org.mythtv.services.api.dvr   
org.mythtv.services.api.dvr.impl   
 

Uses of Int in org.mythtv.services.api.capture
 

Methods in org.mythtv.services.api.capture that return types with arguments of type Int
 org.springframework.http.ResponseEntity<Int> CaptureOperations.addCaptureCard(CaptureCard captureCard)
          - POST
 org.springframework.http.ResponseEntity<Int> CaptureOperations.addCardInput(CardInput cardInput)
          - POST
 

Uses of Int in org.mythtv.services.api.capture.impl
 

Methods in org.mythtv.services.api.capture.impl that return types with arguments of type Int
 org.springframework.http.ResponseEntity<Int> CaptureTemplate.addCaptureCard(CaptureCard captureCard)
           
 org.springframework.http.ResponseEntity<Int> CaptureTemplate.addCardInput(CardInput cardInput)
           
 

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

Methods in org.mythtv.services.api.channel that return types with arguments of type Int
 org.springframework.http.ResponseEntity<Int> ChannelOperations.addVideoSource(String sourceName, String grabber, String userId, String frequencyTable, String lineupId, String password, boolean useEit, String configPath, int nitId)
          - POST
 org.springframework.http.ResponseEntity<Int> ChannelOperations.fetchChannelsFromSource(int sourceId, int cardId, boolean waitForFinish, ETagInfo etag)
          - GET
 

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

Methods in org.mythtv.services.api.channel.impl that return types with arguments of type Int
 org.springframework.http.ResponseEntity<Int> ChannelTemplate.addVideoSource(String sourceName, String grabber, String userId, String frequencyTable, String lineupId, String password, boolean useEit, String configPath, int nitId)
           
 org.springframework.http.ResponseEntity<Int> ChannelTemplate.fetchChannelsFromSource(int sourceId, int cardId, boolean waitForFinish, ETagInfo etag)
           
 

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

Methods in org.mythtv.services.api.dvr that return types with arguments of type Int
 org.springframework.http.ResponseEntity<Int> DvrOperations.addRecordingSchedule(int channelId, org.joda.time.DateTime startTime, int parentId, boolean interactive, int season, int episode, String inetRef, int findId, String type, String searchType, int recordingPriority, int perferredInput, int startOffset, int endOffset, String duplicateMethod, String duplicateIn, int filter, String recordingProfile, String recordingGroup, String storageGroup, String playGroup, boolean autoExpire, int maxEpisodes, boolean maxNewest, boolean autoCommercialFlag, boolean autoTranscode, boolean autoMetadataLookup, boolean autoUserJob1, boolean autoUserJob2, boolean autoUserJob3, boolean autoUserJob4, int transcoder)
          - POST
 

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

Methods in org.mythtv.services.api.dvr.impl that return types with arguments of type Int
 org.springframework.http.ResponseEntity<Int> DvrTemplate.addRecordingSchedule(int channelId, org.joda.time.DateTime startTime, int parentId, boolean interactive, int season, int episode, String inetRef, int findId, String type, String searchType, int recordingPriority, int perferredInput, int startOffset, int endOffset, String duplicateMethod, String duplicateIn, int filter, String recordingProfile, String recordingGroup, String storageGroup, String playGroup, boolean autoExpire, int maxEpisodes, boolean maxNewest, boolean autoCommercialFlag, boolean autoTranscode, boolean autoMetadataLookup, boolean autoUserJob1, boolean autoUserJob2, boolean autoUserJob3, boolean autoUserJob4, int transcoder)
           
 



Copyright © 2012. All Rights Reserved.