org.tyranid.locale.db

Region

object Region extends RamEntity

Linear Supertypes
RamEntity, Serializable, Serializable, Product, Equals, Entity, DbItem, Domain, Valid, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Region
  2. RamEntity
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. Entity
  8. DbItem
  9. Domain
  10. Valid
  11. AnyRef
  12. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def attByDbName (dbName: String): Attribute

    Definition Classes
    Entity
  8. def attrib (name: String): Attribute

    Definition Classes
    Entity
  9. val attribs : ArrayBuffer[Attribute]

    Definition Classes
    Entity
  10. def byRecordTid (recordTid: String): Option[Record]

    Definition Classes
    Entity
  11. def canEqual (arg0: Any): Boolean

    Definition Classes
    RamEntity → Equals
  12. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def codeForId (id: Int): String

  14. def create : Unit

    Definition Classes
    RamEntityEntity
  15. lazy val dbName : String

    Definition Classes
    RamEntityDbItem
  16. def drop : Unit

    Definition Classes
    RamEntityEntity
  17. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def equals (arg0: Any): Boolean

    Definition Classes
    RamEntity → Equals → AnyRef → Any
  19. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  21. def hashCode (): Int

    Definition Classes
    RamEntity → AnyRef → Any
  22. def idForAbbr (s: String): Int

  23. def idLabels : Seq[(AnyRef, String)]

    Definition Classes
    RamEntityEntity
  24. lazy val idType : IdType

    Definition Classes
    EntityDomain
  25. def init1 (s: StaticBuilder): Unit

  26. def inputcClasses : String

    These are the class(es) that should be added to the input container.

    These are the class(es) that should be added to the input container.

    Definition Classes
    Domain
  27. def isAuto : Boolean

    Is this field automatic populated by the underlying DBMS.

    Is this field automatic populated by the underlying DBMS.

    Definition Classes
    Domain
  28. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  29. lazy val isSearchable : Boolean

    Definition Classes
    Entity
  30. def isSet (v: Any): Boolean

    Definition Classes
    Domain
  31. def isStatic : Boolean

    Definition Classes
    Entity
  32. lazy val keyAtt : Option[Attribute]

    Definition Classes
    Entity
  33. lazy val label : String

    Definition Classes
    Entity
  34. lazy val labelAtt : Option[Attribute]

    Definition Classes
    Entity
  35. def labelFor (id: Any): String

    Definition Classes
    RamEntityEntity
  36. def makeView : View

    Definition Classes
    RamEntityEntity
  37. val name : String

    Definition Classes
    EntityDbItem
  38. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  39. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  40. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  41. def productArity : Int

    Definition Classes
    RamEntity → Product
  42. def productElement (arg0: Int): Any

    Definition Classes
    RamEntity → Product
  43. def productIterator : Iterator[Any]

    Definition Classes
    Product
  44. def productPrefix : String

    Definition Classes
    RamEntity → Product
  45. def readResolve (): AnyRef

    Attributes
    protected
  46. def recreate : Unit

    Definition Classes
    Entity
  47. def regionsForCountry (cid: Int): Seq[Record]

  48. def save (r: Record): Unit

    Definition Classes
    Entity
  49. val searchIndex : String

    Definition Classes
    Entity
  50. def see (v: AnyRef): String

    Definition Classes
    Domain
  51. def show (s: Scope): Boolean

    Definition Classes
    Domain
  52. val sqlName : String

    Definition Classes
    EntityDomain
  53. def static (tuples: Tuple*): Unit

    Definition Classes
    Entity
  54. def static (names: Product, tuples: Product*): Unit

    Definition Classes
    Entity
  55. def static (block: (StaticBuilder) ⇒ Unit): Unit

    Definition Classes
    Entity
  56. var staticIdIndex : HashMap[Long, Tuple]

    Definition Classes
    Entity
  57. def staticLabelFor (id: Long): String

    Definition Classes
    Entity
  58. var staticRecords : Array[Tuple]

    Definition Classes
    Entity
  59. var staticView : TupleView

    Definition Classes
    Entity
  60. implicit def str2att (name: String): Attribute

    Attributes
    implicit
    Definition Classes
    Entity
  61. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  62. def tid (r: Record, va: ViewAttribute): String

    Definition Classes
    Domain
  63. val tid : String

    Tyranid ID.

    Tyranid ID. This is a 3-byte identifier stored as a 4-character base64 string. All Entity TIDs should be unique.

    Definition Classes
    RamEntityEntity
  64. def toString (): String

    Definition Classes
    RamEntity → AnyRef → Any
  65. def ui (s: Scope, f: Field, opts: (String, String)*): NodeSeq

    Definition Classes
    Domain
  66. def validations : List[(Scope) ⇒ Option[Invalid]]

    Definition Classes
    Valid
  67. def viewFor (names: String*): TupleView

    Definition Classes
    RamEntity
  68. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from RamEntity

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Entity

Inherited from DbItem

Inherited from Domain

Inherited from Valid

Inherited from AnyRef

Inherited from Any