Trait

net.liftweb.mapper

MetaProtoTag

Related Doc: package mapper

Permalink

trait MetaProtoTag[ModelType <: ProtoTag[ModelType]] extends KeyedMetaMapper[Long, ModelType]

Self Type
MetaProtoTag[ModelType] with ModelType
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MetaProtoTag
  2. KeyedMetaMapper
  3. KeyedMapper
  4. BaseKeyedMapper
  5. MetaMapper
  6. Mapper
  7. SourceInfo
  8. Serializable
  9. Serializable
  10. BaseMapper
  11. FieldContainer
  12. BaseMetaMapper
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type AnyBound = T forSome {type T}

    Permalink
    Definition Classes
    MetaMapper
  2. case class FieldHolder(name: String, method: Method, field: MappedField[_, A]) extends Product with Serializable

    Permalink
    Definition Classes
    MetaMapper
  3. type FieldPF = PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Permalink
    Definition Classes
    Mapper
  4. type KeyedMapperType = ModelType

    Permalink
    Definition Classes
    KeyedMapperBaseKeyedMapper
  5. type MapperType = ModelType

    Permalink
    Definition Classes
    MapperBaseMapper
  6. type OtherMapper = KeyedMapper[_, _]

    Permalink
    Definition Classes
    MetaMapper
  7. type OtherMetaMapper = KeyedMetaMapper[_, _]

    Permalink
    Definition Classes
    MetaMapper
  8. type Q = MappedForeignKey[(MetaProtoTag.this)#AnyBound, ModelType, OO] with MappedField[(MetaProtoTag.this)#AnyBound, ModelType] forSome {type OO <: KeyedMapper[(MetaProtoTag.this)#AnyBound, OO]}

    Permalink
    Definition Classes
    KeyedMetaMapper
  9. type RealType = ModelType

    Permalink
    Definition Classes
    MetaMapperBaseMetaMapper
  10. type TheKeyType = Long

    Permalink
    Definition Classes
    KeyedMapperBaseKeyedMapper

Abstract Value Members

  1. abstract def cacheSize: Int

    Permalink
  2. abstract def getSingleton: KeyedMetaMapper[Long, ModelType]

    Permalink
    Definition Classes
    KeyedMapperMapper
  3. abstract def primaryKeyField: MappedField[Long, ModelType] with IndexedField[Long]

    Permalink
    Definition Classes
    KeyedMapperBaseKeyedMapper

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def _dbTableNameLC: String

    Permalink

    The table name, to lower case...

    The table name, to lower case... ensures that it works on all DBs

    Definition Classes
    MetaMapperBaseMetaMapper
  5. def addEndStuffs(in: String, params: List[QueryParam[ModelType]], conn: SuperConnection): (String, Box[Long], Box[Long])

    Permalink
    Attributes
    protected
    Definition Classes
    MetaMapper
  6. def addFormSnippet(html: NodeSeq): NodeSeq

    Permalink

    Base add form snippet.

    Base add form snippet. Fetches object from addSnippetSetup and invokes addSnippetCallback when the form is submitted.

    Definition Classes
    KeyedMetaMapper
  7. def addSnippetCallback(obj: ModelType): Unit

    Permalink

    Default callback behavior of the add snippet.

    Default callback behavior of the add snippet. Called when the user presses submit. Saves the passed in object.

    obj

    mapped object of this metamapper's type

    Definition Classes
    KeyedMetaMapper
  8. def addSnippetSetup: ModelType

    Permalink

    Default setup behavior for the add snippet.

    Default setup behavior for the add snippet. Creates a new mapped object.

    returns

    new mapped object

    Definition Classes
    KeyedMetaMapper
  9. object addlQueryParams extends RequestVar[List[QueryParam[A]]]

    Permalink
    Definition Classes
    MetaMapper
  10. def afterCommit: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  11. def afterCreate: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  12. def afterDelete: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  13. def afterSave: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  14. def afterSchemifier: Unit

    Permalink
    Definition Classes
    KeyedMetaMapperMetaMapperBaseMetaMapper
  15. def afterUpdate: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  16. def afterValidation: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  17. def afterValidationOnCreate: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  18. def afterValidationOnUpdate: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  19. def allFieldNames(): Seq[(String, SourceFieldMetadata)]

    Permalink

    Get a list of all the fields

    Get a list of all the fields

    returns

    a list of all the fields

    Definition Classes
    MapperSourceInfo
  20. def allFields: Seq[BaseField]

    Permalink
    Definition Classes
    MapperFieldContainer
  21. def appendFieldToStrings(in: ModelType): String

    Permalink
    Definition Classes
    MetaMapper
  22. def appendFieldTransform(transform: CssSel): Unit

    Permalink
    Definition Classes
    Mapper
  23. def asHtml(toLine: ModelType): NodeSeq

    Permalink
    Definition Classes
    MetaMapper
  24. def asHtml: NodeSeq

    Permalink
    Definition Classes
    Mapper
  25. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  26. def asJs(actual: ModelType): JsExp

    Permalink
    Definition Classes
    MetaMapper
  27. def asJs: JsExp

    Permalink

    Convert the model to a JavaScript object

    Convert the model to a JavaScript object

    Definition Classes
    Mapper
  28. def asSafeJs(actual: ModelType, f: KeyObfuscator): JsExp

    Permalink
    Definition Classes
    KeyedMetaMapper
  29. def asSafeJs(f: KeyObfuscator): JsExp

    Permalink
    Definition Classes
    KeyedMapper
  30. def asValid: Box[ModelType]

    Permalink

    Returns the instance in a Full Box if the instance is valid, otherwise returns a Failure with the validation errors

    Returns the instance in a Full Box if the instance is valid, otherwise returns a Failure with the validation errors

    Definition Classes
    Mapper
  31. def beforeCreate: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  32. def beforeDelete: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  33. def beforeSave: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  34. def beforeSchemifier: Unit

    Permalink
    Definition Classes
    MetaMapperBaseMetaMapper
  35. def beforeUpdate: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  36. def beforeValidation: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  37. def beforeValidationOnCreate: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  38. def beforeValidationOnUpdate: List[(ModelType) ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper
  39. implicit def boundedFieldToItem(in: (MappedField[String, ModelType], Int)): BoundedIndexField[ModelType]

    Permalink
    Definition Classes
    MetaMapper
  40. def buildMapper(rs: ResultSet): List[Box[(ResultSet, Int, ModelType) ⇒ Unit]]

    Permalink
    Definition Classes
    MetaMapper
  41. def buildSelectString(fields: Seq[SelectableField], conn: SuperConnection, by: QueryParam[ModelType]*): (String, Box[Long], Box[Long], List[QueryParam[ModelType]])

    Permalink

    Given fields, a connection and the query parameters, build a query and return the query String, and Start or MaxRows values (depending on whether the driver supports LIMIT and OFFSET) and the complete List of QueryParams based on any synthetic query parameters calculated during the query creation.

    Given fields, a connection and the query parameters, build a query and return the query String, and Start or MaxRows values (depending on whether the driver supports LIMIT and OFFSET) and the complete List of QueryParams based on any synthetic query parameters calculated during the query creation.

    fields

    -- a Seq of the fields to be selected

    conn

    -- the SuperConnection to be used for calculating the query

    by

    -- the varg of QueryParams

    returns

    a Tuple of the Query String, Start (offset), MaxRows (limit), and the list of all query parameters including and synthetic query parameters

    Definition Classes
    MetaMapper
  42. def bulkDelete_!!(dbId: ConnectionIdentifier, by: QueryParam[ModelType]*): Boolean

    Permalink
    Definition Classes
    MetaMapper
  43. def bulkDelete_!!(by: QueryParam[ModelType]*): Boolean

    Permalink
    Definition Classes
    MetaMapper
  44. def capify: (String) ⇒ String

    Permalink
  45. def checkNames: Unit

    Permalink
    Definition Classes
    Mapper
  46. def clean_?(toCheck: ModelType): Boolean

    Permalink

    Returns true if none of the fields are dirty

    Returns true if none of the fields are dirty

    Definition Classes
    MetaMapper
  47. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. val columnNamesForInsert: String

    Permalink
    Definition Classes
    MetaMapper
  49. def columnPrimaryKey_?(name: String): Boolean

    Permalink

    This method returns true if the named column is the primary key and it is autogenerated

    This method returns true if the named column is the primary key and it is autogenerated

    Definition Classes
    MetaMapper
  50. val columnQueriesForInsert: String

    Permalink
    Definition Classes
    MetaMapper
  51. def comparePrimaryKeys(other: ModelType): Boolean

    Permalink
    Definition Classes
    KeyedMapperMapper
  52. def connectionIdentifier: ConnectionIdentifier

    Permalink
    Definition Classes
    Mapper
  53. def connectionIdentifier(id: ConnectionIdentifier): ModelType

    Permalink
    Definition Classes
    Mapper
  54. def count(by: QueryParam[ModelType]*): Long

    Permalink
    Definition Classes
    MetaMapper
  55. def count: Long

    Permalink
    Definition Classes
    MetaMapper
  56. def countByInsecureSql(query: String, checkedBy: IHaveValidatedThisSQL): Long

    Permalink
    Definition Classes
    MetaMapper
  57. def countByInsecureSqlDb(dbId: ConnectionIdentifier, query: String, checkedBy: IHaveValidatedThisSQL): Long

    Permalink
    Definition Classes
    MetaMapper
  58. def countDb(dbId: ConnectionIdentifier, by: QueryParam[ModelType]*): Long

    Permalink
    Definition Classes
    MetaMapper
  59. def countryField: Box[MappedCountry[ModelType]]

    Permalink
    Definition Classes
    Mapper
  60. def create: ModelType

    Permalink
    Definition Classes
    MetaMapper
  61. def createInstance: ModelType

    Permalink
    Definition Classes
    MetaMapper
  62. def createInstance(dbId: ConnectionIdentifier, rs: ResultSet, mapFuncs: List[Box[(ResultSet, Int, ModelType) ⇒ Unit]]): ModelType

    Permalink
    Definition Classes
    MetaMapper
  63. def createInstances[T](dbId: ConnectionIdentifier, rs: ResultSet, start: Box[Long], omax: Box[Long], f: (ModelType) ⇒ Box[T]): List[T]

    Permalink
    Definition Classes
    MetaMapper
  64. def createInstances(dbId: ConnectionIdentifier, rs: ResultSet, start: Box[Long], omax: Box[Long]): List[ModelType]

    Permalink
    Definition Classes
    MetaMapper
  65. def crudSnippets: SnippetPF

    Permalink

    Defines the default CRUD snippets.

    Defines the default CRUD snippets. Override if you want to change the names of the snippets. Defaults are "add", "edit", and "view".

    (No, there's no D in CRUD.)

    Definition Classes
    KeyedMetaMapper
  66. def crudSnippets_?: Boolean

    Permalink

    Override this definition in your model to enable CRUD snippets for that model.

    Override this definition in your model to enable CRUD snippets for that model. Set to false by default.

    Remember to override editSnippetSetup and viewSnippetSetup as well, as the defaults are broken.

    returns

    false

    Definition Classes
    KeyedMetaMapper
  67. def dbAddTable: Box[() ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapperBaseMetaMapper
  68. def dbCalculateConnectionIdentifier: PartialFunction[ModelType, ConnectionIdentifier]

    Permalink
    Definition Classes
    Mapper
  69. def dbDefaultConnectionIdentifier: ConnectionIdentifier

    Permalink
    Definition Classes
    MetaMapper
  70. def dbIndexes: List[BaseIndex[ModelType]]

    Permalink
    Definition Classes
    MetaMapperBaseMetaMapper
  71. def dbName: String

    Permalink

    The name of the mapped object

    The name of the mapped object

    Definition Classes
    MetaMapperMapperBaseMapper
  72. def dbSelectDBConnectionForFind: PartialFunction[Long, ConnectionIdentifier]

    Permalink
    Definition Classes
    KeyedMetaMapper
  73. def dbStringToKey(in: String): Box[Long]

    Permalink
    Definition Classes
    KeyedMetaMapper
  74. def dbTableName: String

    Permalink

    The name of the database table.

    The name of the database table. Override this method if you want to change the table to something other than the name of the Mapper class

    Definition Classes
    MetaMapperBaseMetaMapper
  75. def db_can_delete_?: Boolean

    Permalink

    Can this model object be deleted?

    Can this model object be deleted?

    Definition Classes
    Mapper
  76. def decodeFromJSON_!(json: JObject, markFieldsAsDirty: Boolean): ModelType

    Permalink

    Decode the fields from a JSON Object.

    Decode the fields from a JSON Object. Should the fields be marked as dirty?

    Attributes
    protected
    Definition Classes
    MetaMapper
  77. def delete_!(toDelete: ModelType): Boolean

    Permalink
    Definition Classes
    MetaMapper
  78. def delete_!: Boolean

    Permalink

    Delete the model from the RDBMS

    Delete the model from the RDBMS

    Definition Classes
    Mapper
  79. def dirty_?(toTest: ModelType): Boolean

    Permalink
    Definition Classes
    MetaMapper
  80. def dirty_?: Boolean

    Permalink
    Definition Classes
    Mapper
  81. var displayFieldAsLineElement: (NodeSeq) ⇒ NodeSeq

    Permalink

    This function converts an element into the appropriate XHTML format for displaying across a line formatted block.

    This function converts an element into the appropriate XHTML format for displaying across a line formatted block. The default is <td> for use in XHTML tables. If you change this function, the change will be used for this MetaMapper unless you override the doHtmlLine method.

    Definition Classes
    MetaMapper
  82. var displayNameToHeaderElement: (String) ⇒ NodeSeq

    Permalink

    This function converts a header name into the appropriate XHTML format for displaying across the headers of a formatted block.

    This function converts a header name into the appropriate XHTML format for displaying across the headers of a formatted block. The default is <th> for use in XHTML tables. If you change this function, the change will be used for this MetaMapper unless you override the htmlHeades method

    Definition Classes
    MetaMapper
  83. lazy val doAllFieldNames: Seq[(String, SourceFieldMetadata)]

    Permalink

    Get a list of all the fields

    Get a list of all the fields

    returns

    a list of all the fields

    Definition Classes
    MetaMapper
  84. def doHtmlLine(toLine: ModelType): NodeSeq

    Permalink
    Definition Classes
    MetaMapper
  85. def doPostCommit(func: () ⇒ Unit): ModelType

    Permalink

    Append a function to perform after the commit happens

    Append a function to perform after the commit happens

    func

    - the function to perform after the commit happens

    Definition Classes
    Mapper
  86. def editFormSnippet(html: NodeSeq): NodeSeq

    Permalink

    Base edit form snippet.

    Base edit form snippet. Fetches object from editSnippetSetup and invokes editSnippetCallback when the form is submitted.

    Definition Classes
    KeyedMetaMapper
  87. def editSnippetCallback(obj: ModelType): Unit

    Permalink

    Default callback behavior of the edit snippet.

    Default callback behavior of the edit snippet. Called when the user presses submit. Saves the passed in object.

    obj

    mapped object of this metamapper's type

    Definition Classes
    KeyedMetaMapper
  88. def editSnippetSetup: ModelType

    Permalink

    Default setup behavior for the edit snippet.

    Default setup behavior for the edit snippet. BROKEN! MUST OVERRIDE IF USING CRUD SNIPPETS!

    returns

    a mapped object of this metamapper's type

    Definition Classes
    KeyedMetaMapper
  89. val elemName: String

    Permalink
    Definition Classes
    MetaMapper
  90. def encodeAsJSON_!(toEncode: ModelType): JObject

    Permalink

    This method will encode the instance as JSON.

    This method will encode the instance as JSON. It may reveal data in fields that might otherwise be proprietary. It should be used with caution and only exposed as a public method after a security review.

    Attributes
    protected
    Definition Classes
    MetaMapper
  91. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  92. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    KeyedMapper → AnyRef → Any
  93. def fieldByName[T](fieldName: String, actual: ModelType): Box[MappedField[T, ModelType]]

    Permalink

    Get a field by the field name

    Get a field by the field name

    fieldName

    -- the name of the field to get

    actual

    -- the instance to get the field on

    returns

    Box[The Field] (Empty if the field is not found)

    Definition Classes
    MetaMapper
  94. def fieldByName[T](fieldName: String): Box[MappedField[T, ModelType]]

    Permalink

    Find the field by name

    Find the field by name

    fieldName

    -- the name of the field to find

    returns

    Box[MappedField]

    Definition Classes
    Mapper
  95. def fieldMapperTransforms(fieldHtml: (BaseOwnedMappedField[ModelType]) ⇒ NodeSeq, mappedObject: ModelType): Seq[CssSel]

    Permalink

    A set of CssSels that can be used to bind this MetaMapper's fields.

    A set of CssSels that can be used to bind this MetaMapper's fields.

    Elements with a class matching the field name are mapped to the NodeSeq produced by the fieldHtml function that is passed in.

    So, with a MetaMapper that has three fields, name, date, and description, the resulting CSS selector transforms are:

    Seq(
      ".name" #> fieldHtml(-name field-),
      ".date" #> fieldHtml(-date field-),
      ".description" #> fieldHtml(-description field-)
    )

    Above, -name field-, -date field-, and -description field- refer to the actual MappedField objects for those fields.

    Definition Classes
    MetaMapper
  96. def fieldMapperTransforms(fieldTransform: (BaseOwnedMappedField[ModelType]) ⇒ NodeSeq): Seq[CssSel]

    Permalink

    Given a function that takes a mapper field and returns a NodeSeq for the field, return, for this mapper instance, a set of CSS selector transforms that will transform a form for those fields into a fully-bound form that will interact with this instance.

    Given a function that takes a mapper field and returns a NodeSeq for the field, return, for this mapper instance, a set of CSS selector transforms that will transform a form for those fields into a fully-bound form that will interact with this instance.

    Definition Classes
    Mapper
  97. lazy val fieldMatcher: PartialFunction[(ModelType, String), MappedField[Any, ModelType]]

    Permalink

    A partial function that takes an instance of A and a field name and returns the mapped field

    A partial function that takes an instance of A and a field name and returns the mapped field

    Definition Classes
    MetaMapper
  98. lazy val fieldNamesAsMap: Map[String, SourceFieldMetadata]

    Permalink

    Get a list of all the fields as a map

    Get a list of all the fields as a map

    returns

    a list of all the fields

    Definition Classes
    MetaMapper
  99. def fieldOrder: List[BaseOwnedMappedField[ModelType]]

    Permalink
    Definition Classes
    MetaMapper
  100. implicit def fieldToItem[T](in: MappedField[T, ModelType]): IndexItem[ModelType]

    Permalink
    Definition Classes
    MetaMapper
  101. def fieldTransforms: Seq[CssSel]

    Permalink

    A list of CSS selector transforms that will help render the fields of this mapper object.

    A list of CSS selector transforms that will help render the fields of this mapper object.

    Definition Classes
    Mapper
  102. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  103. def find(by: QueryParam[ModelType]*): Box[ModelType]

    Permalink
    Definition Classes
    KeyedMetaMapper
  104. def find(dbId: ConnectionIdentifier, key: String): Box[ModelType]

    Permalink
    Definition Classes
    KeyedMetaMapper
  105. def find(key: String): Box[ModelType]

    Permalink
    Definition Classes
    KeyedMetaMapper
  106. def find(key: List[String]): Box[ModelType]

    Permalink

    Find the element based on the first element of the List

    Find the element based on the first element of the List

    Definition Classes
    KeyedMetaMapper
  107. def find(key: Any): Box[ModelType]

    Permalink
    Definition Classes
    KeyedMetaMapper
  108. def findAll(by: QueryParam[ModelType]*): List[ModelType]

    Permalink
    Definition Classes
    MetaMapper
  109. def findAll(): List[ModelType]

    Permalink
    Definition Classes
    MetaMapper
  110. def findAllByInsecureSql(query: String, checkedBy: IHaveValidatedThisSQL): List[ModelType]

    Permalink
    Definition Classes
    MetaMapper
  111. def findAllByInsecureSqlDb(dbId: ConnectionIdentifier, query: String, checkedBy: IHaveValidatedThisSQL): List[ModelType]

    Permalink
    Definition Classes
    MetaMapper
  112. def findAllByPreparedStatement(dbId: ConnectionIdentifier, stmt: PreparedStatement): List[ModelType]

    Permalink
    Definition Classes
    MetaMapper
  113. def findAllByPreparedStatement(f: (SuperConnection) ⇒ PreparedStatement): List[ModelType]

    Permalink

    Execute a PreparedStatement and return a List of Mapper instances.

    Execute a PreparedStatement and return a List of Mapper instances. f is where the user will do the work of creating the PreparedStatement and preparing it for execution.

    f

    A function that takes a SuperConnection and returns a PreparedStatement.

    returns

    A List of Mapper instances.

    Definition Classes
    MetaMapper
  114. def findAllByPreparedStatementDb[T](dbId: ConnectionIdentifier, stmt: PreparedStatement)(f: (ModelType) ⇒ Box[T]): List[T]

    Permalink
    Definition Classes
    MetaMapper
  115. def findAllDb(dbId: ConnectionIdentifier, by: QueryParam[ModelType]*): List[ModelType]

    Permalink
    Definition Classes
    MetaMapper
  116. def findAllDb(dbId: ConnectionIdentifier): List[ModelType]

    Permalink
    Definition Classes
    MetaMapper
  117. def findAllFields(fields: Seq[SelectableField], by: QueryParam[ModelType]*): List[ModelType]

    Permalink
    Definition Classes
    MetaMapper
  118. def findAllFieldsDb(dbId: ConnectionIdentifier, fields: Seq[SelectableField], by: QueryParam[ModelType]*): List[ModelType]

    Permalink
    Definition Classes
    MetaMapper
  119. def findApplier(name: String, inst: AnyRef): Box[(ModelType, AnyRef) ⇒ Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    MetaMapper
  120. def findByKey(key: Long): Box[ModelType]

    Permalink
    Definition Classes
    KeyedMetaMapper
  121. def findDb(dbId: ConnectionIdentifier, fields: Seq[SelectableField], by: QueryParam[ModelType]*): Box[ModelType]

    Permalink
    Definition Classes
    KeyedMetaMapper
  122. def findDb(dbId: ConnectionIdentifier, by: QueryParam[ModelType]*): Box[ModelType]

    Permalink
    Definition Classes
    KeyedMetaMapper
  123. def findDb(dbId: ConnectionIdentifier, key: Any): Box[ModelType]

    Permalink
    Definition Classes
    KeyedMetaMapper
  124. def findDbByKey(dbId: ConnectionIdentifier, key: Long): Box[ModelType]

    Permalink
    Definition Classes
    MetaProtoTagKeyedMetaMapper
  125. def findDbByKey(dbId: ConnectionIdentifier, fields: Seq[SelectableField], key: Long): Box[ModelType]

    Permalink
    Definition Classes
    KeyedMetaMapper
  126. def findMap[T](by: QueryParam[ModelType]*)(f: (ModelType) ⇒ Box[T]): List[T]

    Permalink
    Definition Classes
    MetaMapper
  127. def findMapByInsecureSql[T](query: String, checkedBy: IHaveValidatedThisSQL)(f: (ModelType) ⇒ Box[T]): List[T]

    Permalink
    Definition Classes
    MetaMapper
  128. def findMapByInsecureSqlDb[T](dbId: ConnectionIdentifier, query: String, checkedBy: IHaveValidatedThisSQL)(f: (ModelType) ⇒ Box[T]): List[T]

    Permalink
    Definition Classes
    MetaMapper
  129. def findMapDb[T](dbId: ConnectionIdentifier, by: QueryParam[ModelType]*)(f: (ModelType) ⇒ Box[T]): List[T]

    Permalink
    Definition Classes
    MetaMapper
  130. def findMapFieldDb[T](dbId: ConnectionIdentifier, fields: Seq[SelectableField], by: QueryParam[ModelType]*)(f: (ModelType) ⇒ Box[T]): List[T]

    Permalink
    Definition Classes
    MetaMapper
  131. def findOrCreate(ntag: String): ModelType

    Permalink
  132. def findOrCreate(key: List[String]): ModelType

    Permalink

    Find an element by primary key or create a new one

    Find an element by primary key or create a new one

    Definition Classes
    KeyedMetaMapper
  133. def findOrCreate(key: Any): ModelType

    Permalink

    Find an element by primary key or create a new one

    Find an element by primary key or create a new one

    Definition Classes
    KeyedMetaMapper
  134. def findSourceField(name: String): Box[SourceFieldInfo]

    Permalink

    Given a name, look up the field

    Given a name, look up the field

    name

    the name of the field

    returns

    the metadata

    Definition Classes
    MapperSourceInfo
  135. def flatMapFieldTitleForm[T](toMap: ModelType, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ Seq[T]): List[T]

    Permalink

    flat map the fields titles and forms to generate a list

    flat map the fields titles and forms to generate a list

    func

    called with displayHtml, fieldId, form

    Definition Classes
    MetaMapper
  136. def flatMapFieldTitleForm[T](func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ Seq[T]): List[T]

    Permalink

    flat map the fields titles and forms to generate a list

    flat map the fields titles and forms to generate a list

    func

    called with displayHtml, fieldId, form

    Definition Classes
    Mapper
  137. def flatMapFieldTitleForm2[T](toMap: ModelType, func: (NodeSeq, MappedField[_, ModelType], NodeSeq) ⇒ Seq[T]): List[T]

    Permalink

    flat map the fields titles and forms to generate a list

    flat map the fields titles and forms to generate a list

    func

    called with displayHtml, fieldId, form

    Definition Classes
    MetaMapper
  138. def flatMapFieldTitleForm2[T](func: (NodeSeq, MappedField[_, ModelType], NodeSeq) ⇒ Seq[T]): List[T]

    Permalink

    flat map the fields titles and forms to generate a list

    flat map the fields titles and forms to generate a list

    func

    called with displayHtml, fieldId, form

    Definition Classes
    Mapper
  139. def formFields(toMap: ModelType): List[MappedField[_, ModelType]]

    Permalink

    Get the fields (in order) for displaying a form

    Get the fields (in order) for displaying a form

    Definition Classes
    MetaMapper
  140. def formFields: List[MappedField[_, ModelType]]

    Permalink

    Get the fields (in order) for displaying a form

    Get the fields (in order) for displaying a form

    Definition Classes
    Mapper
  141. def formSnippet(html: NodeSeq, obj: ModelType, cleanup: (ModelType) ⇒ Unit): NodeSeq

    Permalink

    Provides basic transformation of html to a form for the given obj.

    Provides basic transformation of html to a form for the given obj. When the form is submitted, cleanup is run.

    Definition Classes
    KeyedMetaMapper
  142. var formatFormElement: (NodeSeq, NodeSeq) ⇒ NodeSeq

    Permalink

    This function converts a name and form for a given field in the model to XHTML for presentation in the browser.

    This function converts a name and form for a given field in the model to XHTML for presentation in the browser. By default, a table row ( <tr> ) is presented, but you can change the function to display something else.

    Definition Classes
    MetaMapper
  143. def formatFormLine(displayName: NodeSeq, form: NodeSeq): NodeSeq

    Permalink
    Definition Classes
    MetaMapper
  144. def getActualBaseField(actual: ModelType, protoField: BaseOwnedMappedField[ModelType]): BaseOwnedMappedField[ModelType]

    Permalink

    Given the prototype field (the field on the Singleton), get the field from the instance

    Given the prototype field (the field on the Singleton), get the field from the instance

    actual

    -- the Mapper instance

    protoField

    -- the field from the MetaMapper (Singleton)

    returns

    the field from the actual object

    Definition Classes
    MetaMapper
  145. def getActualField[T](actual: ModelType, protoField: MappedField[T, ModelType]): MappedField[T, ModelType]

    Permalink

    Given the prototype field (the field on the Singleton), get the field from the instance

    Given the prototype field (the field on the Singleton), get the field from the instance

    actual

    -- the Mapper instance

    protoField

    -- the field from the MetaMapper (Singleton)

    returns

    the field from the actual object

    Definition Classes
    MetaMapper
  146. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  147. def hashCode(): Int

    Permalink
    Definition Classes
    KeyedMapper → AnyRef → Any
  148. def htmlHeaders: NodeSeq

    Permalink
    Definition Classes
    MetaMapper
  149. def htmlLine: NodeSeq

    Permalink
    Definition Classes
    Mapper
  150. def indexedField(toSave: ModelType): Box[MappedField[Any, ModelType]]

    Permalink
    Definition Classes
    MetaMapper
  151. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  152. def localeField: Box[MappedLocale[ModelType]]

    Permalink

    If there's a field in this record that defines the locale, return it

    If there's a field in this record that defines the locale, return it

    Definition Classes
    Mapper
  153. def mapFieldTitleForm[T](toMap: ModelType, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ T): List[T]

    Permalink

    map the fields titles and forms to generate a list

    map the fields titles and forms to generate a list

    func

    called with displayHtml, fieldId, form

    Definition Classes
    MetaMapper
  154. def mapFieldTitleForm[T](func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ T): List[T]

    Permalink

    map the fields titles and forms to generate a list

    map the fields titles and forms to generate a list

    func

    called with displayHtml, fieldId, form

    Definition Classes
    Mapper
  155. lazy val mappedFields: Seq[BaseMappedField]

    Permalink

    The mapped fields

    The mapped fields

    Definition Classes
    MetaMapperBaseMetaMapper
  156. lazy val mappedFieldsForModel: List[MappedField[_, ModelType]]

    Permalink

    the mapped fields as MappedField rather than BaseMappedField

    the mapped fields as MappedField rather than BaseMappedField

    Definition Classes
    MetaMapper
  157. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  158. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  159. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  160. def objFromIndexedParam: Box[ModelType]

    Permalink

    Lame attempt at automatically getting an object from the HTTP parameters.

    Lame attempt at automatically getting an object from the HTTP parameters. BROKEN! DO NOT USE! Only here so that existing sub-classes KeyedMetaMapper don't have to implement new methods when I commit the CRUD snippets code.

    Definition Classes
    KeyedMetaMapper
  161. def prependFieldTransform(transform: CssSel): Unit

    Permalink
    Definition Classes
    Mapper
  162. def reload: ModelType

    Permalink
    Definition Classes
    KeyedMapper
  163. val rootClass: Class[?0] forSome {type ?0 >: ?0, type ?0 <: MetaMapper[ModelType] with ModelType}

    Permalink
    Attributes
    protected
    Definition Classes
    MetaMapper
  164. def runSafe[T](f: ⇒ T): T

    Permalink
    Definition Classes
    Mapper
  165. def runValidationList(toValidate: ModelType): List[FieldError]

    Permalink

    Run the list of field validations, etc.

    Run the list of field validations, etc. This is the raw validation, without the notifications. This method can be over-ridden.

    Attributes
    protected
    Definition Classes
    MetaMapper
  166. final def safe_?: Boolean

    Permalink
    Definition Classes
    Mapper
  167. def save(toSave: ModelType): Boolean

    Permalink
    Definition Classes
    MetaMapper
  168. def save(): Boolean

    Permalink
    Definition Classes
    MapperBaseMapper
  169. def saveMe(): ModelType

    Permalink

    Save the instance and return the instance

    Save the instance and return the instance

    Definition Classes
    Mapper
  170. def saved_?(toSave: ModelType): Boolean

    Permalink
    Definition Classes
    MetaMapper
  171. def saved_?: Boolean

    Permalink
    Definition Classes
    Mapper
  172. def split(in: String): List[String]

    Permalink

    Split the String into tags

  173. def splitAndFind(in: String): List[ModelType]

    Permalink

    Split the String into tags and find all the tags

  174. def suplementalJs(ob: Box[KeyObfuscator]): List[(String, JsExp)]

    Permalink

    If the instance calculates any additional fields for JSON object, put the calculated fields here

    If the instance calculates any additional fields for JSON object, put the calculated fields here

    Definition Classes
    Mapper
  175. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  176. implicit def thisToMappee(in: Mapper[ModelType]): ModelType

    Permalink
    Definition Classes
    Mapper
  177. def timeZoneField: Box[MappedTimeZone[ModelType]]

    Permalink
    Definition Classes
    Mapper
  178. def toForm(toMap: ModelType): NodeSeq

    Permalink
    Definition Classes
    MetaMapper
  179. def toForm(button: Box[String], redoSnippet: (NodeSeq) ⇒ NodeSeq, onSuccess: (ModelType) ⇒ Unit): NodeSeq

    Permalink
    Definition Classes
    Mapper
  180. def toForm(button: Box[String], f: (ModelType) ⇒ Any): NodeSeq

    Permalink

    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

    button

    - If it's Full, put a submit button on the form with the value of the parameter

    f

    - the function to execute on form submission

    returns

    the form

    Definition Classes
    Mapper
  181. def toForm(button: Box[String], onSuccess: String): NodeSeq

    Permalink

    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

    button

    - If it's Full, put a submit button on the form with the value of the parameter

    onSuccess

    - redirect to the URL if the model validates, otherwise display the errors

    returns

    the form

    Definition Classes
    Mapper
  182. def toHtml(toMap: ModelType): NodeSeq

    Permalink

    Present the model as a HTML using the same formatting as toForm

    Present the model as a HTML using the same formatting as toForm

    toMap

    the instance to generate the HTML for

    returns

    the html view of the model

    Definition Classes
    MetaMapper
  183. def toHtml: NodeSeq

    Permalink

    Present the model as a HTML using the same formatting as toForm

    Present the model as a HTML using the same formatting as toForm

    returns

    the html view of the model

    Definition Classes
    Mapper
  184. def toString(): String

    Permalink
    Definition Classes
    Mapper → AnyRef → Any
  185. def toXml(what: ModelType): Elem

    Permalink
    Definition Classes
    MetaMapper
  186. def toXml: Elem

    Permalink
    Definition Classes
    Mapper
  187. def unapply(key: Any): Option[ModelType]

    Permalink
    Definition Classes
    KeyedMetaMapper
  188. def updateFromJSON_!(toUpdate: ModelType, json: JObject): ModelType

    Permalink

    This method will update the instance from JSON.

    This method will update the instance from JSON. It allows for attacks from untrusted JSON as it bypasses normal security. By default, the method is protected. You can write a proxy method to expose the functionality.

    Attributes
    protected
    Definition Classes
    MetaMapper
  189. final def validate(toValidate: ModelType): List[FieldError]

    Permalink
    Definition Classes
    MetaMapper
  190. def validate: List[FieldError]

    Permalink
    Definition Classes
    Mapper
  191. def validation: List[(ModelType) ⇒ List[FieldError]]

    Permalink

    If there are model-specific validations to perform, override this method and return an additional list of validations to perform

    If there are model-specific validations to perform, override this method and return an additional list of validations to perform

    Definition Classes
    MetaMapper
  192. def viewSnippetSetup: ModelType

    Permalink

    Default setup behavior for the view snippet.

    Default setup behavior for the view snippet. BROKEN! MUST OVERRIDE IF USING CRUD SNIPPETS!

    returns

    a mapped object of this metamapper's type

    Definition Classes
    KeyedMetaMapper
  193. def viewTransform(html: NodeSeq): NodeSeq

    Permalink

    Basic transformation of html to HTML for displaying the object from viewSnippetSetup.

    Basic transformation of html to HTML for displaying the object from viewSnippetSetup.

    Definition Classes
    KeyedMetaMapper
  194. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  196. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  197. def whatToSet(toSave: ModelType): String

    Permalink
    Definition Classes
    MetaMapper

Inherited from KeyedMetaMapper[Long, ModelType]

Inherited from KeyedMapper[Long, ModelType]

Inherited from BaseKeyedMapper

Inherited from MetaMapper[ModelType]

Inherited from Mapper[ModelType]

Inherited from SourceInfo

Inherited from Serializable

Inherited from Serializable

Inherited from BaseMapper

Inherited from FieldContainer

Inherited from BaseMetaMapper

Inherited from AnyRef

Inherited from Any

Ungrouped