object Collection extends Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def contentFrom(collection: Collection, content: Set[Content], snapContent: Map[String, Option[Content]] = Map.empty, linkSnapBrandingsByEdition: Map[String, BrandingByEdition], from: (Collection) => List[Trail]): List[FaciaContent]
  7. def draftContent(collection: Collection, content: Set[Content], snapContent: Map[String, Option[Content]] = Map.empty, linkSnapBrandingsByEdition: Map[String, BrandingByEdition] = Map.empty): List[FaciaContent]
  8. def draftIdsWithoutSnaps(collection: Collection): Option[List[String]]
  9. def draftLatestSnapsRequestFor(collection: Collection): Option[LatestSnapsRequest]
  10. def draftLinkSnapsRequestFor(collection: Collection): Option[LinkSnapsRequest]
  11. def draftSupportingIdsWithoutSnaps(collection: Collection): Option[List[String]]
  12. def draftSupportingSnaps(collection: Collection): Option[LatestSnapsRequest]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def fromCollectionJsonConfigAndContent(collectionId: String, collectionJson: Option[CollectionJson], collectionConfig: CollectionConfig): Collection
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def liveContent(collection: Collection, content: Set[Content], snapContent: Map[String, Option[Content]] = Map.empty, linkSnapBrandingsByEdition: Map[String, BrandingByEdition] = Map.empty): List[FaciaContent]
  20. def liveIdsWithoutSnaps(collection: Collection): List[String]
  21. def liveLatestSnapsRequestFor(collection: Collection): LatestSnapsRequest
  22. def liveLinkSnapsRequestFor(collection: Collection): LinkSnapsRequest
  23. def liveSupportingIdsWithoutSnaps(collection: Collection): List[String]
  24. def liveSupportingSnaps(collection: Collection): LatestSnapsRequest
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def treatContent(collection: Collection, content: Set[Content], snapContent: Map[String, Option[Content]] = Map.empty): List[FaciaContent]
  31. def treatsRequestFor(collection: Collection): (List[String], LatestSnapsRequest)
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. def withoutSnaps(collection: Collection): Collection

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped