org.mythtv.services.api.v027
Interface MythOperations

All Known Implementing Classes:
MythTemplate

public interface MythOperations

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


Method Summary
 org.springframework.http.ResponseEntity<Bool> addStorageGroupDir(java.lang.String groupName, java.lang.String dirName, java.lang.String hostName)
           
 org.springframework.http.ResponseEntity<Bool> backupDatabase()
           
 org.springframework.http.ResponseEntity<Bool> changePassword(java.lang.String userName, java.lang.String oldPassword, java.lang.String newPassword)
           
 org.springframework.http.ResponseEntity<Bool> checkDatabase(java.lang.Boolean repair)
           
 org.springframework.http.ResponseEntity<ConnectionInfo> getConnectionInfo(java.lang.String pin, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<java.lang.String> getHostName(ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<ArrayOfString> getHosts(ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<ArrayOfString> getKeys(ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<LogMessageList> getLogs(java.lang.String hostName, java.lang.String application, java.lang.Integer pID, java.lang.Integer tID, java.lang.String thread, java.lang.String filename, java.lang.Integer line, java.lang.String function, org.joda.time.DateTime fromTime, org.joda.time.DateTime toTime, java.lang.String level, java.lang.String msgContains, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<SettingList> getSetting(java.lang.String hostName, java.lang.String key, java.lang.String defaultValue, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<StorageGroupDirList> getStorageGroupDirs(java.lang.String groupName, java.lang.String hostName, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<TimeZoneInfo> getTimeZone(ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<Bool> profileDelete()
           
 org.springframework.http.ResponseEntity<Bool> profileSubmit()
           
 org.springframework.http.ResponseEntity<java.lang.String> profileText(ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<java.lang.String> profileUpdated(ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<java.lang.String> profileURL(ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<Bool> putSetting(java.lang.String hostName, java.lang.String key, java.lang.String value)
           
 org.springframework.http.ResponseEntity<Bool> removeStorageGroupDir(java.lang.String groupName, java.lang.String dirName, java.lang.String hostName)
           
 org.springframework.http.ResponseEntity<Bool> sendMessage(java.lang.String message, java.lang.String address, java.lang.Integer udpPort, java.lang.Integer timeout, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<Bool> sendNotification(java.lang.Boolean error, java.lang.String type, java.lang.String message, java.lang.String origin, java.lang.String description, java.lang.String image, java.lang.String extra, java.lang.String progressText, java.lang.Float progress, java.lang.Integer timeout, java.lang.Boolean fullscreen, java.lang.Integer visibility, java.lang.Integer priority, java.lang.String address, java.lang.Integer udpPort, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<Bool> testDBSettings(java.lang.String hostName, java.lang.String userName, java.lang.String password, java.lang.String dBName, java.lang.Integer dbPort)
           
 

Method Detail

addStorageGroupDir

org.springframework.http.ResponseEntity<Bool> addStorageGroupDir(java.lang.String groupName,
                                                                 java.lang.String dirName,
                                                                 java.lang.String hostName)
                                                                 throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

backupDatabase

org.springframework.http.ResponseEntity<Bool> backupDatabase()
                                                             throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

changePassword

org.springframework.http.ResponseEntity<Bool> changePassword(java.lang.String userName,
                                                             java.lang.String oldPassword,
                                                             java.lang.String newPassword)
                                                             throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

checkDatabase

org.springframework.http.ResponseEntity<Bool> checkDatabase(java.lang.Boolean repair)
                                                            throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getConnectionInfo

org.springframework.http.ResponseEntity<ConnectionInfo> getConnectionInfo(java.lang.String pin,
                                                                          ETagInfo etagInfo)
                                                                          throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getHostName

org.springframework.http.ResponseEntity<java.lang.String> getHostName(ETagInfo etagInfo)
                                                                      throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getHosts

org.springframework.http.ResponseEntity<ArrayOfString> getHosts(ETagInfo etagInfo)
                                                                throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getKeys

org.springframework.http.ResponseEntity<ArrayOfString> getKeys(ETagInfo etagInfo)
                                                               throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getLogs

org.springframework.http.ResponseEntity<LogMessageList> getLogs(java.lang.String hostName,
                                                                java.lang.String application,
                                                                java.lang.Integer pID,
                                                                java.lang.Integer tID,
                                                                java.lang.String thread,
                                                                java.lang.String filename,
                                                                java.lang.Integer line,
                                                                java.lang.String function,
                                                                org.joda.time.DateTime fromTime,
                                                                org.joda.time.DateTime toTime,
                                                                java.lang.String level,
                                                                java.lang.String msgContains,
                                                                ETagInfo etagInfo)
                                                                throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getSetting

org.springframework.http.ResponseEntity<SettingList> getSetting(java.lang.String hostName,
                                                                java.lang.String key,
                                                                java.lang.String defaultValue,
                                                                ETagInfo etagInfo)
                                                                throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getStorageGroupDirs

org.springframework.http.ResponseEntity<StorageGroupDirList> getStorageGroupDirs(java.lang.String groupName,
                                                                                 java.lang.String hostName,
                                                                                 ETagInfo etagInfo)
                                                                                 throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getTimeZone

org.springframework.http.ResponseEntity<TimeZoneInfo> getTimeZone(ETagInfo etagInfo)
                                                                  throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

profileDelete

org.springframework.http.ResponseEntity<Bool> profileDelete()
                                                            throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

profileSubmit

org.springframework.http.ResponseEntity<Bool> profileSubmit()
                                                            throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

profileText

org.springframework.http.ResponseEntity<java.lang.String> profileText(ETagInfo etagInfo)
                                                                      throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

profileURL

org.springframework.http.ResponseEntity<java.lang.String> profileURL(ETagInfo etagInfo)
                                                                     throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

profileUpdated

org.springframework.http.ResponseEntity<java.lang.String> profileUpdated(ETagInfo etagInfo)
                                                                         throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

putSetting

org.springframework.http.ResponseEntity<Bool> putSetting(java.lang.String hostName,
                                                         java.lang.String key,
                                                         java.lang.String value)
                                                         throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

removeStorageGroupDir

org.springframework.http.ResponseEntity<Bool> removeStorageGroupDir(java.lang.String groupName,
                                                                    java.lang.String dirName,
                                                                    java.lang.String hostName)
                                                                    throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

sendMessage

org.springframework.http.ResponseEntity<Bool> sendMessage(java.lang.String message,
                                                          java.lang.String address,
                                                          java.lang.Integer udpPort,
                                                          java.lang.Integer timeout,
                                                          ETagInfo etagInfo)
                                                          throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

sendNotification

org.springframework.http.ResponseEntity<Bool> sendNotification(java.lang.Boolean error,
                                                               java.lang.String type,
                                                               java.lang.String message,
                                                               java.lang.String origin,
                                                               java.lang.String description,
                                                               java.lang.String image,
                                                               java.lang.String extra,
                                                               java.lang.String progressText,
                                                               java.lang.Float progress,
                                                               java.lang.Integer timeout,
                                                               java.lang.Boolean fullscreen,
                                                               java.lang.Integer visibility,
                                                               java.lang.Integer priority,
                                                               java.lang.String address,
                                                               java.lang.Integer udpPort,
                                                               ETagInfo etagInfo)
                                                               throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

testDBSettings

org.springframework.http.ResponseEntity<Bool> testDBSettings(java.lang.String hostName,
                                                             java.lang.String userName,
                                                             java.lang.String password,
                                                             java.lang.String dBName,
                                                             java.lang.Integer dbPort)
                                                             throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException