org.mythtv.services.api.v027
Interface VideoOperations

All Known Implementing Classes:
VideoTemplate

public interface VideoOperations

Auto-generated file, do not modify manually !!!!


Method Summary
 org.springframework.http.ResponseEntity<Bool> addVideo(java.lang.String fileName, java.lang.String hostName)
           
 org.springframework.http.ResponseEntity<BlurayInfo> getBluray(java.lang.String path, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<VideoMetadataInfo> getVideo(java.lang.Integer id, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<VideoMetadataInfo> getVideoByFileName(java.lang.String fileName, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<VideoMetadataInfoList> getVideoList(java.lang.Boolean descending, java.lang.Integer startIndex, java.lang.Integer count, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<VideoLookupList> lookupVideo(java.lang.String title, java.lang.String subtitle, java.lang.String inetref, java.lang.Integer season, java.lang.Integer episode, java.lang.String grabberType, java.lang.Boolean allowGeneric, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<Bool> removeVideoFromDB(java.lang.Integer id)
           
 

Method Detail

addVideo

org.springframework.http.ResponseEntity<Bool> addVideo(java.lang.String fileName,
                                                       java.lang.String hostName)
                                                       throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getBluray

org.springframework.http.ResponseEntity<BlurayInfo> getBluray(java.lang.String path,
                                                              ETagInfo etagInfo)
                                                              throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getVideo

org.springframework.http.ResponseEntity<VideoMetadataInfo> getVideo(java.lang.Integer id,
                                                                    ETagInfo etagInfo)
                                                                    throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getVideoByFileName

org.springframework.http.ResponseEntity<VideoMetadataInfo> getVideoByFileName(java.lang.String fileName,
                                                                              ETagInfo etagInfo)
                                                                              throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getVideoList

org.springframework.http.ResponseEntity<VideoMetadataInfoList> getVideoList(java.lang.Boolean descending,
                                                                            java.lang.Integer startIndex,
                                                                            java.lang.Integer count,
                                                                            ETagInfo etagInfo)
                                                                            throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

lookupVideo

org.springframework.http.ResponseEntity<VideoLookupList> lookupVideo(java.lang.String title,
                                                                     java.lang.String subtitle,
                                                                     java.lang.String inetref,
                                                                     java.lang.Integer season,
                                                                     java.lang.Integer episode,
                                                                     java.lang.String grabberType,
                                                                     java.lang.Boolean allowGeneric,
                                                                     ETagInfo etagInfo)
                                                                     throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

removeVideoFromDB

org.springframework.http.ResponseEntity<Bool> removeVideoFromDB(java.lang.Integer id)
                                                                throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException