The meta record (the object that contains the meta result for this type)
The meta record (the object that contains the meta result for this type)
Returns the JSON representation of this record
Encode this record instance as a JObject
Encode this record instance as a JObject
Returns the JSON representation of this record, converts asJValue to JsObj
Returns the JSON representation of this record, converts asJValue to JsObj
a JsObj
Find the field by name
Find the field by name
-- the name of the field to find
Box[MappedField]
Get the fields defined on the meta object for this record instance
Get the fields defined on the meta object for this record instance
Is it safe to make changes to the record (or should we check access control?)
Is it safe to make changes to the record (or should we check access control?)
Save the instance and return the instance
Save the instance and return the instance
Set the fields of this record from the given JValue
Set the fields of this record from the given JValue
Sets the fields of this Record from the given JSON.
Sets the fields of this Record from the given JSON.
Sets the fields of this Record from the given Req.
Sets the fields of this Record from the given Req.
Present the model as a form and execute the function on submission of the form
Present the model as a form and execute the function on submission of the form
- the function to execute on form submission
the form
Present the model as a form and execute the function on submission of the form
Present the model as a form and execute the function on submission of the form
- If it's Full, put a submit button on the form with the value of the parameter
- the function to execute on form submission
the form
Returns the HTML representation of this Record
Returns the HTML representation of this Record
Validates this Record by calling validators for each field
Validates this Record by calling validators for each field
a List of FieldError. If this list is empty you can assume that record was validated successfully