Packages

object ApplicationEntity extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicationEntity
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ApplicationCaptionUpdated(id: ApplicationId, caption: Caption, updatedBy: AnnettePrincipal, updatedAt: OffsetDateTime = OffsetDateTime.now) extends Event with Product with Serializable
  2. final case class ApplicationCreated(id: ApplicationId, name: String, caption: Caption, translations: Set[TranslationId] = Set.empty, serverUrl: String, createdBy: AnnettePrincipal, createdAt: OffsetDateTime = OffsetDateTime.now) extends Event with Product with Serializable
  3. final case class ApplicationDeleted(id: ApplicationId, deletedBy: AnnettePrincipal, deletedAt: OffsetDateTime = OffsetDateTime.now) extends Event with Product with Serializable
  4. final case class ApplicationNameUpdated(id: ApplicationId, name: String, updatedBy: AnnettePrincipal, updatedAt: OffsetDateTime = OffsetDateTime.now) extends Event with Product with Serializable
  5. final case class ApplicationServerUrlUpdated(id: ApplicationId, serverUrl: String, updatedBy: AnnettePrincipal, updatedAt: OffsetDateTime = OffsetDateTime.now) extends Event with Product with Serializable
  6. final case class ApplicationTranslationsUpdated(id: ApplicationId, translations: Set[TranslationId] = Set.empty, updatedBy: AnnettePrincipal, updatedAt: OffsetDateTime = OffsetDateTime.now) extends Event with Product with Serializable
  7. sealed trait Command extends CommandSerializable
  8. trait CommandSerializable extends AnyRef
  9. sealed trait Confirmation extends AnyRef
  10. final case class CreateApplication(id: ApplicationId, name: String, caption: Caption, translations: Set[TranslationId] = Set.empty, serverUrl: String, createdBy: AnnettePrincipal, replyTo: ActorRef[Confirmation]) extends Command with Product with Serializable
  11. final case class DeleteApplication(id: ApplicationId, deletedBy: AnnettePrincipal, replyTo: ActorRef[Confirmation]) extends Command with Product with Serializable
  12. sealed trait Event extends AggregateEvent[Event]
  13. final case class GetApplication(id: ApplicationId, replyTo: ActorRef[Confirmation]) extends Command with Product with Serializable
  14. final case class SuccessApplication(application: Application) extends Confirmation with Product with Serializable
  15. final case class UpdateApplication(id: ApplicationId, name: String, caption: Caption, translations: Set[TranslationId] = Set.empty, serverUrl: String, updatedBy: AnnettePrincipal, replyTo: ActorRef[Confirmation]) extends Command with Product with Serializable

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. def apply(entityContext: EntityContext[Command]): Behavior[Command]
  5. def apply(persistenceId: PersistenceId): EventSourcedBehavior[Command, Event, ApplicationEntity]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. implicit val confirmationApplicationAlreadyExistFormat: Format[ApplicationAlreadyExist.type]
  9. implicit val confirmationApplicationNotFoundFormat: Format[ApplicationNotFound.type]
  10. implicit val confirmationFormat: Format[Confirmation]
  11. implicit val confirmationSuccessApplicationFormat: Format[SuccessApplication]
  12. implicit val confirmationSuccessFormat: Format[Success.type]
  13. val empty: ApplicationEntity
  14. implicit val entityFormat: Format[ApplicationEntity]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. implicit val eventApplicationCaptionUpdatedFormat: Format[ApplicationCaptionUpdated]
  18. implicit val eventApplicationCreatedFormat: Format[ApplicationCreated]
  19. implicit val eventApplicationDeletedFormat: Format[ApplicationDeleted]
  20. implicit val eventApplicationNameUpdatedFormat: Format[ApplicationNameUpdated]
  21. implicit val eventApplicationServerUrlUpdatedFormat: Format[ApplicationServerUrlUpdated]
  22. implicit val eventApplicationTranslationsUpdatedFormat: Format[ApplicationTranslationsUpdated]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. val typeKey: EntityTypeKey[Command]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. case object ApplicationAlreadyExist extends Confirmation with Product with Serializable
  36. case object ApplicationNotFound extends Confirmation with Product with Serializable
  37. object Event
  38. case object Success extends Confirmation with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped