package models

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. models
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Backfill(type: String, query: String) extends Product with Serializable
  2. case class CollectionConfigJson(displayName: Option[String], backfill: Option[Backfill], metadata: Option[List[Metadata]], type: Option[String], href: Option[String], description: Option[String], groups: Option[List[String]], uneditable: Option[Boolean], showTags: Option[Boolean], showSections: Option[Boolean], hideKickers: Option[Boolean], showDateHeader: Option[Boolean], showLatestUpdate: Option[Boolean], excludeFromRss: Option[Boolean], showTimestamps: Option[Boolean], hideShowMore: Option[Boolean], displayHints: Option[DisplayHintsJson], userVisibility: Option[String], targetedTerritory: Option[TargetedTerritory], platform: Option[CollectionPlatform], frontsToolSettings: Option[FrontsToolSettings]) extends Product with Serializable
  3. case class CollectionJson(live: List[Trail], draft: Option[List[Trail]], treats: Option[List[Trail]], lastUpdated: DateTime, updatedBy: String, updatedEmail: String, displayName: Option[String], href: Option[String], previously: Option[List[Trail]], targetedTerritory: Option[TargetedTerritory]) extends Product with Serializable
  4. sealed trait CollectionPlatform extends AnyRef
  5. case class ConfigJson(fronts: Map[String, FrontJson], collections: Map[String, CollectionConfigJson]) extends Product with Serializable
  6. case class DisplayHintsJson(maxItemsToDisplay: Option[Int]) extends Product with Serializable
  7. case class FrontJson(collections: List[String], navSection: Option[String], webTitle: Option[String], title: Option[String], description: Option[String], onPageDescription: Option[String], imageUrl: Option[String], imageWidth: Option[Int], imageHeight: Option[Int], isImageDisplayed: Option[Boolean], priority: Option[String], isHidden: Option[Boolean], canonical: Option[String], group: Option[String]) extends Product with Serializable
  8. case class FrontsToolSettings(displayEditWarning: Option[Boolean]) extends Product with Serializable
  9. case class ImageSourceAsset(src: String, origin: String, width: String, height: String) extends Product with Serializable
  10. sealed trait MetaDataCommonFields extends AnyRef
  11. sealed trait Metadata extends AnyRef
  12. case class SlideshowAsset(src: String, width: String, height: String, caption: Option[String] = None) extends Product with Serializable
  13. case class SupportingItem(id: String, frontPublicationDate: Option[Long], publishedBy: Option[String], meta: Option[SupportingItemMetaData]) extends Product with Serializable
  14. case class SupportingItemMetaData(json: Map[String, JsValue]) extends MetaDataCommonFields with Product with Serializable
  15. sealed trait TargetedTerritory extends AnyRef
  16. case class Trail(id: String, frontPublicationDate: Long, publishedBy: Option[String], meta: Option[TrailMetaData]) extends Product with Serializable
  17. case class TrailMetaData(json: Map[String, JsValue]) extends MetaDataCommonFields with Product with Serializable

Value Members

  1. implicit val jodaDateTimeFormats: Reads[DateTime]

    However Facia Tool is serializing its date time, it's not doing so in a way that the default Play Formats for Joda DateTime can understand.

    However Facia Tool is serializing its date time, it's not doing so in a way that the default Play Formats for Joda DateTime can understand.

    This makes me extremely sad.

  2. case object AUNewSouthWalesTerritory extends TargetedTerritory with Product with Serializable
  3. case object AUQueenslandTerritory extends TargetedTerritory with Product with Serializable
  4. case object AUVictoriaTerritory extends TargetedTerritory with Product with Serializable
  5. case object AnyPlatform extends CollectionPlatform with Product with Serializable
  6. case object AppCollection extends CollectionPlatform with Product with Serializable
  7. object Backfill extends Serializable
  8. case object Branded extends Metadata with Product with Serializable
  9. case object Breaking extends Metadata with Product with Serializable
  10. case object BreakingPalette extends Metadata with Product with Serializable
  11. case object Canonical extends Metadata with Product with Serializable
  12. object CollectionConfigJson extends Serializable
  13. object CollectionJson extends Serializable
  14. object CollectionPlatform
  15. object ConfigJson extends Serializable
  16. object DisplayHintsJson extends Serializable
  17. case object DynamoLike extends Metadata with Product with Serializable
  18. case object EU27Territory extends TargetedTerritory with Product with Serializable
  19. case object EventAltPalette extends Metadata with Product with Serializable
  20. case object EventPalette extends Metadata with Product with Serializable
  21. object FrontJson extends Serializable
  22. object FrontsToolSettings extends Serializable
  23. object ImageSourceAsset extends Serializable
  24. case object InvestigationPalette extends Metadata with Product with Serializable
  25. case object LongRunningAltPalette extends Metadata with Product with Serializable
  26. case object LongRunningPalette extends Metadata with Product with Serializable
  27. object Metadata extends StrictLogging
  28. case object NZTerritory extends TargetedTerritory with Product with Serializable
  29. case object Podcast extends Metadata with Product with Serializable
  30. object SlideshowAsset extends Serializable
  31. case object SombreAltPalette extends Metadata with Product with Serializable
  32. case object SombrePalette extends Metadata with Product with Serializable
  33. case object Special extends Metadata with Product with Serializable
  34. case object SpecialReportAltPalette extends Metadata with Product with Serializable
  35. object SupportingItem extends Serializable
  36. object SupportingItemMetaData extends Serializable
  37. object TargetedTerritory
  38. object Trail extends Serializable
  39. object TrailMetaData extends Serializable
  40. case object USEastCoastTerritory extends TargetedTerritory with Product with Serializable
  41. case object USWestCoastTerritory extends TargetedTerritory with Product with Serializable
  42. case object UnknownMetadata extends Metadata with Product with Serializable
  43. case object UnknownTerritory extends TargetedTerritory with Product with Serializable
  44. case object WebCollection extends CollectionPlatform with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped