com.github.aselab.activerecord

ActiveModel

trait ActiveModel extends ProductModel with IO with ValidationSupport

Source
ActiveRecord.scala
Linear Supertypes
ValidationSupport, IO, Validatable, ProductModel, Saveable, Product, Equals, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ActiveModel
  2. ValidationSupport
  3. IO
  4. Validatable
  5. ProductModel
  6. Saveable
  7. Product
  8. Equals
  9. AnyRef
  10. 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: 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 _companion: ProductModelCompanion[ActiveModel.this.type]

    Definition Classes
    ProductModel
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def assign(data: Map[String, Any]): ActiveModel.this.type

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

    Definition Classes
    IO
  10. def beforeValidation(): Unit

    Attributes
    protected
    Definition Classes
    Validatable
  11. def clearErrors(): Unit

    Definition Classes
    Validatable
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def doValidate(): Unit

    Definition Classes
    ValidationSupportValidatable
  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. val errors: Errors

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

    Definition Classes
    Validatable
  18. def finalize(): Unit

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

    Definition Classes
    IO
  20. final def getClass(): Class[_]

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

    Definition Classes
    Validatable
  22. def hasError(name: String): Boolean

    Definition Classes
    Validatable
  23. def hasErrors: Boolean

    Definition Classes
    Validatable
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isNewRecord: Boolean

    Definition Classes
    ActiveModelSaveable
  27. def isValid: Boolean

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

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

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

    Definition Classes
    AnyRef
  31. def productIterator: Iterator[Any]

    Definition Classes
    Product
  32. def productPrefix: String

    Definition Classes
    Product
  33. def save(): Boolean

    Definition Classes
    ValidatableSaveable
  34. def saveEither: Either[Errors, ActiveModel.this.type]

    Definition Classes
    ValidationSupport
  35. def saveWithoutValidation(): Boolean

    Definition Classes
    Validatable
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toFormValues(prefix: Option[String]): Map[String, String]

    Definition Classes
    IO
  38. def toFormValues: Map[String, String]

    Definition Classes
    IO
  39. def toMap: Map[String, Any]

    Definition Classes
    IO
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def validate(): Boolean

    Definition Classes
    IOValidatable
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ValidationSupport

Inherited from IO

Inherited from Validatable

Inherited from ProductModel

Inherited from Saveable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped