|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VideoOperations
| Method Summary | |
|---|---|
org.springframework.http.ResponseEntity<Bool> |
addVideo(String filename,
String hostname)
- POST |
org.springframework.http.ResponseEntity<BlurayInfoWrapper> |
getBluray(String path,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> |
getVideo(int id,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> |
getVideoByFilename(String filename,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoMetadataInfoList> |
getVideoList(boolean descending,
int startIndex,
int count,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoLookupList> |
lookupVideo(String title,
String subtitle,
String inetRef,
int season,
int episode,
String grabberType,
boolean allowGeneric,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<Bool> |
removeVideoFromDatabase(int id)
- POST |
| Method Detail |
|---|
org.springframework.http.ResponseEntity<Bool> addVideo(String filename,
String hostname)
throws MythServiceApiRuntimeException
filename - hostname -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<BlurayInfoWrapper> getBluray(String path,
ETagInfo etag)
throws MythServiceApiRuntimeException
path -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> getVideo(int id,
ETagInfo etag)
throws MythServiceApiRuntimeException
id -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> getVideoByFilename(String filename,
ETagInfo etag)
throws MythServiceApiRuntimeException
filename -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<VideoMetadataInfoList> getVideoList(boolean descending,
int startIndex,
int count,
ETagInfo etag)
throws MythServiceApiRuntimeException
descending - startIndex - count -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<VideoLookupList> lookupVideo(String title,
String subtitle,
String inetRef,
int season,
int episode,
String grabberType,
boolean allowGeneric,
ETagInfo etag)
throws MythServiceApiRuntimeException
title - subtitle - inetRef - season - episode - grabberType - allowGeneric -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> removeVideoFromDatabase(int id)
throws MythServiceApiRuntimeException
id -
MythServiceApiRuntimeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||