class
RecordValidator[PK, R <: Record[PK, R]] extends AnyRef
Instance Constructors
-
new
RecordValidator()
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
var
_validators: Seq[(R) ⇒ Option[Msg]]
-
def
add(validator: (R) ⇒ Option[Msg]): RecordValidator.this.type
-
def
addForPersisted(validator: (R) ⇒ Option[Msg]): RecordValidator.this.type
-
def
addForTransient(validator: (R) ⇒ Option[Msg]): RecordValidator.this.type
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
notEmpty(f: (R) ⇒ TextField[R]): RecordValidator.this.type
-
def
notNull(f: (R) ⇒ ru.circumflex.orm.Field[_, R]): RecordValidator.this.type
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
pattern(f: (R) ⇒ TextField[R], regex: Pattern, key: String = "pattern"): RecordValidator.this.type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unique[T](f: (R) ⇒ Field[T, R], key: String): RecordValidator.this.type
-
def
uniqueAll(f: (R) ⇒ Seq[ru.circumflex.orm.Field[_, R]], key: String = "unique"): RecordValidator.this.type
-
def
validate(record: R): Seq[Msg]
-
def
validators: Seq[(R) ⇒ Option[Msg]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any