trait ModelLogicRevert extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ModelLogicRevert
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- 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
- case class ModelState (version: Int, idMap: Map[ID, IDAble], history: Map[Int, SPAttributes], attributes: SPAttributes, name: String) extends Product with Serializable
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def createDiffDel(delete: Set[ID], info: SPAttributes): Option[ModelDiff]
- def createDiffUpd(ids: List[IDAble], info: SPAttributes): Option[ModelDiff]
- def deleteItems(items: List[ID], info: SPAttributes): Option[ModelDiff]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getModelHistory: ModelHistory
- def getModelInfo: ModelInformation
- def getTheModelToExport: ModelToExport
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- val initialHistory: SPAttributes
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeModelUpdate(diff: ModelDiff): ModelUpdate
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def putItems(items: List[IDAble], info: SPAttributes): Option[ModelDiff]
- def revertModel(version: Long, actorSystem: ActorSystem, persistenceId: String): Option[ModelDiff]
- val state: ModelState
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def updateAttributes(name: Option[String], attr: Option[SPAttributes]): Option[ModelDiff]
- def updateItemsDueToDelete(dels: Set[ID]): List[IDAble]
- def updateState(diff: ModelDiff): Unit
-
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( ... )
- object ModelDiff extends Serializable