trait ChannelService extends BackendService
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChannelService
- BackendService
- Service
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def addDbChannel(channel: ChannelDetails): ServiceResult[Boolean]
- abstract def addVideoSource(source: ListingSource): ServiceResult[ListingSourceId]
- abstract def endpoints: Map[String, ServiceEndpoint]
- Definition Classes
- Service
- abstract def fetchChannelsFromSource(sourceId: ListingSourceId, cardId: CaptureCardId, waitForFinish: Boolean): ServiceResult[Int]
- abstract def getChannelInfo(chanId: ChanId): ServiceResult[ChannelDetails]
- abstract def getChannelInfoDetailsList(sourceId: ListingSourceId, startIndex: Int = 0, count: OptionalCount[Int] = OptionalCount.all, onlyVisible: Boolean = false): ServiceResult[PagedList[ChannelDetails]]
- abstract def getChannelInfoList(sourceId: ListingSourceId, startIndex: Int = 0, count: OptionalCount[Int] = OptionalCount.all, onlyVisible: Boolean = false): ServiceResult[PagedList[Channel]]
- abstract def getDDLineupList(userName: String, password: String, provider: String = ""): ServiceResult[List[Lineup]]
- abstract def getVideoMultiplex(mplexId: MultiplexId): ServiceResult[VideoMultiplex]
- abstract def getVideoMultiplexList(sourceId: ListingSourceId, startIndex: Int = 0, count: OptionalCount[Int] = OptionalCount.all): ServiceResult[PagedList[VideoMultiplex]]
- abstract def getVideoSource(sourceId: ListingSourceId): ServiceResult[ListingSource]
- abstract def getVideoSourceList: ServiceResult[List[ListingSource]]
- abstract def getXmltvIdList(sourceId: ListingSourceId): ServiceResult[List[String]]
- abstract def removeDbChannel(chanId: ChanId): ServiceResult[Boolean]
- abstract def removeVideoSource(sourceId: ListingSourceId): ServiceResult[Boolean]
- abstract def updateDbChannel(channel: ChannelDetails): ServiceResult[Boolean]
- abstract def updateVideoSource(source: ListingSource): 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
- 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
- ChannelService → 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