org.mythtv.services.api
Class BaseMythServicesTemplate

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

public abstract class BaseMythServicesTemplate
extends Object
implements MythServices

Author:
Sebastien Astie

Constructor Summary
BaseMythServicesTemplate(String apiUrlBase)
           
 
Method Summary
 CaptureOperations captureOperations()
           
 ChannelOperations channelOperations()
           
 ContentOperations contentOperations()
           
protected abstract  org.springframework.web.client.RestOperations createRestOperations()
           
 DvrOperations dvrOperations()
           
 FrontendOperations frontendOperations()
           
 GuideOperations guideOperations()
           
 MythOperations mythOperations()
           
 VideoOperations videoOperations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseMythServicesTemplate

public BaseMythServicesTemplate(String apiUrlBase)
Method Detail

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

frontendOperations

public FrontendOperations frontendOperations()
Specified by:
frontendOperations 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

createRestOperations

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


Copyright © 2012. All Rights Reserved.