Interface ProducerInfo

All Known Implementing Classes:
ProducerInfoImpl

public interface ProducerInfo
An interface providing methods for accessing producer information
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an unmodifiable List representing links to the producer represented by current instance
    Returns an unmodifiable List representing streaming channels associated with current producer instance
    boolean
    Returns an indication if the current instance is being auto traded
    boolean
    Returns an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution
    boolean
    Returns an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution
    default boolean
    Returns an indication if the sport event associated with the current instance is available in the LiveMatchTracker solution
    boolean
    Returns an indication if the sport event associated with the current instance is available in the LiveScore solution
  • Method Details

    • isAutoTraded

      boolean isAutoTraded()
      Returns an indication if the current instance is being auto traded
      Returns:
      - an indication if the current instance is being auto traded
    • isInHostedStatistics

      boolean isInHostedStatistics()
      Returns an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution
      Returns:
      - an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution
    • isInLiveCenterSoccer

      boolean isInLiveCenterSoccer()
      Returns an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution
      Returns:
      - an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution
    • isInLiveScore

      boolean isInLiveScore()
      Returns an indication if the sport event associated with the current instance is available in the LiveScore solution
      Returns:
      - an indication if the sport event associated with the current instance is available in the LiveScore solution
    • isInLiveMatchTracker

      default boolean isInLiveMatchTracker()
      Returns an indication if the sport event associated with the current instance is available in the LiveMatchTracker solution
      Returns:
      - an indication if the sport event associated with the current instance is available in the LiveMatchTracker solution
    • getProducerInfoLinks

      List<ProducerInfoLink> getProducerInfoLinks()
      Returns an unmodifiable List representing links to the producer represented by current instance
      Returns:
      - an unmodifiable List representing links to the producer represented by current instance
    • getStreamingChannels

      List<StreamingChannel> getStreamingChannels()
      Returns an unmodifiable List representing streaming channels associated with current producer instance
      Returns:
      - an unmodifiable List representing streaming channels associated with current producer instance