net.liftweb.mapper

MetaProtoExtendedSession

trait MetaProtoExtendedSession[T <: ProtoExtendedSession[T]] extends KeyedMetaMapper[Long, T]

Self Type
MetaProtoExtendedSession[T] with T
Linear Supertypes
KeyedMetaMapper[Long, T], KeyedMapper[Long, T], BaseKeyedMapper, MetaMapper[T], Mapper[T], Serializable, Serializable, BaseMapper, FieldContainer, BaseMetaMapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MetaProtoExtendedSession
  2. KeyedMetaMapper
  3. KeyedMapper
  4. BaseKeyedMapper
  5. MetaMapper
  6. Mapper
  7. Serializable
  8. Serializable
  9. BaseMapper
  10. FieldContainer
  11. BaseMetaMapper
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type AnyBound = T forSome {type T}

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

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

    Definition Classes
    Mapper
  4. type KeyedMapperType = T

    Definition Classes
    KeyedMapperBaseKeyedMapper
  5. type MapperType = T

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

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

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

    Definition Classes
    KeyedMetaMapper
  9. type RealType = T

    Definition Classes
    MetaMapperBaseMetaMapper
  10. type TheKeyType = Long

    Definition Classes
    KeyedMapperBaseKeyedMapper
  11. abstract type UserType <: UserIdAsString

Abstract Value Members

  1. abstract def getSingleton: KeyedMetaMapper[Long, T]

    Definition Classes
    KeyedMapperMapper
  2. abstract def logUserIdIn(uid: String): Unit

  3. abstract def primaryKeyField: MappedField[Long, T] with IndexedField[Long]

    Definition Classes
    KeyedMapperBaseKeyedMapper
  4. abstract def recoverUserId: Box[String]

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def CookieName: String

  7. final def _dbTableNameLC: String

    The table name, to lower case.

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

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

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

    Base add form snippet.

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

    Definition Classes
    KeyedMetaMapper
  10. def addSnippetCallback(obj: T): Unit

    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
  11. def addSnippetSetup: T

    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
  12. object addlQueryParams extends RequestVar[List[QueryParam[A]]]

    Definition Classes
    MetaMapper
  13. def afterCommit: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  14. def afterCreate: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  15. def afterDelete: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  16. def afterSave: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  17. def afterSchemifier: Unit

    Definition Classes
    KeyedMetaMapperMetaMapperBaseMetaMapper
  18. def afterUpdate: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  19. def afterValidation: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  20. def afterValidationOnCreate: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  21. def afterValidationOnUpdate: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  22. def allFields: Seq[BaseField]

    Definition Classes
    MapperFieldContainer
  23. def appendFieldToStrings(in: T): String

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

    Definition Classes
    Mapper
  25. def asHtml(toLine: T): NodeSeq

    Definition Classes
    MetaMapper
  26. def asHtml: NodeSeq

    Definition Classes
    Mapper
  27. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  28. def asJs(actual: T): JsExp

    Definition Classes
    MetaMapper
  29. def asJs: JsExp

    Convert the model to a JavaScript object

    Convert the model to a JavaScript object

    Definition Classes
    Mapper
  30. def asSafeJs(actual: T, f: KeyObfuscator): JsExp

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

    Definition Classes
    KeyedMapper
  32. def asValid: Box[T]

    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
  33. def beforeCreate: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  34. def beforeDelete: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  35. def beforeSave: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  36. def beforeSchemifier: Unit

    Definition Classes
    MetaMapperBaseMetaMapper
  37. def beforeUpdate: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  38. def beforeValidation: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  39. def beforeValidationOnCreate: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  40. def beforeValidationOnUpdate: List[(T) ⇒ Unit]

    Definition Classes
    MetaMapper
  41. implicit def boundedFieldToItem(in: (MappedField[String, T], Int)): BoundedIndexField[T]

    Definition Classes
    MetaMapper
  42. def buildMapper(rs: ResultSet): List[Box[(ResultSet, Int, T) ⇒ Unit]]

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

    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
  44. def bulkDelete_!!(dbId: ConnectionIdentifier, by: QueryParam[T]*): Boolean

    Definition Classes
    MetaMapper
  45. def bulkDelete_!!(by: QueryParam[T]*): Boolean

    Definition Classes
    MetaMapper
  46. def checkNames: Unit

    Definition Classes
    Mapper
  47. def clean_?(toCheck: T): Boolean

    Returns true if none of the fields are dirty

    Returns true if none of the fields are dirty

    Definition Classes
    MetaMapper
  48. def clone(): AnyRef

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

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

    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
  51. val columnQueriesForInsert: String

    Definition Classes
    MetaMapper
  52. def comparePrimaryKeys(other: T): Boolean

    Definition Classes
    KeyedMapperMapper
  53. def connectionIdentifier: ConnectionIdentifier

    Definition Classes
    Mapper
  54. def connectionIdentifier(id: ConnectionIdentifier): T

    Definition Classes
    Mapper
  55. def count(by: QueryParam[T]*): Long

    Definition Classes
    MetaMapper
  56. def count: Long

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

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

    Definition Classes
    MetaMapper
  59. def countDb(dbId: ConnectionIdentifier, by: QueryParam[T]*): Long

    Definition Classes
    MetaMapper
  60. def countryField: Box[MappedCountry[T]]

    Definition Classes
    Mapper
  61. def create: T

    Definition Classes
    MetaMapper
  62. def createInstance: T

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

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

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

    Definition Classes
    MetaMapper
  66. def crudSnippets: SnippetPF

    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
  67. def crudSnippets_?: Boolean

    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
  68. def dbAddTable: Box[() ⇒ Unit]

    Definition Classes
    MetaMapperBaseMetaMapper
  69. def dbCalculateConnectionIdentifier: PartialFunction[T, ConnectionIdentifier]

    Definition Classes
    Mapper
  70. def dbDefaultConnectionIdentifier: ConnectionIdentifier

    Definition Classes
    MetaMapper
  71. def dbIndexes: List[BaseIndex[T]]

    Definition Classes
    MetaMapperBaseMetaMapper
  72. def dbName: String

    The name of the mapped object

    The name of the mapped object

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

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

    Definition Classes
    KeyedMetaMapper
  75. def dbTableName: String

    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
  76. def db_can_delete_?: Boolean

    Can this model object be deleted?

    Can this model object be deleted?

    Definition Classes
    Mapper
  77. def decodeFromJSON_!(json: JObject, markFieldsAsDirty: Boolean): T

    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
  78. def delete_!(toDelete: T): Boolean

    Definition Classes
    MetaMapper
  79. def delete_!: Boolean

    Delete the model from the RDBMS

    Delete the model from the RDBMS

    Definition Classes
    Mapper
  80. def dirty_?(toTest: T): Boolean

    Definition Classes
    MetaMapper
  81. def dirty_?: Boolean

    Definition Classes
    Mapper
  82. var displayFieldAsLineElement: (NodeSeq) ⇒ NodeSeq

    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
  83. var displayNameToHeaderElement: (String) ⇒ NodeSeq

    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
  84. def doHtmlLine(toLine: T): NodeSeq

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

    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

    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: T): Unit

    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: T

    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

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

    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

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

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

    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, T]]

    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[T]) ⇒ NodeSeq, mappedObject: T): Seq[CssSel]

    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[T]) ⇒ NodeSeq): Seq[CssSel]

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

    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. def fieldOrder: List[BaseOwnedMappedField[T]]

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

    Definition Classes
    MetaMapper
  100. def fieldTransforms: Seq[CssSel]

    Definition Classes
    Mapper
  101. def finalize(): Unit

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

    Definition Classes
    KeyedMetaMapper
  103. def find(dbId: ConnectionIdentifier, key: String): Box[T]

    Definition Classes
    KeyedMetaMapper
  104. def find(key: String): Box[T]

    Definition Classes
    KeyedMetaMapper
  105. def find(key: List[String]): Box[T]

    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
  106. def find(key: Any): Box[T]

    Definition Classes
    KeyedMetaMapper
  107. def findAll(by: QueryParam[T]*): List[T]

    Definition Classes
    MetaMapper
  108. def findAll(): List[T]

    Definition Classes
    MetaMapper
  109. def findAllByInsecureSql(query: String, checkedBy: IHaveValidatedThisSQL): List[T]

    Definition Classes
    MetaMapper
  110. def findAllByInsecureSqlDb(dbId: ConnectionIdentifier, query: String, checkedBy: IHaveValidatedThisSQL): List[T]

    Definition Classes
    MetaMapper
  111. def findAllByPreparedStatement(dbId: ConnectionIdentifier, stmt: PreparedStatement): List[T]

    Definition Classes
    MetaMapper
  112. def findAllByPreparedStatement(f: (SuperConnection) ⇒ PreparedStatement): List[T]

    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
  113. def findAllByPreparedStatementDb[T](dbId: ConnectionIdentifier, stmt: PreparedStatement)(f: (T) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  114. def findAllDb(dbId: ConnectionIdentifier, by: QueryParam[T]*): List[T]

    Definition Classes
    MetaMapper
  115. def findAllDb(dbId: ConnectionIdentifier): List[T]

    Definition Classes
    MetaMapper
  116. def findAllFields(fields: Seq[SelectableField], by: QueryParam[T]*): List[T]

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

    Definition Classes
    MetaMapper
  118. def findApplier(name: String, inst: AnyRef): Box[(T, AnyRef) ⇒ Unit]

    Attributes
    protected
    Definition Classes
    MetaMapper
  119. def findByKey(key: Long): Box[T]

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

    Definition Classes
    KeyedMetaMapper
  121. def findDb(dbId: ConnectionIdentifier, by: QueryParam[T]*): Box[T]

    Definition Classes
    KeyedMetaMapper
  122. def findDb(dbId: ConnectionIdentifier, key: Any): Box[T]

    Definition Classes
    KeyedMetaMapper
  123. def findDbByKey(dbId: ConnectionIdentifier, fields: Seq[SelectableField], key: Long): Box[T]

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

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

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

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

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

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

    Definition Classes
    MetaMapper
  130. def findOrCreate(key: List[String]): T

    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
  131. def findOrCreate(key: Any): T

    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
  132. def flatMapFieldTitleForm[T](toMap: T, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ Seq[T]): List[T]

    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
  133. def flatMapFieldTitleForm[T](func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ Seq[T]): List[T]

    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
  134. def flatMapFieldTitleForm2[T](toMap: T, func: (NodeSeq, MappedField[_, T], NodeSeq) ⇒ Seq[T]): List[T]

    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
  135. def flatMapFieldTitleForm2[T](func: (NodeSeq, MappedField[_, T], NodeSeq) ⇒ Seq[T]): List[T]

    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
  136. def formFields(toMap: T): List[MappedField[_, T]]

    Get the fields (in order) for displaying a form

    Get the fields (in order) for displaying a form

    Definition Classes
    MetaMapper
  137. def formFields: List[MappedField[_, T]]

    Get the fields (in order) for displaying a form

    Get the fields (in order) for displaying a form

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

    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
  139. var formatFormElement: (NodeSeq, NodeSeq) ⇒ NodeSeq

    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
  140. def formatFormLine(displayName: NodeSeq, form: NodeSeq): NodeSeq

    Definition Classes
    MetaMapper
  141. def getActualBaseField(actual: T, protoField: BaseOwnedMappedField[T]): BaseOwnedMappedField[T]

    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
  142. def getActualField[T](actual: T, protoField: MappedField[T, T]): MappedField[T, T]

    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
  143. final def getClass(): Class[_]

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

    Definition Classes
    KeyedMapper → AnyRef → Any
  145. def htmlHeaders: NodeSeq

    Definition Classes
    MetaMapper
  146. def htmlLine: NodeSeq

    Definition Classes
    Mapper
  147. def indexedField(toSave: T): Box[MappedField[Any, T]]

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

    Definition Classes
    Any
  149. def localeField: Box[MappedLocale[T]]

    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
  150. def mapFieldTitleForm[T](toMap: T, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ T): List[T]

    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
  151. def mapFieldTitleForm[T](func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ T): List[T]

    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
  152. lazy val mappedFields: Seq[BaseMappedField]

    The mapped fields

    The mapped fields

    Definition Classes
    MetaMapperBaseMetaMapper
  153. lazy val mappedFieldsForModel: List[MappedField[_, T]]

    the mapped fields as MappedField rather than BaseMappedField

    the mapped fields as MappedField rather than BaseMappedField

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

    Definition Classes
    AnyRef
  155. final def notify(): Unit

    Definition Classes
    AnyRef
  156. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  157. def objFromIndexedParam: Box[T]

    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
  158. def prependFieldTransform(transform: CssSel): Unit

    Definition Classes
    Mapper
  159. def reload: T

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

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

    Definition Classes
    Mapper
  162. def runValidationList(toValidate: T): List[FieldError]

    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
  163. final def safe_?: Boolean

    Definition Classes
    Mapper
  164. def save(toSave: T): Boolean

    Definition Classes
    MetaMapper
  165. def save(): Boolean

    Definition Classes
    MapperBaseMapper
  166. def saveMe(): T

    Save the instance and return the instance

    Save the instance and return the instance

    Definition Classes
    Mapper
  167. def saved_?(toSave: T): Boolean

    Definition Classes
    MetaMapper
  168. def saved_?: Boolean

    Definition Classes
    Mapper
  169. def suplementalJs(ob: Box[KeyObfuscator]): List[(String, JsExp)]

    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
  170. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  171. def testCookieEarlyInStateful: (Box[Req]) ⇒ Unit

    This does the cookie to User lookup.

    This does the cookie to User lookup. In Boot.scala: LiftRules.earlyInStateful.append(ExtendedSession.testCookieEarlyInStateful)

  172. implicit def thisToMappee(in: Mapper[T]): T

    Definition Classes
    Mapper
  173. def timeZoneField: Box[MappedTimeZone[T]]

    Definition Classes
    Mapper
  174. def toForm(toMap: T): NodeSeq

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

    Definition Classes
    Mapper
  176. def toForm(button: Box[String], f: (T) ⇒ Any): NodeSeq

    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
  177. def toForm(button: Box[String], onSuccess: String): NodeSeq

    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
  178. def toHtml(toMap: T): NodeSeq

    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
  179. def toHtml: NodeSeq

    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
  180. def toString(): String

    Definition Classes
    Mapper → AnyRef → Any
  181. def toXml(what: T): Elem

    Definition Classes
    MetaMapper
  182. def toXml: Elem

    Definition Classes
    Mapper
  183. def unapply(key: Any): Option[T]

    Definition Classes
    KeyedMetaMapper
  184. def updateFromJSON_!(toUpdate: T, json: JObject): T

    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
  185. def userDidLogin(uid: (MetaProtoExtendedSession.this)#UserType): Unit

  186. def userDidLogout(uid: Box[(MetaProtoExtendedSession.this)#UserType]): Unit

  187. final def validate(toValidate: T): List[FieldError]

    Definition Classes
    MetaMapper
  188. def validate: List[FieldError]

    Definition Classes
    Mapper
  189. def validation: List[(T) ⇒ List[FieldError]]

    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
  190. def viewSnippetSetup: T

    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
  191. def viewTransform(html: NodeSeq): NodeSeq

    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
  192. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  195. def whatToSet(toSave: T): String

    Definition Classes
    MetaMapper

Deprecated Value Members

  1. def addSnippet(xhtml: NodeSeq): NodeSeq

    Default add snippet.

    Default add snippet. Override to change behavior of the add snippet.

    Definition Classes
    KeyedMetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use addFormSnippet instead.

  2. def appendField(pf: (MetaProtoExtendedSession.this)#FieldPF): Unit

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use appendFieldTransform with CssSels instead.

  3. def editSnippet(xhtml: NodeSeq): NodeSeq

    Default edit snippet.

    Default edit snippet. Override to change behavior of the edit snippet.

    Definition Classes
    KeyedMetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use editFormSnippet instead.

  4. def fieldMapperPF(transform: (BaseOwnedMappedField[T]) ⇒ NodeSeq, actual: T): PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Definition Classes
    MetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use fieldMapperTransforms with CssSels instead.

  5. def fieldMapperPF(transform: (BaseOwnedMappedField[T]) ⇒ NodeSeq): (MetaProtoExtendedSession.this)#FieldPF

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use fieldMapperTransforms with CssSels instead.

  6. def fieldPF: (MetaProtoExtendedSession.this)#FieldPF

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use fieldTransforms with CssSels instead.

  7. def modSnippet(xhtml: NodeSeq, obj: T, cleanup: (T) ⇒ Unit): NodeSeq

    Default snippet for modification.

    Default snippet for modification. Used by the default add and edit snippets.

    Definition Classes
    KeyedMetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use formSnippet instead.

  8. def prependField(pf: (MetaProtoExtendedSession.this)#FieldPF): Unit

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use prependFieldTransform with CssSels instead.

  9. def viewSnippet(xhtml: NodeSeq): NodeSeq

    Default view snippet.

    Default view snippet. Override to change behavior of the view snippet.

    Definition Classes
    KeyedMetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use viewTransform instead.

Inherited from KeyedMetaMapper[Long, T]

Inherited from KeyedMapper[Long, T]

Inherited from BaseKeyedMapper

Inherited from MetaMapper[T]

Inherited from Mapper[T]

Inherited from Serializable

Inherited from Serializable

Inherited from BaseMapper

Inherited from FieldContainer

Inherited from BaseMetaMapper

Inherited from AnyRef

Inherited from Any

Ungrouped