play.ext.activerecord

SilentImmutable

Related Doc: package activerecord

trait SilentImmutable extends ActiveRecord with Immutable

Linear Supertypes
Immutable, Saveable, Changeable, Create, ValidUntil, TimestampConversion, ActiveRecord, com.github.aselab.activerecord.ActiveRecord.HabtmAssociationSupport, ActiveRecordBase[Long], com.github.aselab.activerecord.ActiveRecord.AssociationSupport, ActiveModel, ValidationSupport, JsonSerializer, FormSerializer, IO, Validatable, ProductModel, Product, Equals, CRUDable, com.github.aselab.activerecord.inner.Saveable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SilentImmutable
  2. Immutable
  3. Saveable
  4. Changeable
  5. Create
  6. ValidUntil
  7. TimestampConversion
  8. ActiveRecord
  9. HabtmAssociationSupport
  10. ActiveRecordBase
  11. AssociationSupport
  12. ActiveModel
  13. ValidationSupport
  14. JsonSerializer
  15. FormSerializer
  16. IO
  17. Validatable
  18. ProductModel
  19. Product
  20. Equals
  21. CRUDable
  22. Saveable
  23. AnyRef
  24. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Definition Classes
    Equals
  2. abstract def productArity: Int

    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any

    Definition Classes
    Product

Concrete Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. lazy val _companion: ProductModelCompanion[SilentImmutable.this.type]

    Definition Classes
    ProductModel
  5. var _isNewRecord: Boolean

    Attributes
    protected
    Definition Classes
    CRUDable
  6. def afterChange(): Unit

    Attributes
    protected
    Definition Classes
    Changeable
  7. def afterCreate(): Unit

    Attributes
    protected
    Definition Classes
    Changeable → CRUDable
  8. def afterDelete(): Unit

    Attributes
    protected
    Definition Classes
    Changeable → CRUDable
  9. def afterSave(): Unit

    Attributes
    protected
    Definition Classes
    CRUDable
  10. def afterUpdate(): Unit

    Attributes
    protected
    Definition Classes
    Changeable → CRUDable
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def asJson(onlyFields: String*): JValue

    Definition Classes
    JsonSerializer
  13. def asJson(onlyFields: List[String]): JValue

    Definition Classes
    JsonSerializer
  14. def asJson: JValue

    Definition Classes
    JsonSerializer
  15. macro def assign(data: Map[String, Any]): SilentImmutable.this.type

    Definition Classes
    IO
  16. macro def assign(data: (String, Any)*): SilentImmutable.this.type

    Definition Classes
    IO
  17. def assignFormValues(data: Map[String, String]): SilentImmutable.this.type

    Definition Classes
    FormSerializer
  18. def beforeCreate(): Unit

    Attributes
    protected
    Definition Classes
    CRUDable
  19. def beforeDelete(): Unit

    Attributes
    protected
    Definition Classes
    CRUDable
  20. def beforeSave(): Unit

    Attributes
    protected
    Definition Classes
    CRUDable
  21. def beforeUpdate(): Unit

    Attributes
    protected
    Definition Classes
    CRUDable
  22. def beforeValidation(): Unit

    Attributes
    protected
    Definition Classes
    Validatable
  23. def belongsTo[T <: AR](foreignKey: String)(implicit m: ClassTag[T]): com.github.aselab.activerecord.ActiveRecord.BelongsToAssociation[SilentImmutable.this.type, T]

    Attributes
    protected
    Definition Classes
    AssociationSupport
  24. def belongsTo[T <: AR](implicit m: ClassTag[T]): com.github.aselab.activerecord.ActiveRecord.BelongsToAssociation[SilentImmutable.this.type, T]

    Attributes
    protected
    Definition Classes
    AssociationSupport
  25. def clearErrors(): Unit

    Definition Classes
    Validatable
  26. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def create(validate: Boolean): SilentImmutable.this.type

    Definition Classes
    ActiveRecordBase
  28. def create: SilentImmutable.this.type

    Definition Classes
    ActiveRecordBase
  29. var createdAt: Timestamp

    Definition Classes
    Create
  30. implicit def date2timestamp(date: Option[Date]): Option[Timestamp]

    Attributes
    protected
    Definition Classes
    TimestampConversion
  31. implicit def date2timestamp(date: Date): Timestamp

    Attributes
    protected
    Definition Classes
    TimestampConversion
  32. def delete(): Boolean

    Definition Classes
    CRUDable
  33. def deleteEither(): Either[Errors, SilentImmutable.this.type]

    Definition Classes
    ValidUntil
  34. def doCreate(): Boolean

    Attributes
    protected
    Definition Classes
    Create → ActiveRecordBase → CRUDable
  35. def doDelete(): Boolean

    Attributes
    protected
    Definition Classes
    ValidUntil → ActiveRecordBase → CRUDable
  36. def doSave(): Boolean

    Attributes
    protected
    Definition Classes
    Saveable
  37. def doUpdate(): Boolean

    Attributes
    protected
    Definition Classes
    SilentImmutableImmutableValidUntil → ActiveRecordBase → CRUDable
  38. def doValidate(): Unit

    Definition Classes
    ValidationSupport → Validatable
  39. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  41. val errors: Errors

    Definition Classes
    Validatable
  42. def fieldErrors: Seq[ValidationError]

    Definition Classes
    Validatable
  43. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. def formErrors: Seq[ValidationError]

    Definition Classes
    FormSerializer
  45. def fromJValue(jvalue: JValue): SilentImmutable.this.type

    Definition Classes
    JsonSerializer
  46. def fromJson(json: String): SilentImmutable.this.type

    Definition Classes
    JsonSerializer
  47. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  48. def globalErrors: Seq[ValidationError]

    Definition Classes
    Validatable
  49. def hasAndBelongsToMany[T <: ActiveRecord](conditions: Map[String, Any])(implicit m: ClassTag[T]): com.github.aselab.activerecord.ActiveRecord.HasAndBelongsToManyAssociation[SilentImmutable.this.type, T]

    Attributes
    protected
    Definition Classes
    HabtmAssociationSupport
  50. def hasAndBelongsToMany[T <: ActiveRecord](implicit m: ClassTag[T]): com.github.aselab.activerecord.ActiveRecord.HasAndBelongsToManyAssociation[SilentImmutable.this.type, T]

    Attributes
    protected
    Definition Classes
    HabtmAssociationSupport
  51. def hasError(name: String): Boolean

    Definition Classes
    Validatable
  52. def hasErrors: Boolean

    Definition Classes
    Validatable
  53. def hasMany[T <: AR](conditions: Map[String, Any], foreignKey: String)(implicit m: ClassTag[T]): com.github.aselab.activerecord.ActiveRecord.HasManyAssociation[SilentImmutable.this.type, T]

    Attributes
    protected
    Definition Classes
    AssociationSupport
  54. def hasMany[T <: AR](implicit m: ClassTag[T]): com.github.aselab.activerecord.ActiveRecord.HasManyAssociation[SilentImmutable.this.type, T]

    Attributes
    protected
    Definition Classes
    AssociationSupport
  55. def hasManyThrough[T <: AR, I <: AR](through: com.github.aselab.activerecord.ActiveRecord.CollectionAssociation[SilentImmutable.this.type, I], conditions: Map[String, Any], foreignKey: String)(implicit m1: ClassTag[T], m2: ClassTag[I]): com.github.aselab.activerecord.ActiveRecord.HasManyThroughAssociation[SilentImmutable.this.type, T, I]

    Attributes
    protected
    Definition Classes
    AssociationSupport
  56. def hasOne[T <: AR](conditions: Map[String, Any], foreignKey: String)(implicit m: ClassTag[T]): com.github.aselab.activerecord.ActiveRecord.HasOneAssociation[SilentImmutable.this.type, T]

    Attributes
    protected
    Definition Classes
    AssociationSupport
  57. def hasOne[T <: AR](implicit m: ClassTag[T]): com.github.aselab.activerecord.ActiveRecord.HasOneAssociation[SilentImmutable.this.type, T]

    Attributes
    protected
    Definition Classes
    AssociationSupport
  58. def hasOneThrough[T <: AR, I <: AR](through: com.github.aselab.activerecord.ActiveRecord.SingularAssociation[SilentImmutable.this.type, I], conditions: Map[String, Any], foreignKey: String)(implicit m1: ClassTag[T], m2: ClassTag[I]): com.github.aselab.activerecord.ActiveRecord.HasOneThroughAssociation[SilentImmutable.this.type, T, I]

    Attributes
    protected
    Definition Classes
    AssociationSupport
  59. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  60. val id: Long

    Definition Classes
    ActiveRecord → ActiveRecordBase
  61. def invalidEntity[A <: ValidUntil]: (A) ⇒ BinaryOperatorNodeLogicalBoolean

    Attributes
    protected
    Definition Classes
    ValidUntil
  62. def isDeleted: Boolean

    Definition Classes
    ValidUntil → ActiveRecordBase
  63. def isEntityValid[A <: ValidUntil]: (A) ⇒ LogicalBoolean

    Attributes
    protected
    Definition Classes
    ValidUntil
  64. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  65. def isNewRecord: Boolean

    Definition Classes
    ActiveRecordBase → ActiveModel → CRUDable → Saveable
  66. def isPersisted: Boolean

    Definition Classes
    ActiveRecord → ActiveRecordBase
  67. def isValid: Boolean

    Definition Classes
    Validatable
  68. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  71. def now: Timestamp

    Attributes
    protected
    Definition Classes
    ValidUntil
  72. def productIterator: Iterator[Any]

    Definition Classes
    Product
  73. def productPrefix: String

    Definition Classes
    Product
  74. lazy val recordCompanion: ActiveRecordBaseCompanion[Long, SilentImmutable.this.type]

    Definition Classes
    ActiveRecordBase
  75. def recordInDatabase: Option[SilentImmutable.this.type]

    Definition Classes
    ActiveRecordBase
  76. def save(throws: Boolean, validate: Boolean): Boolean

    Definition Classes
    Saveable → ActiveRecordBase
  77. def save(): Boolean

    Definition Classes
    ActiveRecordBase → Validatable → CRUDable → Saveable
  78. def saveEither: Either[Errors, SilentImmutable.this.type]

    Definition Classes
    ValidationSupport
  79. def saveWithoutValidation(): Boolean

    Definition Classes
    Validatable
  80. def serializedValue(value: Any): Any

    Attributes
    protected
    Definition Classes
    IO
  81. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  82. implicit def timestamp2date(timestamp: Option[Timestamp]): Option[Date]

    Attributes
    protected
    Definition Classes
    TimestampConversion
  83. implicit def timestamp2date(timestamp: Timestamp): Date

    Attributes
    protected
    Definition Classes
    TimestampConversion
  84. def toFieldType(value: Any, fieldInfo: FieldInfo): Any

    Definition Classes
    FormSerializer → IO
  85. def toFormValues(prefix: Option[String]): Map[String, String]

    Definition Classes
    FormSerializer
  86. def toFormValues: Map[String, String]

    Definition Classes
    FormSerializer
  87. def toJson(onlyFields: String*): String

    Definition Classes
    JsonSerializer
  88. def toJson(onlyFields: List[String]): String

    Definition Classes
    JsonSerializer
  89. def toJson: String

    Definition Classes
    JsonSerializer
  90. def toMap: Map[String, Any]

    Definition Classes
    ActiveRecordBase → IO
  91. def toMap(onlyFields: String*): Map[String, Any]

    Definition Classes
    IO
  92. def toMap(onlyFields: List[String]): Map[String, Any]

    Definition Classes
    IO
  93. def toSerialized(map: Map[String, Any]): Map[String, Any]

    Attributes
    protected
    Definition Classes
    IO
  94. def toSerializedMap(onlyFields: List[String]): Map[String, Any]

    Definition Classes
    IO
  95. def toSerializedMap: Map[String, Any]

    Definition Classes
    IO
  96. def toString(): String

    Definition Classes
    AnyRef → Any
  97. def unsafeAssign(data: Map[String, Any]): SilentImmutable.this.type

    Definition Classes
    ActiveRecordBase → IO
  98. def unsafeAssign(data: Map[String, Any], assignFunc: (Any, FieldInfo) ⇒ Any): SilentImmutable.this.type

    Definition Classes
    IO
  99. def update(validate: Boolean): SilentImmutable.this.type

    Definition Classes
    ActiveRecordBase
  100. def update: SilentImmutable.this.type

    Definition Classes
    ActiveRecordBase
  101. def validOnly: Map[String, Null]

    Note: valid until detects only NULL, if it will be invalid in future, that would not work

    Note: valid until detects only NULL, if it will be invalid in future, that would not work

    Attributes
    protected
    Definition Classes
    ValidUntil
  102. var validUntil: Option[Timestamp]

    flag when the entity was deleted

    flag when the entity was deleted

    Definition Classes
    ValidUntil
  103. def validate(): Boolean

    Definition Classes
    FormSerializer → Validatable
  104. def validateAndSave(): Boolean

    Attributes
    protected
    Definition Classes
    Saveable
  105. def validity(validity: Boolean): (ValidUntil) ⇒ LogicalBoolean

    Attributes
    protected
    Definition Classes
    ValidUntil
  106. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Immutable

Inherited from Saveable

Inherited from Changeable

Inherited from Create

Inherited from ValidUntil

Inherited from TimestampConversion

Inherited from ActiveRecord

Inherited from com.github.aselab.activerecord.ActiveRecord.HabtmAssociationSupport

Inherited from ActiveRecordBase[Long]

Inherited from com.github.aselab.activerecord.ActiveRecord.AssociationSupport

Inherited from ActiveModel

Inherited from ValidationSupport

Inherited from JsonSerializer

Inherited from FormSerializer

Inherited from IO

Inherited from Validatable

Inherited from ProductModel

Inherited from Product

Inherited from Equals

Inherited from CRUDable

Inherited from com.github.aselab.activerecord.inner.Saveable

Inherited from AnyRef

Inherited from Any

Ungrouped