Type Members
-
type
_$8
-
type
_$8
Abstract Value Members
-
val
myClient
: Option[Client]
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
appendDispatch
(func: PartialFunction[Req, (T) ⇒ Box[LiftResponse]]): RulesSeq[PartialFunction[Req, () ⇒ Box[LiftResponse]]]
-
def
asInstanceOf
[T0]
: T0
-
def
asJSON
(inst: T): JsObj
-
def
asJValue
(rec: T): JObject
-
def
asJsExp
(inst: T): JsExp
-
def
client
: Client
-
def
clone
(): AnyRef
-
val
clusterName
: String
-
def
createRecord
: T
-
def
createWithMutableField
[FieldType]
(original: T, field: Field[FieldType, T], newValue: Box[FieldType]): T
-
val
docType
: String
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
fieldByName
(fieldName: String, inst: T): Box[net.liftweb.record.Field[_, T]]
-
def
fieldOrder
: List[net.liftweb.record.Field[_, T]]
-
def
fields
(rec: T): List[net.liftweb.record.Field[_, T]]
-
def
finalize
(): Unit
-
def
foreachCallback
(inst: T, f: (LifecycleCallbacks) ⇒ Any): Unit
-
var
formTemplate
: Box[NodeSeq]
-
def
fromJSON
(json: String): Box[T]
-
def
fromJValue
(jvalue: JValue): Box[T]
-
def
fromJsonString
(json: String): Box[T]
-
def
fromReq
(r: Req): T
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
indexName
: String
-
def
instantiateRecord
: T
-
def
introspect
(rec: T, methods: Array[Method])(f: (Method, net.liftweb.record.Field[_, T]) ⇒ Any): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
-
def
metaFields
(): List[net.liftweb.record.Field[_, T]]
-
def
mutable_?
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
var
node
: Node
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
prependDispatch
(func: PartialFunction[Req, (T) ⇒ Box[LiftResponse]]): RulesSeq[PartialFunction[Req, () ⇒ Box[LiftResponse]]]
-
val
rootClass
: java.lang.Class[_ >: ?0]
-
def
serverInetSockets
: List[InetSocketTransportAddress]
-
def
servers
: List[String]
-
def
setFieldsFromJSON
(inst: T, json: String): Box[Unit]
-
def
setFieldsFromJValue
(rec: T, jvalue: JValue): Box[Unit]
-
def
setFieldsFromJsonString
(inst: T, json: String): Box[Unit]
-
def
setFieldsFromReq
(inst: T, req: Req): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
val
timeout
: Int
-
def
toForm
(inst: T, template: NodeSeq): NodeSeq
-
def
toForm
(inst: T): NodeSeq
-
def
toString
(): String
-
def
toXHtml
(inst: T): NodeSeq
-
val
useTransport
: Boolean
-
def
validate
(inst: T): List[FieldError]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from MetaRecord[T]
Inherited from AnyRef
Inherited from Any