Trait

net.liftmodules.FoBoBs.mapper

BootstrapMegaMetaProtoUser

Related Doc: package mapper

Permalink

trait BootstrapMegaMetaProtoUser[ModelType <: MegaProtoUser[ModelType]] extends KeyedMetaMapper[Long, ModelType] with ProtoUser

The BootstrapMegaMetaProtoUser trait adds Bootstrap v3.x styling to the ProtoUser form views. In addition it also contains some related Lift i18n localization to nodeSeq resource overrides to make it easy for users of this trait to customize submit button label, field legend, field label, field placeholder, lift messages and more.

Self Type
BootstrapMegaMetaProtoUser[ModelType] with ModelType
Since

v1.1

Linear Supertypes
ProtoUser, KeyedMetaMapper[Long, ModelType], KeyedMapper[Long, ModelType], BaseKeyedMapper, MetaMapper[ModelType], Mapper[ModelType], SourceInfo, Serializable, Serializable, BaseMapper, FieldContainer, BaseMetaMapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BootstrapMegaMetaProtoUser
  2. ProtoUser
  3. KeyedMetaMapper
  4. KeyedMapper
  5. BaseKeyedMapper
  6. MetaMapper
  7. Mapper
  8. SourceInfo
  9. Serializable
  10. Serializable
  11. BaseMapper
  12. FieldContainer
  13. BaseMetaMapper
  14. AnyRef
  15. 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 extends Product with Serializable

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

    Permalink
    Definition Classes
    Mapper
  4. trait FieldPointerBridge extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  5. abstract type FieldPointerType

    Permalink
    Definition Classes
    ProtoUser
  6. type KeyedMapperType = ModelType

    Permalink
    Definition Classes
    KeyedMapper → BaseKeyedMapper
  7. type MapperType = ModelType

    Permalink
    Definition Classes
    Mapper → BaseMapper
  8. case class MenuItem extends Product with Serializable

    Permalink
    Definition Classes
    ProtoUser
  9. type OtherMapper = KeyedMapper[_, _]

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

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

    Permalink
    Definition Classes
    KeyedMetaMapper
  12. type RealType = ModelType

    Permalink
    Definition Classes
    MetaMapper → BaseMetaMapper
  13. type TheKeyType = Long

    Permalink
    Definition Classes
    KeyedMapper → BaseKeyedMapper
  14. abstract type TheUserType

    Permalink
    Definition Classes
    ProtoUser
  15. trait UserBridge extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser

Abstract Value Members

  1. implicit abstract def buildFieldBridge(from: (BootstrapMegaMetaProtoUser.this)#FieldPointerType): (BootstrapMegaMetaProtoUser.this)#FieldPointerBridge

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  2. abstract def computeFieldFromPointer(instance: (BootstrapMegaMetaProtoUser.this)#TheUserType, pointer: (BootstrapMegaMetaProtoUser.this)#FieldPointerType): Box[BaseField]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  3. abstract def createNewUserInstance(): (BootstrapMegaMetaProtoUser.this)#TheUserType

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  4. abstract def editFields: List[(BootstrapMegaMetaProtoUser.this)#FieldPointerType]

    Permalink
    Definition Classes
    ProtoUser
  5. abstract def findUserByUniqueId(id: String): Box[(BootstrapMegaMetaProtoUser.this)#TheUserType]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  6. abstract def findUserByUserName(username: String): Box[(BootstrapMegaMetaProtoUser.this)#TheUserType]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  7. abstract def getSingleton: KeyedMetaMapper[Long, ModelType]

    Permalink
    Definition Classes
    KeyedMapper → Mapper
  8. abstract def primaryKeyField: MappedField[Long, ModelType] with IndexedField[Long]

    Permalink
    Definition Classes
    KeyedMapper → BaseKeyedMapper
  9. abstract def signupFields: List[(BootstrapMegaMetaProtoUser.this)#FieldPointerType]

    Permalink
    Definition Classes
    ProtoUser
  10. implicit abstract def typeToBridge(in: (BootstrapMegaMetaProtoUser.this)#TheUserType): (BootstrapMegaMetaProtoUser.this)#UserBridge

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  11. abstract def userFromStringId(id: String): Box[(BootstrapMegaMetaProtoUser.this)#TheUserType]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser

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. lazy val ItemList: List[(BootstrapMegaMetaProtoUser.this)#MenuItem]

    Permalink
    Definition Classes
    ProtoUser
  5. final def _dbTableNameLC: String

    Permalink
    Definition Classes
    MetaMapper → BaseMetaMapper
  6. def actionsAfterSignup(theUser: (BootstrapMegaMetaProtoUser.this)#TheUserType, func: () ⇒ Nothing): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  7. def addEndStuffs(in: String, params: List[QueryParam[ModelType]], conn: SuperConnection): (String, Box[Long], Box[Long])

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

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

    Permalink
    Definition Classes
    KeyedMetaMapper
  10. def addSnippetSetup: ModelType

    Permalink
    Definition Classes
    KeyedMetaMapper
  11. def afterCommit: List[(ModelType) ⇒ Unit]

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

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

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

    Permalink
    Definition Classes
    MetaMapper
  15. def afterSchemifier: Unit

    Permalink
    Definition Classes
    KeyedMetaMapper → MetaMapper → BaseMetaMapper
  16. def afterUpdate: List[(ModelType) ⇒ Unit]

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

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

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

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

    Permalink
    Definition Classes
    Mapper → SourceInfo
  21. def allFields: Seq[BaseField]

    Permalink
    Definition Classes
    Mapper → FieldContainer
  22. def appendFieldToStrings(in: ModelType): String

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

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

    Permalink
    Definition Classes
    MetaMapper
  25. def asHtml: NodeSeq

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

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

    Permalink
    Definition Classes
    MetaMapper
  28. def asJs: JsExp

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

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

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

    Permalink
    Definition Classes
    Mapper
  32. var autologinFunc: Box[() ⇒ Unit]

    Permalink
    Definition Classes
    ProtoUser
  33. def basePath: List[String]

    Permalink
    Definition Classes
    ProtoUser
  34. def bccEmail: Box[String]

    Permalink
    Definition Classes
    ProtoUser
  35. def beforeCreate: List[(ModelType) ⇒ Unit]

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

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

    Permalink
    Definition Classes
    MetaMapper
  38. def beforeSchemifier: Unit

    Permalink
    Definition Classes
    MetaMapper → BaseMetaMapper
  39. def beforeUpdate: List[(ModelType) ⇒ Unit]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    MetaMapper
  48. def capturePreLoginState(): () ⇒ Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  49. def changePassword: NodeSeq

    Permalink
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  50. def changePasswordMenuLoc: Box[Menu]

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.change.password'
    Corresponding Lift i18n key: 'change.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  51. def changePasswordMenuLocParams: List[LocParam[Unit]]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  52. lazy val changePasswordPath: List[String]

    Permalink
    Definition Classes
    ProtoUser
  53. def changePasswordSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Permalink
    Definition Classes
    ProtoUser
  54. def changePasswordSuffix: String

    Permalink
    Definition Classes
    ProtoUser
  55. def changePasswordXhtml: Elem

    Permalink
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  56. def checkNames: Unit

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

    Permalink
    Definition Classes
    MetaMapper
  58. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    MetaMapper
  61. val columnQueriesForInsert: String

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

    Permalink
    Definition Classes
    KeyedMapper → Mapper
  63. def connectionIdentifier: ConnectionIdentifier

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

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

    Permalink
    Definition Classes
    MetaMapper
  66. def count: Long

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

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

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

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

    Permalink
    Definition Classes
    Mapper
  71. def create: ModelType

    Permalink
    Definition Classes
    MetaMapper
  72. def createInstance: ModelType

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

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

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

    Permalink
    Definition Classes
    MetaMapper
  76. def createUserMenuLoc: Box[Menu]

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.sign.up'
    Corresponding Lift i18n key: 'sign.up' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  77. def createUserMenuLocParams: List[LocParam[Unit]]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  78. def crudSnippets: SnippetPF

    Permalink
    Definition Classes
    KeyedMetaMapper
  79. def crudSnippets_?: Boolean

    Permalink
    Definition Classes
    KeyedMetaMapper
  80. def currentUser: Box[(BootstrapMegaMetaProtoUser.this)#TheUserType]

    Permalink
    Definition Classes
    ProtoUser
  81. def currentUserId: Box[String]

    Permalink
    Definition Classes
    ProtoUser
  82. def dbAddTable: Box[() ⇒ Unit]

    Permalink
    Definition Classes
    MetaMapper → BaseMetaMapper
  83. def dbCalculateConnectionIdentifier: PartialFunction[ModelType, ConnectionIdentifier]

    Permalink
    Definition Classes
    Mapper
  84. def dbDefaultConnectionIdentifier: ConnectionIdentifier

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

    Permalink
    Definition Classes
    MetaMapper → BaseMetaMapper
  86. def dbName: String

    Permalink
    Definition Classes
    MetaMapper → Mapper → BaseMapper
  87. def dbSelectDBConnectionForFind: PartialFunction[Long, ConnectionIdentifier]

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

    Permalink
    Definition Classes
    KeyedMetaMapper
  89. def dbTableName: String

    Permalink
    Definition Classes
    MetaMapper → BaseMetaMapper
  90. def db_can_delete_?: Boolean

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

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

    Permalink
    Definition Classes
    MetaMapper
  93. def delete_!: Boolean

    Permalink
    Definition Classes
    Mapper
  94. def destroySessionOnLogin: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  95. def dirty_?(toTest: ModelType): Boolean

    Permalink
    Definition Classes
    MetaMapper
  96. def dirty_?: Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Mapper
  102. def doWithUser[T](u: Box[(BootstrapMegaMetaProtoUser.this)#TheUserType])(f: ⇒ T): T

    Permalink
    Definition Classes
    ProtoUser
  103. def edit: NodeSeq

    Permalink
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  104. def editFormSnippet(html: NodeSeq): NodeSeq

    Permalink
    Definition Classes
    KeyedMetaMapper
  105. object editFunc extends RequestVar[Box[() ⇒ NodeSeq]]

    Permalink
    Definition Classes
    ProtoUser
  106. lazy val editPath: List[String]

    Permalink
    Definition Classes
    ProtoUser
  107. def editSnippetCallback(obj: ModelType): Unit

    Permalink
    Definition Classes
    KeyedMetaMapper
  108. def editSnippetSetup: ModelType

    Permalink
    Definition Classes
    KeyedMetaMapper
  109. def editSubmitButton(name: StringOrNodeSeq, func: () ⇒ Any, attrs: liftweb.http.SHtml.ElemAttr*): NodeSeq

    Permalink
    Attributes
    protected
  110. def editSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Permalink
    Definition Classes
    ProtoUser
  111. def editSuffix: String

    Permalink
    Definition Classes
    ProtoUser
  112. def editUserMenuLoc: Box[Menu]

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.edit.user'
    Corresponding Lift i18n key: 'edit.user' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  113. def editUserMenuLocParams: List[LocParam[Unit]]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  114. def editXhtml(user: (BootstrapMegaMetaProtoUser.this)#TheUserType): Elem

    Permalink
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  115. val elemName: String

    Permalink
    Definition Classes
    MetaMapper
  116. def emailFrom: String

    Permalink
    Definition Classes
    ProtoUser
  117. def encodeAsJSON_!(toEncode: ModelType): JObject

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

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

    Permalink
    Definition Classes
    KeyedMapper → AnyRef → Any
  120. def extractLocalFormPasswordField(form: NodeSeq, field: BaseField): (NodeSeq, NodeSeq)

    Permalink
    Attributes
    protected
  121. def fieldByName[T](fieldName: String, actual: ModelType): Box[MappedField[T, ModelType]]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Mapper
  130. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    MetaMapper
  159. def findOrCreate(key: List[String]): ModelType

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

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

    Permalink
    Definition Classes
    Mapper → SourceInfo
  162. def flatMapFieldTitleForm[T](toMap: ModelType, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ Seq[T]): List[T]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    MetaMapper
  171. def generateResetEmailBodies(user: (BootstrapMegaMetaProtoUser.this)#TheUserType, resetLink: String): List[MailBodyType]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  172. def generateValidationEmailBodies(user: (BootstrapMegaMetaProtoUser.this)#TheUserType, resetLink: String): List[MailBodyType]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  173. def getActualBaseField(actual: ModelType, protoField: BaseOwnedMappedField[ModelType]): BaseOwnedMappedField[ModelType]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  176. def globalUserLocParams: List[LocParam[Unit]]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  177. def hashCode(): Int

    Permalink
    Definition Classes
    KeyedMapper → AnyRef → Any
  178. def homePage: String

    Permalink
    Definition Classes
    ProtoUser
  179. def htmlHeaders: NodeSeq

    Permalink
    Definition Classes
    MetaMapper
  180. def htmlLine: NodeSeq

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

    Permalink
    Definition Classes
    MetaMapper
  182. def inputSubmitButtonWithAttribs(name: StringOrNodeSeq, func: () ⇒ Any, attrs: liftweb.http.SHtml.ElemAttr*): Elem

    Permalink
    Attributes
    protected
  183. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  184. def localForm(user: (BootstrapMegaMetaProtoUser.this)#TheUserType, ignorePassword: Boolean, fields: List[(BootstrapMegaMetaProtoUser.this)#FieldPointerType]): NodeSeq

    Permalink
    Attributes
    protected
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  185. def localeField: Box[MappedLocale[ModelType]]

    Permalink
    Definition Classes
    Mapper
  186. def logUserIdIn(id: String): Unit

    Permalink
    Definition Classes
    ProtoUser
  187. def logUserIn(who: (BootstrapMegaMetaProtoUser.this)#TheUserType): Unit

    Permalink
    Definition Classes
    ProtoUser
  188. def logUserIn(who: (BootstrapMegaMetaProtoUser.this)#TheUserType, postLogin: () ⇒ Nothing): Nothing

    Permalink
    Definition Classes
    ProtoUser
  189. def logUserOut(): Unit

    Permalink
    Definition Classes
    ProtoUser
  190. def loggedIn_?: Boolean

    Permalink
    Definition Classes
    ProtoUser
  191. def login: Elem

    Permalink
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  192. def loginFirst: If

    Permalink
    Definition Classes
    ProtoUser
  193. def loginMenuLoc: Box[Menu]

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.login'
    Corresponding Lift i18n key: 'login' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  194. def loginMenuLocParams: List[LocParam[Unit]]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  195. def loginPageURL: String

    Permalink
    Definition Classes
    ProtoUser
  196. lazy val loginPath: List[String]

    Permalink
    Definition Classes
    ProtoUser
  197. object loginRedirect extends SessionVar[Box[String]]

    Permalink
    Definition Classes
    ProtoUser
  198. def loginSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Permalink
    Definition Classes
    ProtoUser
  199. def loginSuffix: String

    Permalink
    Definition Classes
    ProtoUser
  200. def loginXhtml: Elem

    Permalink
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  201. def logout: Nothing

    Permalink
    Definition Classes
    ProtoUser
  202. def logoutCurrentUser: Unit

    Permalink
    Definition Classes
    ProtoUser
  203. def logoutMenuLoc: Box[Menu]

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.logout'
    Corresponding Lift i18n key: 'logout' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  204. def logoutMenuLocParams: List[LocParam[Unit]]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  205. lazy val logoutPath: List[String]

    Permalink
    Definition Classes
    ProtoUser
  206. def logoutSuffix: String

    Permalink
    Definition Classes
    ProtoUser
  207. def lostPassword: NodeSeq

    Permalink
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  208. def lostPasswordMenuLoc: Box[Menu]

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.lost.password'
    Corresponding Lift i18n key: 'lost.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  209. def lostPasswordMenuLocParams: List[LocParam[Unit]]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  210. lazy val lostPasswordPath: List[String]

    Permalink
    Definition Classes
    ProtoUser
  211. def lostPasswordSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Permalink
    Definition Classes
    ProtoUser
  212. def lostPasswordSuffix: String

    Permalink
    Definition Classes
    ProtoUser
  213. def lostPasswordXhtml: Elem

    Permalink
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  214. def mapFieldTitleForm[T](toMap: ModelType, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ T): List[T]

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

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

    Permalink
    Definition Classes
    MetaMapper → BaseMetaMapper
  217. lazy val mappedFieldsForModel: List[MappedField[_, ModelType]]

    Permalink
    Definition Classes
    MetaMapper
  218. def menuNameSuffix: String

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  219. def menus: List[Menu]

    Permalink
    Definition Classes
    ProtoUser
  220. def mutateUserOnEdit(user: (BootstrapMegaMetaProtoUser.this)#TheUserType): (BootstrapMegaMetaProtoUser.this)#TheUserType

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  221. def mutateUserOnSignup(user: (BootstrapMegaMetaProtoUser.this)#TheUserType): (BootstrapMegaMetaProtoUser.this)#TheUserType

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  222. def myChangePasswordSubmitButton(name: StringOrNodeSeq, func: () ⇒ Any = () => {}): NodeSeq

    Permalink
  223. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  224. def niceName(inst: (BootstrapMegaMetaProtoUser.this)#TheUserType): String

    Permalink
    Definition Classes
    ProtoUser
  225. def niceNameWEmailLink(inst: (BootstrapMegaMetaProtoUser.this)#TheUserType): Elem

    Permalink
    Definition Classes
    ProtoUser
  226. def notLoggedIn_?: Boolean

    Permalink
    Definition Classes
    ProtoUser
  227. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    KeyedMetaMapper
  230. var onLogIn: List[((BootstrapMegaMetaProtoUser.this)#TheUserType) ⇒ Unit]

    Permalink
    Definition Classes
    ProtoUser
  231. var onLogOut: List[(Box[(BootstrapMegaMetaProtoUser.this)#TheUserType]) ⇒ Unit]

    Permalink
    Definition Classes
    ProtoUser
  232. def passwordReset(id: String): NodeSeq

    Permalink
    Definition Classes
    ProtoUser
  233. def passwordResetEmailSubject: String

    Permalink
    Definition Classes
    ProtoUser
  234. def passwordResetMailBody(user: (BootstrapMegaMetaProtoUser.this)#TheUserType, resetLink: String): Elem

    Permalink
    Definition Classes
    ProtoUser
  235. lazy val passwordResetPath: List[String]

    Permalink
    Definition Classes
    ProtoUser
  236. def passwordResetSuffix: String

    Permalink
    Definition Classes
    ProtoUser
  237. def passwordResetXhtml: Elem

    Permalink
    Definition Classes
    ProtoUser
  238. def prependFieldTransform(transform: CssSel): Unit

    Permalink
    Definition Classes
    Mapper
  239. def reload: ModelType

    Permalink
    Definition Classes
    KeyedMapper
  240. def resChangePasswordLabelNewPassword: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.label.new.password'
    Corresponding Lift i18n key: 'new.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  241. def resChangePasswordLabelOldPassword: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.label.old.password'
    Corresponding Lift i18n key: 'old.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  242. def resChangePasswordLabelRepeatPassword: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.label.repeat.password'
    Corresponding Lift i18n key: 'repeat.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  243. def resChangePasswordLegendChangePassword: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.legend'
    Corresponding Lift i18n key: 'change.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  244. def resChangePasswordPlaceholderNewPassword: String

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.placeholder.new.password'
    Corresponding Lift i18n key: 'new.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  245. def resChangePasswordPlaceholderOldPassword: String

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.placeholder.old.password'
    Corresponding Lift i18n key: 'old.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  246. def resChangePasswordSubmitChange: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.submit'
    Corresponding Lift i18n key: 'fobo.submit.password.change' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  247. def resEditLegendEdit: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Edit.legend'
    Corresponding Lift i18n key: 'edit' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  248. def resEditSubmitSave: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Edit.submit'
    Corresponding Lift i18n key: 'Save' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  249. def resLoginLabelPassword: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.label.password'
    Corresponding Lift i18n key: 'password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  250. def resLoginLabelRecoverPassword: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.label.recover.password'
    Corresponding Lift i18n key: 'recover.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  251. def resLoginLegendLogin: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.legend'
    Corresponding Lift i18n key: 'log.in' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  252. def resLoginMsgErrorAcountValidation: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.msg.error.account.validation'
    Corresponding Lift i18n key: 'account.validation.error' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  253. def resLoginMsgErrorInvalidCredetial: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.msg.error.invalid.credentials'
    Corresponding Lift i18n key: 'invalid.credentials' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  254. def resLoginMsgNoticeLogedIn: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.msg.notice.logged.in'
    Corresponding Lift i18n key: 'logged.in' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  255. def resLoginPlaceholderPassword: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.placeholder.password'
    Corresponding Lift i18n key: 'password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  256. def resLoginSubmit: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.submit'
    Corresponding Lift i18n key: 'log.in' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  257. def resLostPasswordLabelUserName: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.LostPassword.label.userName'
    Corresponding Lift i18n key: see 'userNameFieldString' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  258. def resLostPasswordLegendEnterEmail: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.LostPassword.legend'
    Corresponding Lift i18n key: 'enter.email' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  259. def resLostPasswordPlaceholderUserName: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.LostPassword.placeholder.userName'
    Corresponding Lift i18n key: see 'userNameFieldString' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  260. def resLostPasswordSubmit: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.LostPassword.submit'
    Corresponding Lift i18n key: 'send.it' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  261. def resSignUpLabelPassword: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.SignUp.label.password'
    Corresponding Lift i18n key: 'password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  262. def resSignUpLabelRepeatPassword: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.SignUp.label.repeat.password'
    Corresponding Lift i18n key: 'repeat.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  263. def resSignUpLegendSignUp: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.SignUp.legend'
    Corresponding Lift i18n key: 'sign.up' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  264. def resSignUpPlaceholderPassword: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.SignUp.placeholder.password'
    Corresponding Lift i18n key: 'password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  265. def resSignUpPlaceholderRepeatPassword: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.SignUp.placeholder.repeat.password'
    Corresponding Lift i18n key: 'repeat.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  266. def resSignUpSubmitSignUp: NodeSeq

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.SignUp.submit'
    Corresponding Lift i18n key: 'sign.up' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  267. def resetPasswordMenuLoc: Box[Menu]

    Permalink

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.reset.password'
    Corresponding Lift i18n key: 'reset.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  268. def resetPasswordMenuLocParams: List[LocParam[Unit]]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  269. def resetPasswordSubmitButton(name: String, func: () ⇒ Any): NodeSeq

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

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

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

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

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

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

    Permalink
    Definition Classes
    Mapper → BaseMapper
  276. def saveMe(): ModelType

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

    Permalink
    Definition Classes
    MetaMapper
  278. def saved_?: Boolean

    Permalink
    Definition Classes
    Mapper
  279. def screenWrap: Box[Node]

    Permalink
    Definition Classes
    ProtoUser
  280. def sendPasswordReset(email: String): Unit

    Permalink
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  281. def sendValidationEmail(user: (BootstrapMegaMetaProtoUser.this)#TheUserType): Unit

    Permalink

    Send validation email to the user.

    Send validation email to the user. The XHTML version of the mail body is generated by calling signupMailBody. You can customize the mail sent to users by override generateValidationEmailBodies to send non-HTML mail or alternative mail bodies.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  282. def shortName(inst: (BootstrapMegaMetaProtoUser.this)#TheUserType): String

    Permalink
    Definition Classes
    ProtoUser
  283. lazy val signUpPath: List[String]

    Permalink
    Definition Classes
    ProtoUser
  284. def signUpSuffix: String

    Permalink
    Definition Classes
    ProtoUser
  285. def signup: NodeSeq

    Permalink
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  286. object signupFunc extends RequestVar[Box[() ⇒ NodeSeq]]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  287. def signupMailBody(user: (BootstrapMegaMetaProtoUser.this)#TheUserType, validationLink: String): Elem

    Permalink
    Definition Classes
    ProtoUser
  288. def signupMailSubject: String

    Permalink
    Definition Classes
    ProtoUser
  289. def signupSubmitButton(name: StringOrNodeSeq, func: () ⇒ Any, attrs: liftweb.http.SHtml.ElemAttr*): NodeSeq

    Permalink
    Attributes
    protected
  290. def signupSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Permalink
    Definition Classes
    ProtoUser
  291. def signupXhtml(user: (BootstrapMegaMetaProtoUser.this)#TheUserType): Elem

    Permalink
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  292. lazy val sitemap: List[Menu]

    Permalink
    Definition Classes
    ProtoUser
  293. def sitemapMutator: (SiteMap) ⇒ SiteMap

    Permalink
    Definition Classes
    ProtoUser
  294. def skipEmailValidation: Boolean

    Permalink
    Definition Classes
    ProtoUser
  295. def snarfLastItem: String

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  296. def standardSubmitButton(name: String, func: () ⇒ Any): Elem

    Permalink
    Definition Classes
    ProtoUser
  297. def superUser_?: Boolean

    Permalink
    Definition Classes
    ProtoUser
  298. def suplementalJs(ob: Box[KeyObfuscator]): List[(String, JsExp)]

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

    Permalink
    Definition Classes
    AnyRef
  300. def testLoggedIn(page: String): Boolean

    Permalink
    Definition Classes
    ProtoUser
  301. lazy val testLogginIn: If

    Permalink
    Definition Classes
    ProtoUser
  302. lazy val testSuperUser: If

    Permalink
    Definition Classes
    ProtoUser
  303. def thePath(end: String): List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  304. implicit def thisToMappee(in: Mapper[ModelType]): ModelType

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

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

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

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

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

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

    Permalink
    Definition Classes
    MetaMapper
  311. def toHtml: NodeSeq

    Permalink
    Definition Classes
    Mapper
  312. def toString(): String

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

    Permalink
    Definition Classes
    MetaMapper
  314. def toXml: Elem

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    MetaMapper
  317. def userMenu: List[Node]

    Permalink
    Definition Classes
    ProtoUser
  318. def userNameFieldString: String

    Permalink
    Definition Classes
    ProtoUser
  319. def userNameNotFoundString: String

    Permalink
    Definition Classes
    ProtoUser
  320. final def validate(toValidate: ModelType): List[FieldError]

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

    Permalink
    Definition Classes
    Mapper
  322. def validateSignup(user: (BootstrapMegaMetaProtoUser.this)#TheUserType): List[FieldError]

    Permalink
    Definition Classes
    ProtoUser
  323. def validateUser(id: String): NodeSeq

    Permalink
    Definition Classes
    ProtoUser
  324. def validateUserMenuLoc: Box[Menu]

    Permalink
    Definition Classes
    ProtoUser
  325. def validateUserMenuLocParams: List[LocParam[Unit]]

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser
  326. lazy val validateUserPath: List[String]

    Permalink
    Definition Classes
    ProtoUser
  327. def validateUserSuffix: String

    Permalink
    Definition Classes
    ProtoUser
  328. def validation: List[(ModelType) ⇒ List[FieldError]]

    Permalink
    Definition Classes
    MetaMapper
  329. def viewSnippetSetup: ModelType

    Permalink
    Definition Classes
    KeyedMetaMapper
  330. def viewTransform(html: NodeSeq): NodeSeq

    Permalink
    Definition Classes
    KeyedMetaMapper
  331. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    MetaMapper
  335. def wrapIt(in: NodeSeq): NodeSeq

    Permalink
    Attributes
    protected
    Definition Classes
    ProtoUser

Inherited from ProtoUser

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