object Collection extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Collection
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contentFrom(collection: Collection, content: Set[Content], snapContent: Map[String, Option[Content]] = Map.empty, linkSnapBrandingsByEdition: Map[String, BrandingByEdition], from: (Collection) => List[Trail]): List[FaciaContent]
- def draftContent(collection: Collection, content: Set[Content], snapContent: Map[String, Option[Content]] = Map.empty, linkSnapBrandingsByEdition: Map[String, BrandingByEdition] = Map.empty): List[FaciaContent]
- def draftIdsWithoutSnaps(collection: Collection): Option[List[String]]
- def draftLatestSnapsRequestFor(collection: Collection): Option[LatestSnapsRequest]
- def draftLinkSnapsRequestFor(collection: Collection): Option[LinkSnapsRequest]
- def draftSupportingIdsWithoutSnaps(collection: Collection): Option[List[String]]
- def draftSupportingSnaps(collection: Collection): Option[LatestSnapsRequest]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromCollectionJsonConfigAndContent(collectionId: String, collectionJson: Option[CollectionJson], collectionConfig: CollectionConfig): Collection
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def liveContent(collection: Collection, content: Set[Content], snapContent: Map[String, Option[Content]] = Map.empty, linkSnapBrandingsByEdition: Map[String, BrandingByEdition] = Map.empty): List[FaciaContent]
- def liveIdsWithoutSnaps(collection: Collection): List[String]
- def liveLatestSnapsRequestFor(collection: Collection): LatestSnapsRequest
- def liveLinkSnapsRequestFor(collection: Collection): LinkSnapsRequest
- def liveSupportingIdsWithoutSnaps(collection: Collection): List[String]
- def liveSupportingSnaps(collection: Collection): LatestSnapsRequest
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def treatContent(collection: Collection, content: Set[Content], snapContent: Map[String, Option[Content]] = Map.empty): List[FaciaContent]
- def treatsRequestFor(collection: Collection): (List[String], LatestSnapsRequest)
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withoutSnaps(collection: Collection): Collection
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated