org.mythtv.services.api.v025
Class MythServicesTemplate

java.lang.Object
  extended by org.mythtv.services.api.BaseMythServicesTemplate
      extended by org.mythtv.services.api.v025.MythServicesTemplate
All Implemented Interfaces:
MythServices

public class MythServicesTemplate
extends BaseMythServicesTemplate
implements MythServices

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


Field Summary
protected  org.springframework.web.client.RestOperations restOperations
           
 
Constructor Summary
MythServicesTemplate(java.lang.String apiUrlBase)
           
MythServicesTemplate(java.lang.String apiUrlBase, java.util.logging.Level logLevel)
           
 
Method Summary
 CaptureOperations captureOperations()
           
 ChannelOperations channelOperations()
           
 ContentOperations contentOperations()
           
protected  org.springframework.web.client.RestOperations createRestOperations()
           
 DvrOperations dvrOperations()
           
 FrontendOperations frontendOperations()
           
 GuideOperations guideOperations()
           
 MythOperations mythOperations()
           
 StatusOperations statusOperations()
           
 VideoOperations videoOperations()
           
 
Methods inherited from class org.mythtv.services.api.BaseMythServicesTemplate
getApiUrlBase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

restOperations

protected final org.springframework.web.client.RestOperations restOperations
Constructor Detail

MythServicesTemplate

public MythServicesTemplate(java.lang.String apiUrlBase)

MythServicesTemplate

public MythServicesTemplate(java.lang.String apiUrlBase,
                            java.util.logging.Level logLevel)
Method Detail

createRestOperations

protected org.springframework.web.client.RestOperations createRestOperations()

captureOperations

public CaptureOperations captureOperations()
Specified by:
captureOperations in interface MythServices

channelOperations

public ChannelOperations channelOperations()
Specified by:
channelOperations in interface MythServices

contentOperations

public ContentOperations contentOperations()
Specified by:
contentOperations in interface MythServices

dvrOperations

public DvrOperations dvrOperations()
Specified by:
dvrOperations in interface MythServices

guideOperations

public GuideOperations guideOperations()
Specified by:
guideOperations in interface MythServices

mythOperations

public MythOperations mythOperations()
Specified by:
mythOperations in interface MythServices

videoOperations

public VideoOperations videoOperations()
Specified by:
videoOperations in interface MythServices

frontendOperations

public FrontendOperations frontendOperations()
Specified by:
frontendOperations in interface MythServices

statusOperations

public StatusOperations statusOperations()
Specified by:
statusOperations in interface MythServices