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

Packages that use Bool
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.content   
org.mythtv.services.api.content.impl   
org.mythtv.services.api.dvr   
org.mythtv.services.api.dvr.impl   
org.mythtv.services.api.frontend   
org.mythtv.services.api.frontend.impl   
org.mythtv.services.api.myth   
org.mythtv.services.api.myth.impl   
org.mythtv.services.api.video   
org.mythtv.services.api.video.impl   
 

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

Methods in org.mythtv.services.api.capture that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> CaptureOperations.removeCaptureCard(int cardId, ETagInfo etag)
          - POST
 org.springframework.http.ResponseEntity<Bool> CaptureOperations.removeCardInput(int cardInputId)
          - POST
 org.springframework.http.ResponseEntity<Bool> CaptureOperations.updateCaptureCard(int cardId, String setting, String value)
          - POST
 org.springframework.http.ResponseEntity<Bool> CaptureOperations.updateCardInput(int cardInputId, String setting, String value)
          - POST
 

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

Methods in org.mythtv.services.api.capture.impl that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> CaptureTemplate.removeCaptureCard(int cardId, ETagInfo etag)
           
 org.springframework.http.ResponseEntity<Bool> CaptureTemplate.removeCardInput(int cardInputId)
           
 org.springframework.http.ResponseEntity<Bool> CaptureTemplate.updateCaptureCard(int cardId, String setting, String value)
           
 org.springframework.http.ResponseEntity<Bool> CaptureTemplate.updateCardInput(int cardInputId, String setting, String value)
           
 

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

Methods in org.mythtv.services.api.channel that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> ChannelOperations.addDBChannel(int multiplexId, int sourceId, int channelId, String callSign, String channelName, String channelNumber, int serviceId, int atscMajorChannel, int atscMinorChannel, boolean userEIT, boolean visible, String frequencyId, String icon, String format, String xmltvId, String defaultAuthority)
          - POST
 org.springframework.http.ResponseEntity<Bool> ChannelOperations.removeDBChannel(int channelId)
          - POST
 org.springframework.http.ResponseEntity<Bool> ChannelOperations.removeVideoSource(int sourceId)
          - POST
 org.springframework.http.ResponseEntity<Bool> ChannelOperations.updateDBChannel(int multiplexId, int sourceId, int channelId, String callSign, String channelName, String channelNumber, int serviceId, int atscMajorChannel, int atscMinorChannel, boolean useEIT, boolean visible, String frequencyId, String icon, String format, String xmltvId, String defaultAuthority)
          - POST
 org.springframework.http.ResponseEntity<Bool> ChannelOperations.updateVideoSource(int sourceId, String sourceName, String grabber, String userId, String frequencyTable, String lineupId, String password, boolean userEIT, String configPath, int nitId)
          - POST
 

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

Methods in org.mythtv.services.api.channel.impl that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> ChannelTemplate.addDBChannel(int multiplexId, int sourceId, int channelId, String callSign, String channelName, String channelNumber, int serviceId, int atscMajorChannel, int atscMinorChannel, boolean userEIT, boolean visible, String frequencyId, String icon, String format, String xmltvId, String defaultAuthority)
           
 org.springframework.http.ResponseEntity<Bool> ChannelTemplate.removeDBChannel(int channelId)
           
 org.springframework.http.ResponseEntity<Bool> ChannelTemplate.removeVideoSource(int sourceId)
           
 org.springframework.http.ResponseEntity<Bool> ChannelTemplate.updateDBChannel(int multiplexId, int sourceId, int channelId, String callSign, String channelName, String channelNumber, int serviceId, int atscMajorChannel, int atscMinorChannel, boolean useEIT, boolean visible, String frequencyId, String icon, String format, String xmltvId, String defaultAuthority)
           
 org.springframework.http.ResponseEntity<Bool> ChannelTemplate.updateVideoSource(int sourceId, String sourceName, String grabber, String userId, String frequencyTable, String lineupId, String password, boolean userEIT, String configPath, int nitId)
           
 

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

Methods in org.mythtv.services.api.content that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> ContentOperations.downloadFile(String url, String storageGroup, ETagInfo etag)
          - POST
 org.springframework.http.ResponseEntity<Bool> ContentOperations.removeLiveStream(int id)
          - GET
 

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

Methods in org.mythtv.services.api.content.impl that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> ContentTemplate.downloadFile(String url, String storageGroup, ETagInfo etag)
           
 org.springframework.http.ResponseEntity<Bool> ContentTemplate.removeLiveStream(int id)
           
 

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

Methods in org.mythtv.services.api.dvr that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> DvrOperations.disableRecordingSchedule(int recordingId)
          - POST
 org.springframework.http.ResponseEntity<Bool> DvrOperations.enableRecordingSchedule(int recordingId)
          - POST
 org.springframework.http.ResponseEntity<Bool> DvrOperations.removeRecorded(int channelId, org.joda.time.DateTime startTime)
          - GET
 org.springframework.http.ResponseEntity<Bool> DvrOperations.removeRecordingSchedule(int recordingId)
          - POST
 

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

Methods in org.mythtv.services.api.dvr.impl that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> DvrTemplate.disableRecordingSchedule(int recordingId)
           
 org.springframework.http.ResponseEntity<Bool> DvrTemplate.enableRecordingSchedule(int recordingId)
           
 org.springframework.http.ResponseEntity<Bool> DvrTemplate.removeRecorded(int channelId, org.joda.time.DateTime startTime)
           
 org.springframework.http.ResponseEntity<Bool> DvrTemplate.removeRecordingSchedule(int recordingId)
           
 

Uses of Bool in org.mythtv.services.api.frontend
 

Methods in org.mythtv.services.api.frontend that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> FrontendOperations.playRecording(String frontedApiUrlBase, int channelId, org.joda.time.DateTime startTime)
          - GET
 org.springframework.http.ResponseEntity<Bool> FrontendOperations.playVideo(String frontedApiUrlBase, String id, boolean useBookmark)
           
 org.springframework.http.ResponseEntity<Bool> FrontendOperations.sendAction(String frontedApiUrlBase, String action, String file, int width, int height)
          - GET
 org.springframework.http.ResponseEntity<Bool> FrontendOperations.sendMessage(String frontedApiUrlBase, String message)
          - GET
 

Uses of Bool in org.mythtv.services.api.frontend.impl
 

Methods in org.mythtv.services.api.frontend.impl that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> FrontendTemplate.playRecording(String frontedApiUrlBase, int channelId, org.joda.time.DateTime startTime)
           
 org.springframework.http.ResponseEntity<Bool> FrontendTemplate.playVideo(String frontedApiUrlBase, String id, boolean useBookmark)
           
 org.springframework.http.ResponseEntity<Bool> FrontendTemplate.sendAction(String frontedApiUrlBase, String action, String file, int width, int height)
           
 org.springframework.http.ResponseEntity<Bool> FrontendTemplate.sendMessage(String frontedApiUrlBase, String message)
           
 

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

Methods in org.mythtv.services.api.myth that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> MythOperations.addStorageGroupDir(String groupName, String directoryName, String hostName)
          - POST
 org.springframework.http.ResponseEntity<Bool> MythOperations.backupDatabase()
          - POST
 org.springframework.http.ResponseEntity<Bool> MythOperations.changePassword(String username, String oldPassword, String newPassword)
          - POST
 org.springframework.http.ResponseEntity<Bool> MythOperations.checkDatabase(boolean repair)
          - POST
 org.springframework.http.ResponseEntity<Bool> MythOperations.profileDelete()
          - POST
 org.springframework.http.ResponseEntity<Bool> MythOperations.profileSubmit()
          - POST
 org.springframework.http.ResponseEntity<Bool> MythOperations.putSetting(String hostname, String key, String value)
          - POST
 org.springframework.http.ResponseEntity<Bool> MythOperations.removeStorageGroupDirectory(String groupName, String directoryName, String hostname)
          - POST
 org.springframework.http.ResponseEntity<Bool> MythOperations.sendMessage(String message, String address, int udpPort, int timeout)
          - GET
 org.springframework.http.ResponseEntity<Bool> MythOperations.testDatabaseSettings(String hostname, String username, String password, String databaseName, int databasePort)
          - POST
 

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

Methods in org.mythtv.services.api.myth.impl that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> MythTemplate.addStorageGroupDir(String groupName, String directoryName, String hostName)
           
 org.springframework.http.ResponseEntity<Bool> MythTemplate.backupDatabase()
           
 org.springframework.http.ResponseEntity<Bool> MythTemplate.changePassword(String username, String oldPassword, String newPassword)
           
 org.springframework.http.ResponseEntity<Bool> MythTemplate.checkDatabase(boolean repair)
           
 org.springframework.http.ResponseEntity<Bool> MythTemplate.profileDelete()
           
 org.springframework.http.ResponseEntity<Bool> MythTemplate.profileSubmit()
           
 org.springframework.http.ResponseEntity<Bool> MythTemplate.putSetting(String hostname, String key, String value)
           
 org.springframework.http.ResponseEntity<Bool> MythTemplate.removeStorageGroupDirectory(String groupName, String directoryName, String hostname)
           
 org.springframework.http.ResponseEntity<Bool> MythTemplate.sendMessage(String message, String address, int udpPort, int timeout)
           
 org.springframework.http.ResponseEntity<Bool> MythTemplate.testDatabaseSettings(String hostname, String username, String password, String databaseName, int databasePort)
           
 

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

Methods in org.mythtv.services.api.video that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> VideoOperations.addVideo(String filename, String hostname)
          - POST
 org.springframework.http.ResponseEntity<Bool> VideoOperations.removeVideoFromDatabase(int id)
          - POST
 

Uses of Bool in org.mythtv.services.api.video.impl
 

Methods in org.mythtv.services.api.video.impl that return types with arguments of type Bool
 org.springframework.http.ResponseEntity<Bool> VideoTemplate.addVideo(String filename, String hostname)
           
 org.springframework.http.ResponseEntity<Bool> VideoTemplate.removeVideoFromDatabase(int id)
           
 



Copyright © 2012. All Rights Reserved.