net.liftweb.ldap

MetaLDAPProtoUser

trait MetaLDAPProtoUser[ModelType <: LDAPProtoUser[ModelType]] extends MetaMegaProtoUser[ModelType]

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

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

    Definition Classes
    Mapper
  4. trait FieldPointerBridge extends AnyRef

    Attributes
    protected
    Definition Classes
    ProtoUser
  5. type FieldPointerType = MappedField[_, (MetaLDAPProtoUser.this)#TheUserType]

    Definition Classes
    MetaMegaProtoUser → ProtoUser
  6. type KeyedMapperType = ModelType

    Definition Classes
    KeyedMapper → BaseKeyedMapper
  7. type MapperType = ModelType

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

    Definition Classes
    ProtoUser
  9. class MyPointer extends (MetaMegaProtoUser.this)#FieldPointerBridge

    Attributes
    protected
    Definition Classes
    MetaMegaProtoUser
  10. class MyUserBridge extends (MetaMegaProtoUser.this)#UserBridge

    Attributes
    protected
    Definition Classes
    MetaMegaProtoUser
  11. type OtherMapper = KeyedMapper[_, _]

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

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

    Definition Classes
    KeyedMetaMapper
  14. type RealType = ModelType

    Definition Classes
    MetaMapper → BaseMetaMapper
  15. type TheKeyType = Long

    Definition Classes
    KeyedMapper → BaseKeyedMapper
  16. type TheUserType = ModelType

    Definition Classes
    MetaMegaProtoUser → ProtoUser
  17. trait UserBridge extends AnyRef

    Attributes
    protected
    Definition Classes
    ProtoUser

Abstract Value Members

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

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

    Definition Classes
    KeyedMapper → BaseKeyedMapper

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

    Definition Classes
    ProtoUser
  7. final def _dbTableNameLC: String

    Definition Classes
    MetaMapper → BaseMetaMapper
  8. def actionsAfterSignup(theUser: (MetaLDAPProtoUser.this)#TheUserType, func: () ⇒ Nothing): Nothing

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

    Attributes
    protected
    Definition Classes
    MetaMapper
  10. def addSnippet(xhtml: NodeSeq): NodeSeq

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

    Definition Classes
    KeyedMetaMapper
  12. def addSnippetSetup: ModelType

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

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

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

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

    Definition Classes
    MetaMapper
  17. def afterSchemifier: Unit

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

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

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

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

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

    Definition Classes
    Mapper → FieldContainer
  23. def appendField(pf: (MetaLDAPProtoUser.this)#FieldPF): Unit

    Definition Classes
    Mapper
  24. def appendFieldToStrings(in: ModelType): String

    Definition Classes
    MetaMapper
  25. def asHtml(toLine: ModelType): NodeSeq

    Definition Classes
    MetaMapper
  26. def asHtml: NodeSeq

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

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

    Definition Classes
    MetaMapper
  29. def asJs: JsExp

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

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

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

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

    Definition Classes
    ProtoUser
  34. def basePath: List[String]

    Definition Classes
    ProtoUser
  35. def bccEmail: Box[String]

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

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

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

    Definition Classes
    MetaMapper
  39. def beforeSchemifier: Unit

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

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

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

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

    Definition Classes
    MetaMapper
  44. def bindAttributes(attrs: Attributes): Unit

  45. implicit def boundedFieldToItem(in: (MappedField[String, ModelType], Int)): BoundedIndexField[ModelType]

    Definition Classes
    MetaMapper
  46. implicit def buildFieldBridge(from: (MetaLDAPProtoUser.this)#FieldPointerType): (MetaLDAPProtoUser.this)#FieldPointerBridge

    Attributes
    protected
    Definition Classes
    MetaMegaProtoUser → ProtoUser
  47. def buildMapper(rs: ResultSet): List[Box[(ResultSet, Int, ModelType) ⇒ Unit]]

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

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

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

    Definition Classes
    MetaMapper
  51. def capturePreLoginState(): () ⇒ Unit

    Attributes
    protected
    Definition Classes
    ProtoUser
  52. def changePassword: NodeSeq

    Definition Classes
    ProtoUser
  53. def changePasswordMenuLoc: Box[Menu]

    The menu item for changing password (make this "Empty" to disable)

    The menu item for changing password (make this "Empty" to disable)

    Definition Classes
    MetaLDAPProtoUser → ProtoUser
  54. def changePasswordMenuLocParams: List[LocParam[Unit]]

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

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

    Definition Classes
    ProtoUser
  57. def changePasswordSuffix: String

    Definition Classes
    ProtoUser
  58. def changePasswordXhtml: Elem

    Definition Classes
    ProtoUser
  59. def checkNames: Unit

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

    Definition Classes
    MetaMapper
  61. def clone(): AnyRef

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

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

    Definition Classes
    MetaMapper
  64. val columnQueriesForInsert: String

    Definition Classes
    MetaMapper
  65. def commonNameAttributeName: String

  66. def comparePrimaryKeys(other: ModelType): Boolean

    Definition Classes
    KeyedMapper → Mapper
  67. def computeFieldFromPointer(instance: (MetaLDAPProtoUser.this)#TheUserType, pointer: (MetaLDAPProtoUser.this)#FieldPointerType): Box[BaseField]

    Attributes
    protected
    Definition Classes
    MetaMegaProtoUser → ProtoUser
  68. def connectionIdentifier: ConnectionIdentifier

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

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

    Definition Classes
    MetaMapper
  71. def count: Long

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

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

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

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

    Definition Classes
    Mapper
  76. def create: ModelType

    Definition Classes
    MetaMapper
  77. def createInstance: ModelType

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

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

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

    Definition Classes
    MetaMapper
  81. def createNewUserInstance(): (MetaLDAPProtoUser.this)#TheUserType

    Attributes
    protected
    Definition Classes
    MetaMegaProtoUser → ProtoUser
  82. def createUserMenuLoc: Box[Menu]

    The menu item for creating the user/sign up (make this "Empty" to disable)

    The menu item for creating the user/sign up (make this "Empty" to disable)

    Definition Classes
    MetaLDAPProtoUser → ProtoUser
  83. def createUserMenuLocParams: List[LocParam[Unit]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  84. def crudSnippets: SnippetPF

    Definition Classes
    KeyedMetaMapper
  85. def crudSnippets_?: Boolean

    Definition Classes
    KeyedMetaMapper
  86. def currentUser: Box[(MetaLDAPProtoUser.this)#TheUserType]

    Definition Classes
    ProtoUser
  87. def currentUserId: Box[String]

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

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

    Definition Classes
    Mapper
  90. def dbDefaultConnectionIdentifier: ConnectionIdentifier

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

    Definition Classes
    MetaMapper → BaseMetaMapper
  92. def dbName: String

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

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

    Definition Classes
    KeyedMetaMapper
  95. def dbTableName: String

    Definition Classes
    MetaMapper → BaseMetaMapper
  96. def db_can_delete_?: Boolean

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

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

    Definition Classes
    MetaMapper
  99. def delete_!: Boolean

    Definition Classes
    Mapper
  100. def destroySessionOnLogin: Boolean

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

    Definition Classes
    MetaMapper
  102. def dirty_?: Boolean

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

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

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

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

    Definition Classes
    Mapper
  107. def doWithUser[T](u: Box[(MetaLDAPProtoUser.this)#TheUserType])(f: ⇒ T): T

    Definition Classes
    ProtoUser
  108. def edit: NodeSeq

    Definition Classes
    ProtoUser
  109. def editFields: List[(MetaLDAPProtoUser.this)#FieldPointerType]

    Definition Classes
    MetaMegaProtoUser → ProtoUser
  110. lazy val editPath: List[String]

    Definition Classes
    ProtoUser
  111. def editSnippet(xhtml: NodeSeq): NodeSeq

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

    Definition Classes
    KeyedMetaMapper
  113. def editSnippetSetup: ModelType

    Definition Classes
    KeyedMetaMapper
  114. def editSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Definition Classes
    ProtoUser
  115. def editSuffix: String

    Definition Classes
    ProtoUser
  116. def editUserMenuLoc: Box[Menu]

    Definition Classes
    MetaLDAPProtoUser → ProtoUser
  117. def editUserMenuLocParams: List[LocParam[Unit]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  118. def editXhtml(user: (MetaLDAPProtoUser.this)#TheUserType): Elem

    Definition Classes
    ProtoUser
  119. val elemName: String

    Definition Classes
    MetaMapper
  120. def emailFrom: String

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

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

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

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

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

    Definition Classes
    Mapper
  126. def fieldMapperPF(transform: (BaseOwnedMappedField[ModelType]) ⇒ NodeSeq, actual: ModelType): PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Definition Classes
    MetaMapper
  127. def fieldMapperPF(transform: (BaseOwnedMappedField[ModelType]) ⇒ NodeSeq): (MetaLDAPProtoUser.this)#FieldPF

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

    Definition Classes
    MetaMapper
  129. def fieldOrder: List[(MetaLDAPProtoUser.this)#FieldPointerType]

    Definition Classes
    MetaLDAPProtoUser → MetaMapper
  130. def fieldPF: (MetaLDAPProtoUser.this)#FieldPF

    Definition Classes
    Mapper
  131. implicit def fieldToItem[T](in: MappedField[T, ModelType]): IndexItem[ModelType]

    Definition Classes
    MetaMapper
  132. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    KeyedMetaMapper
  163. def findUserByUniqueId(id: String): Box[(MetaLDAPProtoUser.this)#TheUserType]

    Attributes
    protected
    Definition Classes
    MetaMegaProtoUser → ProtoUser
  164. def findUserByUserName(email: String): Box[(MetaLDAPProtoUser.this)#TheUserType]

    Attributes
    protected
    Definition Classes
    MetaMegaProtoUser → ProtoUser
  165. def flatMapFieldTitleForm[T](toMap: ModelType, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ Seq[T]): List[T]

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

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

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

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

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

    Definition Classes
    Mapper
  171. var formatFormElement: (NodeSeq, NodeSeq) ⇒ NodeSeq

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

    Definition Classes
    MetaMapper
  173. def generateResetEmailBodies(user: (MetaLDAPProtoUser.this)#TheUserType, resetLink: String): List[util.Mailer.MailBodyType]

    Attributes
    protected
    Definition Classes
    ProtoUser
  174. def generateValidationEmailBodies(user: (MetaLDAPProtoUser.this)#TheUserType, resetLink: String): List[util.Mailer.MailBodyType]

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

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

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

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

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

    Definition Classes
    KeyedMapper → AnyRef → Any
  180. def homePage: String

    Definition Classes
    ProtoUser
  181. def htmlHeaders: NodeSeq

    Definition Classes
    MetaMapper
  182. def htmlLine: NodeSeq

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

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

    Definition Classes
    Any
  185. def ldapLogin(username: String, password: String): Boolean

  186. def ldapUserSearch: String

    User search sentence

  187. def ldapVendor: LDAPVendor

  188. def localForm(user: (MetaLDAPProtoUser.this)#TheUserType, ignorePassword: Boolean, fields: List[(MetaLDAPProtoUser.this)#FieldPointerType]): NodeSeq

    Attributes
    protected
    Definition Classes
    ProtoUser
  189. def localeField: Box[MappedLocale[ModelType]]

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

    Definition Classes
    ProtoUser
  191. def logUserIn(who: (MetaLDAPProtoUser.this)#TheUserType): Unit

    Definition Classes
    ProtoUser
  192. def logUserIn(who: (MetaLDAPProtoUser.this)#TheUserType, postLogin: () ⇒ Nothing): Nothing

    Definition Classes
    ProtoUser
  193. def logUserOut(): Unit

    Definition Classes
    ProtoUser
  194. def loggedIn_?: Boolean

    Definition Classes
    ProtoUser
  195. def login: NodeSeq

    Definition Classes
    MetaLDAPProtoUser → ProtoUser
  196. def loginErrorMessage: String

    Error messages

  197. def loginFirst: If

    Definition Classes
    ProtoUser
  198. def loginMenuLoc: Box[Menu]

    Definition Classes
    ProtoUser
  199. def loginMenuLocParams: List[LocParam[Unit]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  200. def loginPageURL: String

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

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

    Definition Classes
    ProtoUser
  203. def loginSuffix: String

    Definition Classes
    ProtoUser
  204. def loginXhtml: Elem

    Definition Classes
    MetaLDAPProtoUser → ProtoUser
  205. def logout: Nothing

    Definition Classes
    ProtoUser
  206. def logoutCurrentUser: Unit

    Definition Classes
    ProtoUser
  207. def logoutMenuLoc: Box[Menu]

    Definition Classes
    ProtoUser
  208. def logoutMenuLocParams: List[LocParam[Unit]]

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

    Definition Classes
    ProtoUser
  210. def logoutSuffix: String

    Definition Classes
    ProtoUser
  211. def lostPassword: NodeSeq

    Definition Classes
    ProtoUser
  212. def lostPasswordMenuLoc: Box[Menu]

    The menu item for lost password (make this "Empty" to disable)

    The menu item for lost password (make this "Empty" to disable)

    Definition Classes
    MetaLDAPProtoUser → ProtoUser
  213. def lostPasswordMenuLocParams: List[LocParam[Unit]]

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

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

    Definition Classes
    ProtoUser
  216. def lostPasswordSuffix: String

    Definition Classes
    ProtoUser
  217. def lostPasswordXhtml: Elem

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

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

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

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

    Definition Classes
    MetaMapper
  222. def menuNameSuffix: String

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

    Definition Classes
    ProtoUser
  224. def modSnippet(xhtml: NodeSeq, obj: ModelType, cleanup: (ModelType) ⇒ Unit): NodeSeq

    Definition Classes
    KeyedMetaMapper
  225. def mutateUserOnEdit(user: (MetaLDAPProtoUser.this)#TheUserType): (MetaLDAPProtoUser.this)#TheUserType

    Attributes
    protected
    Definition Classes
    ProtoUser
  226. def mutateUserOnSignup(user: (MetaLDAPProtoUser.this)#TheUserType): (MetaLDAPProtoUser.this)#TheUserType

    Attributes
    protected
    Definition Classes
    ProtoUser
  227. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  228. def niceName(inst: (MetaLDAPProtoUser.this)#TheUserType): String

    Definition Classes
    ProtoUser
  229. def niceNameWEmailLink(inst: (MetaLDAPProtoUser.this)#TheUserType): Elem

    Definition Classes
    ProtoUser
  230. def notLoggedIn_?: Boolean

    Definition Classes
    ProtoUser
  231. final def notify(): Unit

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

    Definition Classes
    AnyRef
  233. def objFromIndexedParam: Box[ModelType]

    Definition Classes
    KeyedMetaMapper
  234. var onLogIn: List[((MetaLDAPProtoUser.this)#TheUserType) ⇒ Unit]

    Definition Classes
    ProtoUser
  235. var onLogOut: List[(Box[(MetaLDAPProtoUser.this)#TheUserType]) ⇒ Unit]

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

    Definition Classes
    ProtoUser
  237. def passwordResetEmailSubject: String

    Definition Classes
    ProtoUser
  238. def passwordResetMailBody(user: (MetaLDAPProtoUser.this)#TheUserType, resetLink: String): Elem

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

    Definition Classes
    ProtoUser
  240. def passwordResetSuffix: String

    Definition Classes
    ProtoUser
  241. def passwordResetXhtml: Elem

    Definition Classes
    ProtoUser
  242. def prependField(pf: (MetaLDAPProtoUser.this)#FieldPF): Unit

    Definition Classes
    Mapper
  243. def reload: ModelType

    Definition Classes
    KeyedMapper
  244. def resetPasswordMenuLoc: Box[Menu]

    The menu item for resetting the password (make this "Empty" to disable)

    The menu item for resetting the password (make this "Empty" to disable)

    Definition Classes
    MetaLDAPProtoUser → ProtoUser
  245. def resetPasswordMenuLocParams: List[LocParam[Unit]]

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

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

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

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

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

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

    Definition Classes
    MetaMapper
  252. def save(): Boolean

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

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

    Definition Classes
    MetaMapper
  255. def saved_?: Boolean

    Definition Classes
    Mapper
  256. def screenWrap: Box[Node]

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

    Definition Classes
    ProtoUser
  258. def sendValidationEmail(user: (MetaLDAPProtoUser.this)#TheUserType): Unit

    Definition Classes
    ProtoUser
  259. def shortName(inst: (MetaLDAPProtoUser.this)#TheUserType): String

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

    Definition Classes
    ProtoUser
  261. def signUpSuffix: String

    Definition Classes
    ProtoUser
  262. def signup: NodeSeq

    Definition Classes
    ProtoUser
  263. def signupFields: List[(MetaLDAPProtoUser.this)#FieldPointerType]

    Definition Classes
    MetaLDAPProtoUser → MetaMegaProtoUser → ProtoUser
  264. def signupMailBody(user: (MetaLDAPProtoUser.this)#TheUserType, validationLink: String): Elem

    Definition Classes
    ProtoUser
  265. def signupMailSubject: String

    Definition Classes
    ProtoUser
  266. def signupSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Definition Classes
    ProtoUser
  267. def signupXhtml(user: (MetaLDAPProtoUser.this)#TheUserType): Elem

    Definition Classes
    ProtoUser
  268. lazy val sitemap: List[Menu]

    Definition Classes
    ProtoUser
  269. def sitemapMutator: (SiteMap) ⇒ SiteMap

    Definition Classes
    ProtoUser
  270. def skipEmailValidation: Boolean

    Definition Classes
    ProtoUser
  271. def snarfLastItem: String

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

    Definition Classes
    ProtoUser
  273. def superUser_?: Boolean

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

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

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

    Definition Classes
    ProtoUser
  277. lazy val testLogginIn: If

    Definition Classes
    ProtoUser
  278. lazy val testSuperUser: If

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

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

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

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

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

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

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

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

    Definition Classes
    MetaMapper
  287. def toHtml: NodeSeq

    Definition Classes
    Mapper
  288. def toString(): String

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

    Definition Classes
    MetaMapper
  290. def toXml: Elem

    Definition Classes
    Mapper
  291. implicit def typeToBridge(in: (MetaLDAPProtoUser.this)#TheUserType): (MetaLDAPProtoUser.this)#UserBridge

    Attributes
    protected
    Definition Classes
    MetaMegaProtoUser → ProtoUser
  292. def uidAttributeName: String

  293. def unapply(key: Any): Option[ModelType]

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

    Attributes
    protected
    Definition Classes
    MetaMapper
  295. def userFromStringId(id: String): Box[(MetaLDAPProtoUser.this)#TheUserType]

    Attributes
    protected
    Definition Classes
    MetaMegaProtoUser → ProtoUser
  296. def userMenu: List[Node]

    Definition Classes
    ProtoUser
  297. def userNameFieldString: String

    Definition Classes
    ProtoUser
  298. def userNameNotFoundString: String

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

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

    Definition Classes
    Mapper
  301. def validateSignup(user: (MetaLDAPProtoUser.this)#TheUserType): List[FieldError]

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

    Definition Classes
    ProtoUser
  303. def validateUserMenuLoc: Box[Menu]

    The menu item for validating a user (make this "Empty" to disable)

    The menu item for validating a user (make this "Empty" to disable)

    Definition Classes
    MetaLDAPProtoUser → ProtoUser
  304. def validateUserMenuLocParams: List[LocParam[Unit]]

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

    Definition Classes
    ProtoUser
  306. def validateUserSuffix: String

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

    Definition Classes
    MetaMapper
  308. def viewSnippet(xhtml: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
  309. def viewSnippetSetup: ModelType

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

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

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

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

    Definition Classes
    MetaMapper
  314. def wrapIt(in: NodeSeq): NodeSeq

    Attributes
    protected
    Definition Classes
    ProtoUser

Inherited from MetaMegaProtoUser[ModelType]

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 Serializable

Inherited from Serializable

Inherited from BaseMapper

Inherited from FieldContainer

Inherited from BaseMetaMapper

Inherited from AnyRef

Inherited from Any

Ungrouped