Class

io.fsq.exceptionator.model.gen

NoticeRecordMeta

Related Doc: package gen

Permalink

class NoticeRecordMeta extends MetaRecord[NoticeRecord, NoticeRecordMeta] with HasMetaPrimaryKey[ObjectId, NoticeRecord] with RecordProvider[NoticeRecord]

Linear Supertypes
RecordProvider[NoticeRecord], HasMetaPrimaryKey[ObjectId, NoticeRecord], MetaRecord[NoticeRecord, NoticeRecordMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoticeRecordMeta
  2. RecordProvider
  3. HasMetaPrimaryKey
  4. MetaRecord
  5. UntypedMetaRecord
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NoticeRecordMeta()

    Permalink

Type Members

  1. sealed abstract class _Fields extends TFieldIdEnum

    Permalink

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 BUCKETS_FDESC: TField

    Permalink
  5. val EXPIREAT_FDESC: TField

    Permalink
  6. val ID_FDESC: TField

    Permalink
  7. val KEYWORDS_FDESC: TField

    Permalink
  8. val NOTICERECORD_SDESC: TStruct

    Permalink
  9. val NOTICE_FDESC: TField

    Permalink
  10. val TAGS_FDESC: TField

    Permalink
  11. val UNKNOWN_FIELD: TField

    Permalink
  12. object _Fields

    Permalink
  13. val annotations: Annotations

    Permalink
    Definition Classes
    NoticeRecordMeta → UntypedMetaRecord
  14. def apply(id: ObjectId, expireAt: DateTime, tags: Seq[String], buckets: Seq[String], notice: Incoming, keywords: Seq[String]): NoticeRecord

    Permalink
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. val buckets: OptionalFieldDescriptor[Seq[String], NoticeRecord, NoticeRecordMeta]

    Permalink
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def createRawRecord: RawNoticeRecord

    Permalink
    Definition Classes
    NoticeRecordMeta → MetaRecord
  19. def createRecord: NoticeRecord

    Permalink
    Definition Classes
    NoticeRecordMeta → RecordProvider → MetaRecord
  20. def createUntypedRawRecord: UntypedRecord

    Permalink
    Definition Classes
    NoticeRecordMeta → UntypedMetaRecord
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. val expireAt: OptionalFieldDescriptor[DateTime, NoticeRecord, NoticeRecordMeta]

    Permalink
  24. val fields: Seq[FieldDescriptor[_, NoticeRecord, NoticeRecordMeta]]

    Permalink
    Definition Classes
    NoticeRecordMeta → MetaRecord
  25. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. val id: OptionalFieldDescriptor[ObjectId, NoticeRecord, NoticeRecordMeta]

    Permalink
  29. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

    Permalink
  30. def ifInstanceFrom(x: AnyRef): Option[NoticeRecord]

    Permalink
    Definition Classes
    NoticeRecordMeta → MetaRecord
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. val keywords: OptionalFieldDescriptor[Seq[String], NoticeRecord, NoticeRecordMeta]

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. val notice: StructFieldDescriptor[NoticeRecord, NoticeRecordMeta, Incoming, IncomingMeta]

    Permalink
  35. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  37. def primaryKey: FieldDescriptor[ObjectId, NoticeRecord, NoticeRecordMeta]

    Permalink
    Definition Classes
    NoticeRecordMeta → HasMetaPrimaryKey
  38. def recordName: String

    Permalink
    Definition Classes
    NoticeRecordMeta → UntypedMetaRecord
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. val tags: OptionalFieldDescriptor[Seq[String], NoticeRecord, NoticeRecordMeta]

    Permalink
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. def untypedFields: Seq[UntypedFieldDescriptor]

    Permalink
    Definition Classes
    NoticeRecordMeta → UntypedMetaRecord
  43. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Permalink
    Definition Classes
    NoticeRecordMeta → UntypedMetaRecord
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. val wireNameToTField: Map[String, TField]

    Permalink

Inherited from RecordProvider[NoticeRecord]

Inherited from HasMetaPrimaryKey[ObjectId, NoticeRecord]

Inherited from MetaRecord[NoticeRecord, NoticeRecordMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped