org.mythtv.services.api.v027
Interface MythServices

All Known Implementing Classes:
MythServicesTemplate

public interface MythServices

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


Method Summary
 CaptureOperations captureOperations()
           
 ChannelOperations channelOperations()
           
 ContentOperations contentOperations()
           
 DvrOperations dvrOperations()
           
 FrontendOperations frontendOperations()
           
 GuideOperations guideOperations()
           
 MythOperations mythOperations()
           
 StatusOperations statusOperations()
           
 VideoOperations videoOperations()
           
 

Method Detail

captureOperations

CaptureOperations captureOperations()

channelOperations

ChannelOperations channelOperations()

contentOperations

ContentOperations contentOperations()

dvrOperations

DvrOperations dvrOperations()

guideOperations

GuideOperations guideOperations()

mythOperations

MythOperations mythOperations()

videoOperations

VideoOperations videoOperations()

frontendOperations

FrontendOperations frontendOperations()

statusOperations

StatusOperations statusOperations()