class ServiceEntityServiceImpl extends ServiceEntityService
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServiceEntityServiceImpl
- ServiceEntityService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ServiceEntityServiceImpl(serviceQuery: ServiceQuery, databaseComponent: ProfileComponent)(implicit ec: scala.concurrent.ExecutionContext @izumi.distage.model.definition.Id("ec-services"), system: ActorSystem[_])
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
- def add(serviceCreateDTO: ServiceCreateDTO): Future[Option[Service]]
Регистрирует новый сервис
Регистрирует новый сервис
- serviceCreateDTO
Данные нового сервиса
- returns
Новый зарегистрированный сервис (или None)
- Definition Classes
- ServiceEntityServiceImpl → ServiceEntityService
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def delete(id: ServiceCode): Future[Int]
Удаляет зарегистрированный сервис
Удаляет зарегистрированный сервис
- returns
Количество удаленных записей
- Definition Classes
- ServiceEntityServiceImpl → ServiceEntityService
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list(): Future[Seq[Service]]
Предоставляет список всех зарегистрированных сервисов
Предоставляет список всех зарегистрированных сервисов
- returns
Список всех зарегистрированных сервисов
- Definition Classes
- ServiceEntityServiceImpl → ServiceEntityService
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(forUpdate: ServiceUpdateDTO): Future[Option[Service]]
Обновляет сервис
Обновляет сервис
- forUpdate
Данные для обновления сервиса
- returns
Обновленный сервис
- Definition Classes
- ServiceEntityServiceImpl → ServiceEntityService
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated