t

sp.models

ModelLogicRevert

trait ModelLogicRevert extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModelLogicRevert
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ModelDiff (model: ID, updatedItems: List[IDAble], deletedItems: List[IDAble], diffInfo: SPAttributes, fromVersion: Long, name: String, modelAttr: SPAttributes = SPAttributes().addTimeStamp) extends Product with Serializable
  2. case class ModelState (version: Int, idMap: Map[ID, IDAble], history: Map[Int, SPAttributes], attributes: SPAttributes, name: String) extends Product with Serializable

Abstract Value Members

  1. abstract val id: ID
  2. abstract val modelSetup: CreateModel

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createDiffDel(delete: Set[ID], info: SPAttributes): Option[ModelDiff]
  7. def createDiffUpd(ids: List[IDAble], info: SPAttributes): Option[ModelDiff]
  8. def deleteItems(items: List[ID], info: SPAttributes): Option[ModelDiff]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def getModelHistory: ModelHistory
  14. def getModelInfo: ModelInformation
  15. def getTheModelToExport: ModelToExport
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. val initialHistory: SPAttributes
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def makeModelUpdate(diff: ModelDiff): ModelUpdate
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. def putItems(items: List[IDAble], info: SPAttributes): Option[ModelDiff]
  24. def revertModel(version: Long, actorSystem: ActorSystem, persistenceId: String): Option[ModelDiff]
  25. val state: ModelState
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def updateAttributes(name: Option[String], attr: Option[SPAttributes]): Option[ModelDiff]
  29. def updateItemsDueToDelete(dels: Set[ID]): List[IDAble]
  30. def updateState(diff: ModelDiff): Unit
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. object ModelDiff extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped