Class

net.liftweb.mapper

ProtoTag

Related Doc: package mapper

Permalink

abstract class ProtoTag[MyType <: ProtoTag[MyType]] extends KeyedMapper[Long, MyType] with Ordered[MyType]

Self Type
MyType
Linear Supertypes
Ordered[MyType], Comparable[MyType], KeyedMapper[Long, MyType], BaseKeyedMapper, Mapper[MyType], SourceInfo, Serializable, Serializable, BaseMapper, FieldContainer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProtoTag
  2. Ordered
  3. Comparable
  4. KeyedMapper
  5. BaseKeyedMapper
  6. Mapper
  7. SourceInfo
  8. Serializable
  9. Serializable
  10. BaseMapper
  11. FieldContainer
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProtoTag()

    Permalink

Type Members

  1. type FieldPF = PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Permalink
    Definition Classes
    Mapper
  2. type KeyedMapperType = MyType

    Permalink
    Definition Classes
    KeyedMapperBaseKeyedMapper
  3. type MapperType = MyType

    Permalink
    Definition Classes
    MapperBaseMapper
  4. type TheKeyType = Long

    Permalink
    Definition Classes
    KeyedMapperBaseKeyedMapper

Abstract Value Members

  1. abstract def getSingleton: MetaProtoTag[MyType]

    Permalink
    Definition Classes
    ProtoTagKeyedMapperMapper

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: MyType): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: MyType): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: MyType): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: MyType): Boolean

    Permalink
    Definition Classes
    Ordered
  8. def allFieldNames(): Seq[(String, SourceFieldMetadata)]

    Permalink

    Get a list of all the fields

    Get a list of all the fields

    returns

    a list of all the fields

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

    Permalink
    Definition Classes
    MapperFieldContainer
  10. def appendFieldTransform(transform: CssSel): Unit

    Permalink
    Definition Classes
    Mapper
  11. def asHtml: NodeSeq

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

    Permalink
    Definition Classes
    Any
  13. def asJs: JsExp

    Permalink

    Convert the model to a JavaScript object

    Convert the model to a JavaScript object

    Definition Classes
    Mapper
  14. def asSafeJs(f: KeyObfuscator): JsExp

    Permalink
    Definition Classes
    KeyedMapper
  15. def asValid: Box[MyType]

    Permalink

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

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

    Definition Classes
    Mapper
  16. def checkNames: Unit

    Permalink
    Definition Classes
    Mapper
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def compare(other: MyType): Int

    Permalink
    Definition Classes
    ProtoTag → Ordered
  19. def comparePrimaryKeys(other: MyType): Boolean

    Permalink
    Definition Classes
    KeyedMapperMapper
  20. def compareTo(that: MyType): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  21. def connectionIdentifier: ConnectionIdentifier

    Permalink
    Definition Classes
    Mapper
  22. def connectionIdentifier(id: ConnectionIdentifier): MyType

    Permalink
    Definition Classes
    Mapper
  23. def countryField: Box[MappedCountry[MyType]]

    Permalink
    Definition Classes
    Mapper
  24. def dbCalculateConnectionIdentifier: PartialFunction[MyType, ConnectionIdentifier]

    Permalink
    Definition Classes
    Mapper
  25. def dbName: String

    Permalink
    Definition Classes
    MapperBaseMapper
  26. def db_can_delete_?: Boolean

    Permalink

    Can this model object be deleted?

    Can this model object be deleted?

    Definition Classes
    Mapper
  27. def delete_!: Boolean

    Permalink

    Delete the model from the RDBMS

    Delete the model from the RDBMS

    Definition Classes
    Mapper
  28. def dirty_?: Boolean

    Permalink
    Definition Classes
    Mapper
  29. def doPostCommit(func: () ⇒ Unit): MyType

    Permalink

    Append a function to perform after the commit happens

    Append a function to perform after the commit happens

    func

    - the function to perform after the commit happens

    Definition Classes
    Mapper
  30. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    Find the field by name

    Find the field by name

    fieldName

    -- the name of the field to find

    returns

    Box[MappedField]

    Definition Classes
    Mapper
  33. def fieldMapperTransforms(fieldTransform: (BaseOwnedMappedField[MyType]) ⇒ NodeSeq): Seq[CssSel]

    Permalink

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

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

    Definition Classes
    Mapper
  34. def fieldTransforms: Seq[CssSel]

    Permalink

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

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

    Definition Classes
    Mapper
  35. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. def findSourceField(name: String): Box[SourceFieldInfo]

    Permalink

    Given a name, look up the field

    Given a name, look up the field

    name

    the name of the field

    returns

    the metadata

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

    Permalink

    flat map the fields titles and forms to generate a list

    flat map the fields titles and forms to generate a list

    func

    called with displayHtml, fieldId, form

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

    Permalink

    flat map the fields titles and forms to generate a list

    flat map the fields titles and forms to generate a list

    func

    called with displayHtml, fieldId, form

    Definition Classes
    Mapper
  39. def formFields: List[MappedField[_, MyType]]

    Permalink

    Get the fields (in order) for displaying a form

    Get the fields (in order) for displaying a form

    Definition Classes
    Mapper
  40. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    KeyedMapper → AnyRef → Any
  42. def htmlLine: NodeSeq

    Permalink
    Definition Classes
    Mapper
  43. object id extends MappedLongIndex[MyType]

    Permalink
  44. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  45. def localeField: Box[MappedLocale[MyType]]

    Permalink

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

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

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

    Permalink

    map the fields titles and forms to generate a list

    map the fields titles and forms to generate a list

    func

    called with displayHtml, fieldId, form

    Definition Classes
    Mapper
  47. object name extends MappedPoliteString[MyType]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  51. def prependFieldTransform(transform: CssSel): Unit

    Permalink
    Definition Classes
    Mapper
  52. def primaryKeyField: MappedLongIndex[MyType]

    Permalink
    Definition Classes
    ProtoTagKeyedMapperBaseKeyedMapper
  53. def reload: MyType

    Permalink
    Definition Classes
    KeyedMapper
  54. def runSafe[T](f: ⇒ T): T

    Permalink
    Definition Classes
    Mapper
  55. final def safe_?: Boolean

    Permalink
    Definition Classes
    Mapper
  56. def save(): Boolean

    Permalink
    Definition Classes
    MapperBaseMapper
  57. def saveMe(): MyType

    Permalink

    Save the instance and return the instance

    Save the instance and return the instance

    Definition Classes
    Mapper
  58. def saved_?: Boolean

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

    Permalink

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

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

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

    Permalink
    Definition Classes
    AnyRef
  61. implicit def thisToMappee(in: Mapper[MyType]): MyType

    Permalink
    Definition Classes
    Mapper
  62. def timeZoneField: Box[MappedTimeZone[MyType]]

    Permalink
    Definition Classes
    Mapper
  63. def toForm(button: Box[String], redoSnippet: (NodeSeq) ⇒ NodeSeq, onSuccess: (MyType) ⇒ Unit): NodeSeq

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

    Permalink

    Present the model as a form and execute the function on submission of the form

    Present the model as a form and execute the function on submission of the form

    button

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

    f

    - the function to execute on form submission

    returns

    the form

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

    Permalink

    Present the model as a form and execute the function on submission of the form

    Present the model as a form and execute the function on submission of the form

    button

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

    onSuccess

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

    returns

    the form

    Definition Classes
    Mapper
  66. def toHtml: NodeSeq

    Permalink

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

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

    returns

    the html view of the model

    Definition Classes
    Mapper
  67. def toString(): String

    Permalink
    Definition Classes
    Mapper → AnyRef → Any
  68. def toXml: Elem

    Permalink
    Definition Classes
    Mapper
  69. def validate: List[FieldError]

    Permalink
    Definition Classes
    Mapper
  70. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Ordered[MyType]

Inherited from Comparable[MyType]

Inherited from KeyedMapper[Long, MyType]

Inherited from BaseKeyedMapper

Inherited from Mapper[MyType]

Inherited from SourceInfo

Inherited from Serializable

Inherited from Serializable

Inherited from BaseMapper

Inherited from FieldContainer

Inherited from AnyRef

Inherited from Any

Ungrouped