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 create : Unit

    Definition Classes
    RamEntityEntity
  14. lazy val dbName : String

    Definition Classes
    RamEntityDbItem
  15. def drop : Unit

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

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

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

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

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

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

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

    Definition Classes
    RamEntityEntity
  23. lazy val idType : IdType

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

  25. 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
  26. def isAuto : Boolean

    Is this field automatic populated by the underlying DBMS.

    Is this field automatic populated by the underlying DBMS.

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

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

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

    Definition Classes
    Domain
  30. def isStatic : Boolean

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

    Definition Classes
    Entity
  32. lazy val label : String

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

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

    Definition Classes
    RamEntityEntity
  35. def makeView : View

    Definition Classes
    RamEntityEntity
  36. val name : String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  40. def productArity : Int

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

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

    Definition Classes
    Product
  43. def productPrefix : String

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

    Attributes
    protected
  45. def recreate : Unit

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

  47. def save (r: Record): Unit

    Definition Classes
    Entity
  48. val searchIndex : String

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

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

    Definition Classes
    Domain
  51. val sqlName : String

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

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

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

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

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

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

    Definition Classes
    Entity
  58. var staticView : TupleView

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

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

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

    Definition Classes
    Domain
  62. 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
  63. def toString (): String

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

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

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

    Definition Classes
    RamEntity
  67. def wait (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  69. 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