| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
| asJSON.. |
def asJSON
Retuns the JSON representation of this record
[details]
|
JsExp | Record |
| can_delete_?.. |
def can_delete_?
Can this model object be deleted?
|
Boolean | |
| connectionIdentifier.. |
def connectionIdentifier
|
ConnectionIdentifier | |
| dbCalculateConnectionIdentifier.. |
def dbCalculateConnectionIdentifier
|
PartialFunction[MyType, ConnectionIdentifier] | |
| delete_!.. |
def delete_!
Delete the instance from backing store
|
Boolean | |
| meta.. |
abstract def meta
The meta record (the object that contains the meta result for this type)
|
DBMetaRecord[MyType] | |
| safe_?.. |
final def safe_?
Is it safe to make changes to the record (or should we check access control?)
|
Boolean | Record |
| toXHtml.. |
def toXHtml
Returns the HTML representation ofthis Record
|
NodeSeq | Record |
| validate.. |
def validate
Validates this Record by calling validators for each field
[details]
|
List[FieldError] | Record |
| !=.. |
final def !=(arg0 : Object)
|
Boolean | AnyRef |
| !=.. |
final def !=(arg0 : Any)
|
Boolean | Any |
| ==.. |
final def ==(arg0 : Any)
|
Boolean | Any |
| ==.. |
final def ==(arg0 : Object)
|
Boolean | AnyRef |
| asInstanceOf.. |
final def asInstanceOf[T0]
|
T0 | Any |
| clone.. |
protected def clone
|
Object | AnyRef |
| doPostCommit.. |
def doPostCommit(func : () => Unit)
Append a function to perform after the commit happens
[details]
|
Unit | |
| eq.. |
final def eq(arg0 : Object)
|
Boolean | AnyRef |
| equals.. |
def equals(arg0 : Any)
|
Boolean | AnyRef |
| fieldByName.. |
def fieldByName(fieldName : String)
Find the field by name
[details]
|
Box[OwnedField[MyType]] | Record |
| fields.. |
def fields
Get the fields defined on the meta object for this record instance
|
List[OwnedField[MyType]] | Record |
| finalize.. |
protected def finalize
|
Unit | AnyRef |
| getClass.. |
final def getClass
|
Class[Any] | AnyRef |
| hashCode.. |
def hashCode
|
Int | AnyRef |
| isInstanceOf.. |
final def isInstanceOf[T0]
|
Boolean | Any |
| ne.. |
final def ne(arg0 : Object)
|
Boolean | AnyRef |
| notify.. |
final def notify
|
Unit | AnyRef |
| notifyAll.. |
final def notifyAll
|
Unit | AnyRef |
| runSafe.. |
def runSafe[T](f : => T)
|
T | Record |
| save.. |
def save
Save the instance and return the instance
|
MyType | |
| setFieldsFromJSON.. |
def setFieldsFromJSON(json : String)
Sets the fields of this Record from the given JSON
|
Box[Unit] | Record |
| setFieldsFromReq.. |
def setFieldsFromReq(req : Req)
Sets the fields of this Record from the given Req
|
Box[Unit] | Record |
| synchronized.. |
final def synchronized[T0](arg0 : T0)
|
T0 | AnyRef |
| toForm.. |
def toForm(f : (MyType) => Unit)
Present the model as a form and execute the function on submission of the form
[details]
|
NodeSeq | Record |
| toForm.. |
def toForm(button : Box[String])(f : (MyType) => Unit)
Present the model as a form and execute the function on submission of the form
[details]
|
NodeSeq | Record |
| toString.. |
def toString
|
String | AnyRef |
| wait.. |
final def wait(arg0 : Long, arg1 : Int)
|
Unit | AnyRef |
| wait.. |
final def wait
|
Unit | AnyRef |
| wait.. |
final def wait(arg0 : Long)
|
Unit | AnyRef |
| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |