t

mythtv.services

GuideService

trait GuideService extends BackendService

Linear Supertypes
BackendService, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuideService
  2. BackendService
  3. Service
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def addToChannelGroup(channelGroupId: ChannelGroupId, chanId: ChanId): ServiceResult[Boolean]
  2. abstract def endpoints: Map[String, ServiceEndpoint]
    Definition Classes
    Service
  3. abstract def getCategoryList: ServiceResult[List[String]]
  4. abstract def getChannelGroupList(includeEmpty: Boolean): ServiceResult[List[ChannelGroup]]
  5. abstract def getChannelIcon[U](chanId: ChanId, width: Int = 0, height: Int = 0)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  6. abstract def getProgramDetails(chanId: ChanId, startTime: MythDateTime): ServiceResult[Program]
  7. abstract def getProgramGuide(startTime: MythDateTime, endTime: MythDateTime, startChanId: ChanId = ChanId.empty, numChannels: OptionalCount[Int] = OptionalCount.all, channelGroupId: ChannelGroupId = ChannelGroupId(0)): ServiceResult[Guide[Channel, ProgramBrief]]
  8. abstract def getProgramGuideDetails(startTime: MythDateTime, endTime: MythDateTime, startChanId: ChanId = ChanId.empty, numChannels: OptionalCount[Int] = OptionalCount.all, channelGroupId: ChannelGroupId = ChannelGroupId(0)): ServiceResult[Guide[ChannelDetails, Program]]
  9. abstract def getProgramList(startTime: MythDateTime, endTime: MythDateTime, startIndex: Int = 0, count: OptionalCount[Int] = OptionalCount.all, chanId: ChanId = ChanId.empty, title: String = "", category: String = "", person: String = "", keyword: String = "", onlyNew: Boolean = false, sortBy: String = "", descending: Boolean = false): ServiceResult[PagedList[ProgramBrief]]
  10. abstract def getProgramListDetails(startTime: MythDateTime, endTime: MythDateTime, startIndex: Int = 0, count: OptionalCount[Int] = OptionalCount.all, chanId: ChanId = ChanId.empty, title: String = "", category: String = "", person: String = "", keyword: String = "", onlyNew: Boolean = false, sortBy: String = "", descending: Boolean = false): ServiceResult[PagedList[Program]]
  11. abstract def getStoredSearches(searchType: RecSearchType): ServiceResult[List[String]]
  12. abstract def removeFromChannelGroup(channelGroupId: ChannelGroupId, chanId: ChanId): ServiceResult[Boolean]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def getChannelGroupList: ServiceResult[List[ChannelGroup]]
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def serviceName: String
    Definition Classes
    GuideServiceService
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from BackendService

Inherited from Service

Inherited from AnyRef

Inherited from Any

Ungrouped