trait GuideService extends BackendService
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GuideService
- BackendService
- Service
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def addToChannelGroup(channelGroupId: ChannelGroupId, chanId: ChanId): ServiceResult[Boolean]
- abstract def endpoints: Map[String, ServiceEndpoint]
- Definition Classes
- Service
- abstract def getCategoryList: ServiceResult[List[String]]
- abstract def getChannelGroupList(includeEmpty: Boolean): ServiceResult[List[ChannelGroup]]
- abstract def getChannelIcon[U](chanId: ChanId, width: Int = 0, height: Int = 0)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
- abstract def getProgramDetails(chanId: ChanId, startTime: MythDateTime): ServiceResult[Program]
- abstract def getProgramGuide(startTime: MythDateTime, endTime: MythDateTime, startChanId: ChanId = ChanId.empty, numChannels: OptionalCount[Int] = OptionalCount.all, channelGroupId: ChannelGroupId = ChannelGroupId(0)): ServiceResult[Guide[Channel, ProgramBrief]]
- abstract def getProgramGuideDetails(startTime: MythDateTime, endTime: MythDateTime, startChanId: ChanId = ChanId.empty, numChannels: OptionalCount[Int] = OptionalCount.all, channelGroupId: ChannelGroupId = ChannelGroupId(0)): ServiceResult[Guide[ChannelDetails, Program]]
- 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]]
- 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]]
- abstract def getStoredSearches(searchType: RecSearchType): ServiceResult[List[String]]
- abstract def removeFromChannelGroup(channelGroupId: ChannelGroupId, chanId: ChanId): ServiceResult[Boolean]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getChannelGroupList: ServiceResult[List[ChannelGroup]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def serviceName: String
- Definition Classes
- GuideService → Service
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated