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: 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[ActiveModel.this.type]

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

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

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

    Definition Classes
    IO
  8. def beforeValidation(): Unit

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

    Definition Classes
    Validatable
  10. def clone(): AnyRef

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

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

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

    Definition Classes
    AnyRef → Any
  14. val errors: Errors

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

    Definition Classes
    Validatable
  16. def finalize(): Unit

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

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

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

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

    Definition Classes
    Validatable
  21. def hasErrors: Boolean

    Definition Classes
    Validatable
  22. def hashCode(): Int

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

    Definition Classes
    Any
  24. def isNewRecord: Boolean

    Definition Classes
    ActiveModelSaveable
  25. def isValid: Boolean

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

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

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

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

    Definition Classes
    Product
  30. def productPrefix: String

    Definition Classes
    Product
  31. def save(): Boolean

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

    Definition Classes
    ValidationSupport
  33. def saveWithoutValidation(): Boolean

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

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

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

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

    Definition Classes
    IO
  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. 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