com.gu.facia.api.utils

FaciaContentUtils

object FaciaContentUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FaciaContentUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. val DefaultSnapHref: String

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def blogs(fc: FaciaContent): Seq[Tag]

  7. def body(fc: FaciaContent): Option[String]

  8. def byline(fc: FaciaContent): Option[String]

  9. def cardStyle(fc: FaciaContent): CardStyle

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def commentCloseDate(fc: FaciaContent): Option[String]

  12. def contributors(fc: FaciaContent): Seq[Tag]

  13. def discussionId(fc: FaciaContent): Option[String]

  14. def elements(fc: FaciaContent): List[Element]

  15. def embedCss(fc: FaciaContent): Option[String]

  16. def embedType(fc: FaciaContent): Option[String]

  17. def embedUri(fc: FaciaContent): Option[String]

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fold[T](fc: FaciaContent)(c: (CuratedContent) ⇒ T, scc: (SupportingCuratedContent) ⇒ T, ls: (LinkSnap) ⇒ T, las: (LatestSnap) ⇒ T): T

  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def headline(fc: FaciaContent): String

  25. def headlineOption(fc: FaciaContent): Option[String]

  26. def href(fc: FaciaContent): Option[String]

  27. def id(fc: FaciaContent): String

  28. def image(fc: FaciaContent): Option[FaciaImage]

  29. def isAnalysis(fc: FaciaContent): Boolean

  30. def isArticle(fc: FaciaContent): Boolean

  31. def isAudio(fc: FaciaContent): Boolean

  32. def isBoosted(fc: FaciaContent): Boolean

  33. def isCartoon(fc: FaciaContent): Boolean

  34. def isClosedForComments(fc: FaciaContent): Boolean

  35. def isComment(fc: FaciaContent): Boolean

  36. def isCommentable(fc: FaciaContent): Boolean

  37. def isContributorPage(fc: FaciaContent): Boolean

  38. def isCrossword(fc: FaciaContent): Boolean

  39. def isEditorial(fc: FaciaContent): Boolean

  40. def isFeature(fc: FaciaContent): Boolean

  41. def isGallery(fc: FaciaContent): Boolean

  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. def isLetters(fc: FaciaContent): Boolean

  44. def isLive(fc: FaciaContent): Boolean

  45. def isLiveBlog(fc: FaciaContent): Boolean

  46. def isMedia(fc: FaciaContent): Boolean

  47. def isPodcast(fc: FaciaContent): Boolean

  48. def isReview(fc: FaciaContent): Boolean

  49. def isVideo(fc: FaciaContent): Boolean

  50. def itemKicker(fc: FaciaContent): Option[ItemKicker]

  51. def keywords(fc: FaciaContent): Seq[Tag]

  52. def linkText(fc: FaciaContent): Option[String]

  53. def maybeContent(fc: FaciaContent): Option[Content]

  54. def maybeSection(fc: FaciaContent): Option[String]

  55. def maybeShortUrl(fc: FaciaContent): Option[String]

  56. def maybeWebTitle(fc: FaciaContent): Option[String]

  57. def mediaType(fc: FaciaContent): Option[MediaType]

  58. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  59. def nonKeywordTags(fc: FaciaContent): Seq[Tag]

  60. final def notify(): Unit

    Definition Classes
    AnyRef
  61. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  62. def properties(fc: FaciaContent): Option[ContentProperties]

  63. def section(fc: FaciaContent): String

  64. def sectionName(fc: FaciaContent): Option[String]

  65. def series(fc: FaciaContent): Seq[Tag]

  66. def shortUrl(fc: FaciaContent): String

  67. def shortUrlPath(fc: FaciaContent): Option[String]

  68. def showBoostedHeadline(fc: FaciaContent): Boolean

  69. def showByline(fc: FaciaContent): Boolean

  70. def showMainVideo(fc: FaciaContent): Boolean

  71. def showQuotedHeadline(fc: FaciaContent): Boolean

  72. def standfirst(fc: FaciaContent): Option[String]

  73. def starRating(fc: FaciaContent): Option[Int]

  74. def supporting(fc: FaciaContent): List[FaciaContent]

  75. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  76. def tags(fc: FaciaContent): List[Tag]

  77. def toString(): String

    Definition Classes
    AnyRef → Any
  78. def tones(fc: FaciaContent): Seq[Tag]

  79. def trailText(fc: FaciaContent): Option[String]

  80. def types(fc: FaciaContent): Seq[Tag]

  81. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. def webPublicationDate(fc: FaciaContent): DateTime

  85. def webPublicationDateOption(fc: FaciaContent): Option[DateTime]

  86. def webTitle(fc: FaciaContent): String

  87. def webUrl(fc: FaciaContent): Option[String]

Inherited from AnyRef

Inherited from Any

Ungrouped