Object/Trait

com.gu.flexibleoctopus.model.thrift

Article

Related Docs: trait Article | package thrift

Permalink

object Article extends ValidatingThriftStructCodec3[Article] with StructBuilderFactory[Article] with Serializable

Represents a single article of a story bundle as generated by inCopy, such as the headline, standfirst, or body text

Linear Supertypes
Serializable, Serializable, StructBuilderFactory[Article], ValidatingThriftStructCodec3[Article], ThriftStructCodec3[Article], ThriftStructCodec[Article], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Article
  2. Serializable
  3. Serializable
  4. StructBuilderFactory
  5. ValidatingThriftStructCodec3
  6. ThriftStructCodec3
  7. ThriftStructCodec
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends Article

    Permalink

    The default read-only implementation of Article.

    The default read-only implementation of Article. You typically should not need to directly reference this class; instead, use the Article.apply method to construct new instances.

  2. trait Proxy extends Article

    Permalink

    This Proxy trait allows you to extend the Article trait with additional state or behavior and implement the read-only methods from Article using an underlying instance.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val FilenameField: TField

    Permalink
  5. val FilenameFieldManifest: Manifest[String]

    Permalink
  6. val ForPublicationField: TField

    Permalink
  7. val ForPublicationFieldI32: TField

    Permalink
  8. val ForPublicationFieldManifest: Manifest[ForPublication]

    Permalink
  9. val IdField: TField

    Permalink
  10. val IdFieldManifest: Manifest[Long]

    Permalink
  11. object Immutable extends ThriftStructCodec3[Article] with Serializable

    Permalink
  12. val InUseByField: TField

    Permalink
  13. val InUseByFieldManifest: Manifest[String]

    Permalink
  14. val IsCheckedOutField: TField

    Permalink
  15. val IsCheckedOutFieldManifest: Manifest[Boolean]

    Permalink
  16. val LastModifiedByField: TField

    Permalink
  17. val LastModifiedByFieldManifest: Manifest[String]

    Permalink
  18. val LastModifiedField: TField

    Permalink
  19. val LastModifiedFieldManifest: Manifest[Long]

    Permalink
  20. val LawyeredField: TField

    Permalink
  21. val LawyeredFieldI32: TField

    Permalink
  22. val LawyeredFieldManifest: Manifest[Lawyered]

    Permalink
  23. val NoPassthroughFields: Map[Short, TFieldBlob]

    Permalink
  24. val StatusField: TField

    Permalink
  25. val StatusFieldI32: TField

    Permalink
  26. val StatusFieldManifest: Manifest[ArticleStatus]

    Permalink
  27. val Struct: TStruct

    Permalink
  28. def apply(id: Long, forPublication: ForPublication, inUseBy: Option[String] = _root_.scala.None, isCheckedOut: Boolean, lastModified: Long, lawyered: Lawyered, status: ArticleStatus, filename: String, lastModifiedBy: String): Article

    Permalink
  29. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  30. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def decode(_iprot: TProtocol): Article

    Permalink
    Definition Classes
    Article → ThriftStructCodec
  32. def encode(_item: Article, _oproto: TProtocol): Unit

    Permalink
    Definition Classes
    Article → ThriftStructCodec
  33. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Permalink

    Field information in declaration order.

  36. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. lazy val metaData: ThriftStructMetaData[Article]

    Permalink
    Definition Classes
    Article → ThriftStructCodec
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def newBuilder(): StructBuilder[Article]

    Permalink
    Definition Classes
    Article → StructBuilderFactory
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. val structAnnotations: Map[String, String]

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

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. def ttypeToString(byte: Byte): String

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  49. def unapply(_item: Article): Option[(Long, ForPublication, Option[String], Boolean, Long, Lawyered, ArticleStatus, String, String)]

    Permalink
  50. def validate(_item: Article): Unit

    Permalink

    Checks that all required fields are non-null.

  51. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]

    Permalink
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  52. def validateNewInstance(item: Article): Seq[Issue]

    Permalink

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    Article → ValidatingThriftStructCodec3
  53. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def withoutPassthroughFields(original: Article): Article

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from StructBuilderFactory[Article]

Inherited from ValidatingThriftStructCodec3[Article]

Inherited from ThriftStructCodec3[Article]

Inherited from ThriftStructCodec[Article]

Inherited from AnyRef

Inherited from Any

Ungrouped