package domain
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class EnrichedMostPopular(programmes: Seq[Programme]) extends Product with Serializable
- case class EnrichedPromotion(productions: Seq[Production]) extends Product with Serializable
- case class HomePage(mostPopular: EnrichedMostPopular, promotions: EnrichedPromotion) extends Product with Serializable
- case class HomePageQuery(bypassCache: Boolean) extends Product with Serializable
- case class MostPopular(programmeIds: Seq[ProgrammeId]) extends Product with Serializable
- case class MostPopularQuery(bypassCache: Boolean) extends Product with Serializable
- case class Production(info: String) extends Product with Serializable
- case class ProductionId(id: String, bypassCache: Boolean) extends Product with Serializable
- case class Programme(info: String) extends Product with Serializable
- case class ProgrammeId(id: String, bypassCache: Boolean) extends Product with Serializable
- case class Promotion(productionIds: List[ProductionId]) extends Product with Serializable
- case class PromotionQuery(bypassCache: Boolean) extends Product with Serializable
Value Members
- object EnrichedMostPopular extends Serializable
- object EnrichedPromotion extends Serializable
- object HomePage extends Serializable
- object HomePageQuery extends Serializable
- object MostPopular extends Serializable
- object MostPopularQuery extends Serializable
- object Production extends Serializable
- object ProductionId extends Serializable
- object Programme extends Serializable
- object ProgrammeId extends Serializable
- object Promotion extends Serializable
- object PromotionQuery extends Serializable