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
ActiveRecord
,
ActiveRecordBase
,
IntermediateRecord
,
Version
,
Versionable
Type Hierarchy
Learn more about scaladoc diagrams
ActiveModel
ActiveRecordBase[T]
ProductModel
IO
ValidationSupport
Ordering
Alphabetic
By inheritance
Inherited
ActiveModel
ValidationSupport
IO
Validatable
ProductModel
Saveable
Product
Equals
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Abstract Value Members
abstract
def
canEqual
(
that:
Any
)
:
Boolean
Definition Classes
Equals
abstract
def
productArity
:
Int
Definition Classes
Product
abstract
def
productElement
(
n:
Int
)
:
Any
Definition Classes
Product
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
lazy val
_companion
:
ProductModelCompanion
[
ActiveModel
.this.type]
Definition Classes
ProductModel
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
assign
(
data:
Map
[
String
,
Any
]
)
:
ActiveModel
.this.type
Definition Classes
IO
def
assignFormValues
(
data:
Map
[
String
,
String
]
)
:
ActiveModel
.this.type
Definition Classes
IO
def
beforeValidation
()
:
Unit
Attributes
protected
Definition Classes
Validatable
def
clearErrors
()
:
Unit
Definition Classes
Validatable
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
doValidate
()
:
Unit
Definition Classes
ValidationSupport
→
Validatable
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
errors
:
Errors
Definition Classes
Validatable
def
fieldErrors
:
Seq
[
ValidationError
]
Definition Classes
Validatable
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formErrors
:
Seq
[
ValidationError
]
Definition Classes
IO
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
globalErrors
:
Seq
[
ValidationError
]
Definition Classes
Validatable
def
hasError
(
name:
String
)
:
Boolean
Definition Classes
Validatable
def
hasErrors
:
Boolean
Definition Classes
Validatable
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isNewRecord
:
Boolean
Definition Classes
ActiveModel
→
Saveable
def
isValid
:
Boolean
Definition Classes
Validatable
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
productIterator
:
Iterator
[
Any
]
Definition Classes
Product
def
productPrefix
:
String
Definition Classes
Product
def
save
()
:
Boolean
Definition Classes
Validatable
→
Saveable
def
saveEither
:
Either
[
Errors
,
ActiveModel
.this.type]
Definition Classes
ValidationSupport
def
saveWithoutValidation
()
:
Boolean
Definition Classes
Validatable
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toFormValues
(
prefix:
Option
[
String
]
)
:
Map
[
String
,
String
]
Definition Classes
IO
def
toFormValues
:
Map
[
String
,
String
]
Definition Classes
IO
def
toMap
:
Map
[
String
,
Any
]
Definition Classes
IO
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
validate
()
:
Boolean
Definition Classes
IO
→
Validatable
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
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