trait Datestamps extends CRUDable
- Alphabetic
- By Inheritance
- Datestamps
- CRUDable
- Saveable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
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
- val _isNewRecord: Boolean
- Attributes
- protected
- Definition Classes
- CRUDable
- Annotations
- @Transient()
- def afterCreate(): Unit
Callback method of after create.
Callback method of after create.
You can override this method and implement logic if necessary. Nothing is done by default. This is not called if failed to create.
- Attributes
- protected
- Definition Classes
- CRUDable
- def afterDelete(): Unit
Callback method of after delete.
Callback method of after delete.
You can override this method and implement logic if necessary. Nothing is done by default. This is not called if failed to delete.
- Attributes
- protected
- Definition Classes
- CRUDable
- def afterSave(): Unit
Callback method of after create and update.
Callback method of after create and update.
You can override this method and implement logic if necessary. Nothing is done by default. This is not called if failed to save.
- Attributes
- protected
- Definition Classes
- CRUDable
- def afterUpdate(): Unit
Callback method of after update.
Callback method of after update.
You can override this method and implement logic if necessary. Nothing is done by default. This is not called if failed to update.
- Attributes
- protected
- Definition Classes
- CRUDable
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beforeCreate(): Unit
Callback method of before create.
Callback method of before create.
You can override this method and implement logic if necessary. Nothing is done by default.
- Attributes
- protected
- Definition Classes
- CRUDable
- def beforeDelete(): Unit
Callback method of before delete.
Callback method of before delete.
You can override this method and implement logic if necessary. Nothing is done by default.
- Attributes
- protected
- Definition Classes
- CRUDable
- def beforeSave(): Unit
Callback method of before create and update.
Callback method of before create and update.
You can override this method and implement logic if necessary. Nothing is done by default.
- Attributes
- protected
- Definition Classes
- CRUDable
- def beforeUpdate(): Unit
Callback method of before update.
Callback method of before update.
You can override this method and implement logic if necessary. Nothing is done by default.
- Attributes
- protected
- Definition Classes
- CRUDable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val createdOn: nscala_time.time.Imports.LocalDate
- def delete(): Boolean
Delete model.
Delete model.
before and after callbacks are available.
- Definition Classes
- CRUDable
- def doCreate(): Boolean
Model creation.
Model creation. Implement creation logic and return result of success or failure
- Attributes
- protected
- Definition Classes
- Datestamps → CRUDable
- def doUpdate(): Boolean
Model update.
Model update. Implement update logic and return result of success or failure
- Attributes
- protected
- Definition Classes
- Datestamps → CRUDable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNewRecord: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def save(): Boolean
Save model.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val updatedOn: nscala_time.time.Imports.LocalDate
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated