Class/Object

net.glorat.cqrs.example

InventoryItem

Related Docs: object InventoryItem | package example

Permalink

class InventoryItem extends AggregateRoot

Linear Supertypes
AggregateRoot, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InventoryItem
  2. AggregateRoot
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InventoryItem(id_: GUID, name_: String)

    Permalink
  2. new InventoryItem()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def applyChange(e: DomainEvent, isNew: Boolean = true): Unit

    Permalink
    Definition Classes
    AggregateRoot
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def changeName(newName: String): Unit

    Permalink
  7. def checkIn(count: Int): Unit

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def deactivate(): Unit

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getRevision: Int

    Permalink
    Definition Classes
    AggregateRoot
  15. def getState: InventoryItemState

    Permalink
    Definition Classes
    InventoryItemAggregateRoot
  16. def getUncommittedChanges: Iterable[DomainEvent]

    Permalink
    Definition Classes
    AggregateRoot
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def id: GUID

    Permalink
    Definition Classes
    InventoryItemAggregateRoot
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def loadFromHistory(history: Traversable[DomainEvent], newRevision: Int): Unit

    Permalink
    Definition Classes
    AggregateRoot
  21. def loadFromMemento(state: AggregateRootState, streamId: GUID, streamRevision: Int): Unit

    Permalink
    Definition Classes
    AggregateRoot
  22. def loadState(savedState: AggregateRootState): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AggregateRoot
  23. lazy val log: Logger

    Permalink
    Definition Classes
    Logging
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def remove(count: Int): Unit

    Permalink
  28. var state: AggregateRootState

    Permalink
    Attributes
    protected
    Definition Classes
    InventoryItemAggregateRoot
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AggregateRoot

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped