Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
allFields
: List[net.liftweb.record.Field[_, M]]
-
def
asInstanceOf
[T0]
: T0
-
def
asJSON
: JsExp
-
def
asJValue
: JObject
-
def
asJsExp
: JsExp
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
fieldByName
(fieldName: String): Box[net.liftweb.record.Field[_, M]]
-
def
fields
(): List[net.liftweb.record.Field[_, M]]
-
def
finalize
(): Unit
-
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
-
-
def
queryParams
[Ord, Lim, MM <: MinimumMatchType, Select, H <: Highlighting, Q <: QualityFilter]
(qb: QueryBuilder[M, Ord, Lim, MM, Select, H, Q]): Seq[(String, String)]
-
def
queryParamsNoBounds
[Ord, Lim, MM <: MinimumMatchType, Select, H <: Highlighting, Q <: QualityFilter]
(qb: QueryBuilder[M, Ord, Lim, MM, Select, H, Q]): Seq[(String, String)]
-
def
queryParamsWithBounds
[Ord, Lim, MM <: MinimumMatchType, Select, H <: Highlighting, Q <: QualityFilter]
(qb: QueryBuilder[M, Ord, Lim, MM, Select, H, Q], qstart: Option[Long], qrows: Option[Long]): Seq[(String, String)]
-
def
runSafe
[T]
(f: ⇒ T): T
-
def
safe_?
: Boolean
-
def
saveTheRecord
(): Box[M]
-
def
setFieldsFromJSON
(json: String): Box[Unit]
-
def
setFieldsFromJValue
(jvalue: JValue): Box[Unit]
-
def
setFieldsFromJsonString
(json: String): Box[Unit]
-
def
setFieldsFromReq
(req: Req): Unit
-
def
solrQueryFuture
[Y]
(creator: Option[((Map[String, Any], Option[Map[String, ArrayList[String]]])) ⇒ Y], params: Seq[(String, String)], fieldstofetch: List[String], fallOf: Option[Double], min: Option[Int]): Future[SearchResults[M, Y]]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
timeFuture
[T]
(someFuture: Future[T]): Future[(Long, T)]
-
def
toForm
(f: (M) ⇒ Unit): NodeSeq
-
def
toForm
(button: Box[String])(f: (M) ⇒ Unit): NodeSeq
-
def
toString
(): String
-
def
toXHtml
: NodeSeq
-
def
validate
: List[FieldError]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
Inherited from Record[M]
Inherited from FieldContainer
Inherited from AnyRef
Inherited from Any