Trait

com.gu.flexibleoctopus.model.thrift.StoryBundle

Proxy

Related Doc: package StoryBundle

Permalink

trait Proxy extends StoryBundle

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

Linear Supertypes
StoryBundle, Serializable, ValidatingThriftStruct[StoryBundle], HasThriftStructCodec3[StoryBundle], Product9[Long, String, String, String, Article, Option[Article], Option[Long], Option[Long], Option[String]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Proxy
  2. StoryBundle
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product9
  7. Product
  8. Equals
  9. ThriftStruct
  10. ThriftStructIface
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _underlying_StoryBundle: StoryBundle

    Permalink
    Attributes
    protected

Concrete 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. def _1: Long

    Permalink
    Definition Classes
    StoryBundle → Product9
  5. def _2: String

    Permalink
    Definition Classes
    StoryBundle → Product9
  6. def _3: String

    Permalink
    Definition Classes
    StoryBundle → Product9
  7. def _4: String

    Permalink
    Definition Classes
    StoryBundle → Product9
  8. def _5: Article

    Permalink
    Definition Classes
    StoryBundle → Product9
  9. def _6: Option[Article]

    Permalink
    Definition Classes
    StoryBundle → Product9
  10. def _7: Option[Long]

    Permalink
    Definition Classes
    StoryBundle → Product9
  11. def _8: Option[Long]

    Permalink
    Definition Classes
    StoryBundle → Product9
  12. def _9: Option[String]

    Permalink
    Definition Classes
    StoryBundle → Product9
  13. def _codec: ValidatingThriftStructCodec3[StoryBundle]

    Permalink
    Definition Classes
    StoryBundle → ValidatingThriftStruct → HasThriftStructCodec3
  14. def _passthroughFields: Map[Short, TFieldBlob]

    Permalink
    Definition Classes
    ProxyStoryBundle
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def bodyText: Article

    Permalink
    Definition Classes
    ProxyStoryBundle
  17. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    StoryBundle → Equals
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def composerId: String

    Permalink
    Definition Classes
    ProxyStoryBundle
  20. def copy(id: Long = this.id, composerId: String = this.composerId, publicationCode: String = this.publicationCode, sectionCode: String = this.sectionCode, bodyText: Article = this.bodyText, headline: Option[Article] = this.headline, pageNumber: Option[Long] = this.pageNumber, printPublicationDate: Option[Long] = this.printPublicationDate, octopusLayoutId: Option[String] = this.octopusLayoutId, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): StoryBundle

    Permalink
    Definition Classes
    StoryBundle
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    StoryBundle → Equals → AnyRef → Any
  23. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Permalink

    Gets a field value encoded as a binary blob using TCompactProtocol.

    Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

    Definition Classes
    StoryBundle
  26. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Permalink

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Definition Classes
    StoryBundle
  27. def hashCode(): Int

    Permalink
    Definition Classes
    StoryBundle → AnyRef → Any
  28. def headline: Option[Article]

    Permalink
    Definition Classes
    ProxyStoryBundle
  29. def id: Long

    Permalink
    Definition Classes
    ProxyStoryBundle
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def newBuilder(): StructBuilder[StoryBundle]

    Permalink
    Definition Classes
    StoryBundle
  33. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  35. def octopusLayoutId: Option[String]

    Permalink
    Definition Classes
    ProxyStoryBundle
  36. def pageNumber: Option[Long]

    Permalink
    Definition Classes
    ProxyStoryBundle
  37. def printPublicationDate: Option[Long]

    Permalink
    Definition Classes
    ProxyStoryBundle
  38. def productArity: Int

    Permalink
    Definition Classes
    Product9 → Product
  39. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product9 → Product
    Annotations
    @throws( ... )
  40. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  41. def productPrefix: String

    Permalink
    Definition Classes
    StoryBundle → Product
  42. def publicationCode: String

    Permalink
    Definition Classes
    ProxyStoryBundle
  43. def sectionCode: String

    Permalink
    Definition Classes
    ProxyStoryBundle
  44. def setField(_blob: TFieldBlob): StoryBundle

    Permalink

    Sets a field using a TCompactProtocol-encoded binary blob.

    Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.

    Definition Classes
    StoryBundle
  45. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    StoryBundle → AnyRef → Any
  47. def toTuple: (Long, String, String, String, Article, Option[Article], Option[Long], Option[Long], Option[String])

    Permalink
    Definition Classes
    StoryBundle
  48. def unsetBodyText: StoryBundle

    Permalink
    Definition Classes
    StoryBundle
  49. def unsetComposerId: StoryBundle

    Permalink
    Definition Classes
    StoryBundle
  50. def unsetField(_fieldId: Short): StoryBundle

    Permalink

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    StoryBundle
  51. def unsetHeadline: StoryBundle

    Permalink
    Definition Classes
    StoryBundle
  52. def unsetId: StoryBundle

    Permalink

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    StoryBundle
  53. def unsetOctopusLayoutId: StoryBundle

    Permalink
    Definition Classes
    StoryBundle
  54. def unsetPageNumber: StoryBundle

    Permalink
    Definition Classes
    StoryBundle
  55. def unsetPrintPublicationDate: StoryBundle

    Permalink
    Definition Classes
    StoryBundle
  56. def unsetPublicationCode: StoryBundle

    Permalink
    Definition Classes
    StoryBundle
  57. def unsetSectionCode: StoryBundle

    Permalink
    Definition Classes
    StoryBundle
  58. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    StoryBundle → ThriftStruct

Inherited from StoryBundle

Inherited from Serializable

Inherited from ValidatingThriftStruct[StoryBundle]

Inherited from HasThriftStructCodec3[StoryBundle]

Inherited from Product9[Long, String, String, String, Article, Option[Article], Option[Long], Option[Long], Option[String]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped