Class

net.liftweb.mongodb.record.field

IntRefListField

Related Doc: package field

Permalink

class IntRefListField[OwnerType <: BsonRecord[OwnerType], RefType <: MongoRecord[RefType]] extends MongoRefListField[OwnerType, RefType, Int]

Linear Supertypes
MongoRefListField[OwnerType, RefType, Int], MongoListField[OwnerType, Int], BsonableField[List[Int]], MongoFieldFlavor[List[Int]], MandatoryTypedField[List[Int]], Product1[List[Int]], Product, Equals, Field[List[Int], OwnerType], TypedField[List[Int]], OwnedField[OwnerType], BaseField, BaseField, FieldContainer, SettableField, SettableValueHolder, Settable, ReadableField, Bindable, ValueHolder, FieldIdentifier, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntRefListField
  2. MongoRefListField
  3. MongoListField
  4. BsonableField
  5. MongoFieldFlavor
  6. MandatoryTypedField
  7. Product1
  8. Product
  9. Equals
  10. Field
  11. TypedField
  12. OwnedField
  13. BaseField
  14. BaseField
  15. FieldContainer
  16. SettableField
  17. SettableValueHolder
  18. Settable
  19. ReadableField
  20. Bindable
  21. ValueHolder
  22. FieldIdentifier
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntRefListField(rec: OwnerType, refMeta: MongoMetaRecord[RefType])

    Permalink

Type Members

  1. type MyType = List[Int]

    Permalink
    Definition Classes
    MongoListField → TypedField
  2. type ValidationFunction = (ValueType) ⇒ List[FieldError]

    Permalink
    Definition Classes
    TypedField
  3. type ValueType = List[Int]

    Permalink
    Definition Classes
    MandatoryTypedField → ValueHolder

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. def _1: IntRefListField.MyType

    Permalink
    Definition Classes
    MandatoryTypedField → Product1
  5. def allFields: Seq[BaseField]

    Permalink
    Definition Classes
    BaseField → FieldContainer
  6. def apply(in: Box[IntRefListField.MyType]): OwnerType

    Permalink
    Definition Classes
    Field
  7. def apply(in: IntRefListField.MyType): OwnerType

    Permalink
    Definition Classes
    Field
  8. def asHtml: NodeSeq

    Permalink
    Definition Classes
    ReadableField → Bindable
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def asJString(encode: (IntRefListField.MyType) ⇒ String): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  11. def asJValue: JValue

    Permalink

    Encode the field value into a JValue

    Encode the field value into a JValue

    Definition Classes
    MongoListFieldMongoFieldFlavor → BaseField
  12. def asJs: JsExp with Product with Serializable

    Permalink

    Returns the field's value as a valid JavaScript expression

    Returns the field's value as a valid JavaScript expression

    Definition Classes
    MongoFieldFlavor
  13. def asString: String

    Permalink
    Definition Classes
    TypedField → BaseField
  14. def atomicUpdate(f: (ValueType) ⇒ ValueType): ValueType

    Permalink
    Definition Classes
    Settable
  15. implicit def boxNodeFuncToFieldError(in: (Box[IntRefListField.MyType]) ⇒ Box[Node]): (Box[IntRefListField.MyType]) ⇒ List[FieldError]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  16. implicit def boxNodeToFieldError(in: Box[Node]): List[FieldError]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  17. def cached_?: Boolean

    Permalink
    Definition Classes
    MongoRefListField
  18. def canEqual(a: Any): Boolean

    Permalink
    Definition Classes
    MandatoryTypedField → Equals
  19. def canRead_?: Boolean

    Permalink
    Definition Classes
    BaseField
  20. def canWrite_?: Boolean

    Permalink
    Definition Classes
    BaseField
  21. def checkCanRead_?: Boolean

    Permalink
    Definition Classes
    BaseField
  22. def checkCanWrite_?: Boolean

    Permalink
    Definition Classes
    BaseField
  23. def clear: Unit

    Permalink
    Definition Classes
    TypedField
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def defaultValue: List[Int]

    Permalink
    Definition Classes
    MongoListField → MandatoryTypedField
  26. def defaultValueBox: Box[IntRefListField.MyType]

    Permalink
    Definition Classes
    MandatoryTypedField → TypedField
  27. def dirty_?: Boolean

    Permalink
    Definition Classes
    BaseField
  28. def dirty_?(b: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseField
  29. def displayHtml: NodeSeq

    Permalink
    Definition Classes
    ReadableField
  30. def displayName: String

    Permalink
    Definition Classes
    OwnedField → ReadableField
  31. def displayNameHtml: Box[NodeSeq]

    Permalink
    Definition Classes
    ReadableField
  32. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    TypedField → AnyRef → Any
  34. def fieldId: Option[NodeSeq]

    Permalink
    Definition Classes
    SettableField
  35. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. def findAll: List[RefType]

    Permalink

    Find the referenced objects

    Find the referenced objects

    Definition Classes
    MongoRefListField
  37. def forceDirty_?: Boolean

    Permalink
    Definition Classes
    BaseField
  38. def formElemAttrs: Seq[http.SHtml.ElemAttr]

    Permalink
    Definition Classes
    BaseField
  39. def formInputType: String

    Permalink
    Definition Classes
    BaseField
  40. implicit def formats: Formats

    Permalink
    Definition Classes
    MongoListField
  41. final def genericSetFromAny(in: Any)(implicit m: Manifest[IntRefListField.MyType]): Box[IntRefListField.MyType]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  42. def get: IntRefListField.MyType

    Permalink
    Definition Classes
    MandatoryTypedField → ValueHolder
  43. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. def helpAsHtml: Box[NodeSeq]

    Permalink
    Definition Classes
    SettableField
  46. def ignoreField_?: Boolean

    Permalink
    Definition Classes
    BaseField
  47. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  48. def label: NodeSeq

    Permalink
    Definition Classes
    BaseField
  49. def liftSetFilterToBox(in: Box[IntRefListField.MyType]): Box[IntRefListField.MyType]

    Permalink
    Attributes
    protected
    Definition Classes
    MandatoryTypedField → TypedField
  50. lazy val mf: Manifest[Int]

    Permalink
    Definition Classes
    MongoListField
  51. def name: String

    Permalink
    Definition Classes
    OwnedField → ReadableField
  52. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. def noValueErrorMessage: String

    Permalink
    Definition Classes
    BaseField
  54. implicit def nodeToFieldError(node: Node): List[FieldError]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  55. def notOptionalErrorMessage: String

    Permalink
    Definition Classes
    BaseField
  56. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  58. def objs: List[RefType]

    Permalink
    Definition Classes
    MongoRefListField
  59. def obscure(in: IntRefListField.MyType): Box[IntRefListField.MyType]

    Permalink
    Definition Classes
    TypedField
  60. def optional_?: Boolean

    Permalink
    Definition Classes
    MandatoryTypedField → BaseField
  61. def options: List[(Int, String)]

    Permalink

    Options for select list *

    Options for select list *

    Definition Classes
    MongoListField
  62. def owner: OwnerType

    Permalink
    Definition Classes
    MongoListField → OwnedField
  63. def performAtomicOperation[T](f: ⇒ T): T

    Permalink
    Definition Classes
    Settable
  64. def primeObjs(objs: List[RefType]): Unit

    Permalink
    Definition Classes
    MongoRefListField
  65. def productArity: Int

    Permalink
    Definition Classes
    Product1 → Product
  66. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product1 → Product
    Annotations
    @throws( ... )
  67. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  68. def productPrefix: String

    Permalink
    Definition Classes
    Product
  69. def readArrayToBsonDocument(reader: BsonReader, context: DecoderContext, registry: CodecRegistry): List[BsonDocument]

    Permalink

    Helper function to read an array to a List of BsonDocuments.

    Helper function to read an array to a List of BsonDocuments.

    Attributes
    protected
    Definition Classes
    BsonableField
  70. def readList(reader: BsonReader, decoderContext: DecoderContext, codecRegistry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): List[_]

    Permalink

    Helper function to read a List from a BsonReader.

    Helper function to read a List from a BsonReader.

    Attributes
    protected
    Definition Classes
    BsonableField
  71. def readMap(reader: BsonReader, decoderContext: DecoderContext, codecRegistry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): Map[String, _]

    Permalink

    Helper function to read a Map from a BsonReader.

    Helper function to read a Map from a BsonReader.

    Attributes
    protected
    Definition Classes
    BsonableField
  72. def readValue(reader: BsonReader, decoderContext: DecoderContext, codecRegistry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): Any

    Permalink

    Helper function to read a value from a BsonReader.

    Helper function to read a value from a BsonReader.

    Attributes
    protected
    Definition Classes
    BsonableField
  73. def readValueToBsonDocument(reader: BsonReader, context: DecoderContext, registry: CodecRegistry): BsonDocument

    Permalink

    Helper function to read a value to a BsonDocument.

    Helper function to read a value to a BsonDocument.

    Attributes
    protected
    Definition Classes
    BsonableField
  74. val refMeta: MongoMetaRecord[RefType]

    Permalink

    The MongoMetaRecord of the referenced object *

    The MongoMetaRecord of the referenced object *

    Definition Classes
    IntRefListFieldMongoRefListField
  75. def required_?: Boolean

    Permalink
    Definition Classes
    SettableField
  76. def resetDirty: Unit

    Permalink
    Definition Classes
    BaseField
  77. def runFilters(in: Box[IntRefListField.MyType], filter: List[(Box[IntRefListField.MyType]) ⇒ Box[IntRefListField.MyType]]): Box[IntRefListField.MyType]

    Permalink
    Definition Classes
    TypedField
  78. def runValidation(in: Box[IntRefListField.MyType]): List[FieldError]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  79. final def safe_?: Boolean

    Permalink
    Definition Classes
    OwnedField → BaseField
  80. def set(in: IntRefListField.MyType): IntRefListField.MyType

    Permalink
    Definition Classes
    MandatoryTypedField → Settable
  81. def setBox(in: Box[MyType]): Box[MyType]

    Permalink
    Definition Classes
    MongoRefListField → TypedField
  82. def setFilter: List[(ValueType) ⇒ ValueType]

    Permalink
    Definition Classes
    TypedField → SettableField
  83. def setFilterBox: List[(Box[IntRefListField.MyType]) ⇒ Box[IntRefListField.MyType]]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  84. def setFromAny(in: Any): Box[MyType]

    Permalink
    Definition Classes
    MongoListField → TypedField
  85. def setFromBsonReader(reader: BsonReader, context: DecoderContext, registry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): Box[List[Int]]

    Permalink

    Set this field's value from a BsonReader.

    Set this field's value from a BsonReader.

    Definition Classes
    MongoListFieldBsonableField
  86. def setFromJString(jvalue: JValue)(decode: (String) ⇒ Box[IntRefListField.MyType]): Box[IntRefListField.MyType]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  87. def setFromJValue(jvalue: JValue): Box[MyType]

    Permalink
    Definition Classes
    MongoListField → TypedField
  88. def setFromString(in: String): Box[List[Int]]

    Permalink
    Definition Classes
    MongoListField → TypedField
  89. def set_!(in: Box[IntRefListField.MyType]): Box[IntRefListField.MyType]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  90. def shouldDisplay_?: Boolean

    Permalink
    Definition Classes
    ReadableField
  91. def show_?: Boolean

    Permalink
    Definition Classes
    SettableField
  92. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  93. def tabIndex: Int

    Permalink
    Definition Classes
    BaseField
  94. def toBoxMyType(in: ValueType): Full[ValueType]

    Permalink
    Definition Classes
    MandatoryTypedField → TypedField
  95. def toForm: Box[NodeSeq]

    Permalink
    Definition Classes
    MongoListField → BaseField → SettableField
  96. def toString(): String

    Permalink
    Definition Classes
    MandatoryTypedField → AnyRef → Any
  97. def toValueType(in: Box[IntRefListField.MyType]): IntRefListField.MyType

    Permalink
    Definition Classes
    MandatoryTypedField → TypedField
  98. def toXHtml: NodeSeq

    Permalink
    Definition Classes
    BaseField
  99. def uniqueFieldId: Box[String]

    Permalink
    Definition Classes
    BaseField → FieldIdentifier
  100. def uploadField_?: Boolean

    Permalink
    Definition Classes
    SettableField
  101. def validate: List[FieldError]

    Permalink
    Definition Classes
    TypedField → SettableField
  102. def validations: List[ValidationFunction]

    Permalink
    Definition Classes
    TypedField → SettableField
  103. def value: IntRefListField.MyType

    Permalink
    Definition Classes
    MandatoryTypedField
  104. def valueBox: Box[IntRefListField.MyType]

    Permalink
    Definition Classes
    TypedField
  105. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  108. def writeIterable(writer: BsonWriter, list: Iterable[_], encoderContext: EncoderContext, codecRegistry: CodecRegistry): Unit

    Permalink

    Helper function to write an Iterable to a BsonWriter.

    Helper function to write an Iterable to a BsonWriter.

    Attributes
    protected
    Definition Classes
    BsonableField
  109. def writeMap(writer: BsonWriter, map: Map[String, Any], encoderContext: EncoderContext, codecRegistry: CodecRegistry): Unit

    Permalink

    Helper function to write a Map to a BsonWriter.

    Helper function to write a Map to a BsonWriter.

    Attributes
    protected
    Definition Classes
    BsonableField
  110. def writeToBsonWriter(writer: BsonWriter, context: EncoderContext, registry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): Unit

    Permalink

    Write this field's value to a BsonWriter.

    Write this field's value to a BsonWriter.

    Definition Classes
    MongoListFieldBsonableField
  111. def writeValue[T](writer: BsonWriter, encoderContext: EncoderContext, value: T, codecRegistry: CodecRegistry): Unit

    Permalink

    Helper function to write a value to a BsonWriter.

    Helper function to write a value to a BsonWriter.

    Attributes
    protected
    Definition Classes
    BsonableField

Deprecated Value Members

  1. def asDBObject: DBObject

    Permalink
    Definition Classes
    MongoListFieldMongoFieldFlavor
    Annotations
    @deprecated
    Deprecated

    (Since version 3.4.3) This was replaced with the functions from 'BsonableField'.

  2. def setFromDBObject(dbo: DBObject): Box[MyType]

    Permalink
    Definition Classes
    MongoListFieldMongoFieldFlavor
    Annotations
    @deprecated
    Deprecated

    (Since version 3.4.3) This was replaced with the functions from 'BsonableField'.

  3. def setFromDocumentList(list: List[Document]): Box[MyType]

    Permalink
    Definition Classes
    MongoListField
    Annotations
    @deprecated
    Deprecated

    (Since version 3.4.3) This was replaced with the functions from 'BsonableField'.

Inherited from MongoRefListField[OwnerType, RefType, Int]

Inherited from MongoListField[OwnerType, Int]

Inherited from BsonableField[List[Int]]

Inherited from MongoFieldFlavor[List[Int]]

Inherited from MandatoryTypedField[List[Int]]

Inherited from Product1[List[Int]]

Inherited from Product

Inherited from Equals

Inherited from Field[List[Int], OwnerType]

Inherited from TypedField[List[Int]]

Inherited from OwnedField[OwnerType]

Inherited from BaseField

Inherited from BaseField

Inherited from FieldContainer

Inherited from SettableField

Inherited from SettableValueHolder

Inherited from Settable

Inherited from ReadableField

Inherited from Bindable

Inherited from ValueHolder

Inherited from FieldIdentifier

Inherited from AnyRef

Inherited from Any

Ungrouped