Packages

c

biz.lobachev.annette.application.server.http

ApplicationServiceLagomApiImpl

class ApplicationServiceLagomApiImpl extends ApplicationServiceLagomApi

Linear Supertypes
ApplicationServiceLagomApi, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicationServiceLagomApiImpl
  2. ApplicationServiceLagomApi
  3. Service
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ApplicationServiceLagomApiImpl(languageEntityService: LanguageEntityService, translationEntityService: TranslationEntityService, translationJsonEntityService: TranslationJsonEntityService, applicationEntityService: ApplicationEntityService, config: Config)(implicit ec: ExecutionContext)

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def createApplication: ServiceCall[CreateApplicationPayload, Done]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  7. def createLanguage: ServiceCall[CreateLanguagePayload, Done]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  8. def createTranslation: ServiceCall[CreateTranslationPayload, Done]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  9. def deleteApplication: ServiceCall[DeleteApplicationPayload, Done]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  10. def deleteLanguage: ServiceCall[DeleteLanguagePayload, Done]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  11. def deleteTranslation: ServiceCall[DeleteTranslationPayload, Done]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  12. def deleteTranslationJson: ServiceCall[DeleteTranslationJsonPayload, Done]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  13. final def descriptor: Descriptor
    Definition Classes
    ApplicationServiceLagomApi → Service
  14. implicit val ec: ExecutionContext
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def findApplications: ServiceCall[FindApplicationQuery, FindResult]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  18. def findLanguages: ServiceCall[FindLanguageQuery, FindResult]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  19. def findTranslations: ServiceCall[FindTranslationQuery, FindResult]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  20. def getAllApplications: ServiceCall[NotUsed, Seq[Application]]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  21. def getAllLanguages: ServiceCall[NotUsed, Seq[Language]]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  22. def getApplicationById(id: ApplicationId, fromReadSide: Boolean = true): ServiceCall[NotUsed, Application]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  23. def getApplicationTranslations(id: ApplicationId, languageId: LanguageId): ServiceCall[NotUsed, JsObject]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  24. def getApplicationsById(fromReadSide: Boolean = true): ServiceCall[Set[ApplicationId], Seq[Application]]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def getLanguageById(id: LanguageId, fromReadSide: Boolean = true): ServiceCall[NotUsed, Language]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  27. def getLanguagesById(fromReadSide: Boolean = true): ServiceCall[Set[LanguageId], Seq[Language]]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  28. def getTranslationById(id: TranslationId, fromReadSide: Boolean = true): ServiceCall[NotUsed, Translation]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  29. def getTranslationJson(id: TranslationId, languageId: LanguageId): ServiceCall[NotUsed, TranslationJson]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  30. def getTranslationJsons(languageId: LanguageId): ServiceCall[Set[TranslationId], Seq[TranslationJson]]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  31. def getTranslationLanguages(id: TranslationId): ServiceCall[NotUsed, Seq[LanguageId]]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  32. def getTranslationsById(fromReadSide: Boolean = true): ServiceCall[Set[TranslationId], Seq[Translation]]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. val log: Logger
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. implicit val timeout: Timeout
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def updateApplication: ServiceCall[UpdateApplicationPayload, Done]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  43. def updateLanguage: ServiceCall[UpdateLanguagePayload, Done]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  44. def updateTranslation: ServiceCall[UpdateTranslationPayload, Done]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  45. def updateTranslationJson: ServiceCall[UpdateTranslationJsonPayload, Done]
    Definition Classes
    ApplicationServiceLagomApiImpl → ApplicationServiceLagomApi
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ApplicationServiceLagomApi

Inherited from Service

Inherited from AnyRef

Inherited from Any

Ungrouped