Packages

package domain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class EnrichedMostPopular(programmes: Seq[Programme]) extends Product with Serializable
  2. case class EnrichedPromotion(productions: Seq[Production]) extends Product with Serializable
  3. case class HomePage(mostPopular: EnrichedMostPopular, promotions: EnrichedPromotion) extends Product with Serializable
  4. case class HomePageQuery(bypassCache: Boolean) extends Product with Serializable
  5. case class MostPopular(programmeIds: Seq[ProgrammeId]) extends Product with Serializable
  6. case class MostPopularQuery(bypassCache: Boolean) extends Product with Serializable
  7. case class Production(info: String) extends Product with Serializable
  8. case class ProductionId(id: String, bypassCache: Boolean) extends Product with Serializable
  9. case class Programme(info: String) extends Product with Serializable
  10. case class ProgrammeId(id: String, bypassCache: Boolean) extends Product with Serializable
  11. case class Promotion(productionIds: List[ProductionId]) extends Product with Serializable
  12. case class PromotionQuery(bypassCache: Boolean) extends Product with Serializable

Value Members

  1. object EnrichedMostPopular extends Serializable
  2. object EnrichedPromotion extends Serializable
  3. object HomePage extends Serializable
  4. object HomePageQuery extends Serializable
  5. object MostPopular extends Serializable
  6. object MostPopularQuery extends Serializable
  7. object Production extends Serializable
  8. object ProductionId extends Serializable
  9. object Programme extends Serializable
  10. object ProgrammeId extends Serializable
  11. object Promotion extends Serializable
  12. object PromotionQuery extends Serializable

Ungrouped