case class GlobalSettingServiceImpl(query: GlobalSettingQuery, databaseComponent: ProfileComponent, nestorClient: CustomNestorClient)(implicit ec: scala.concurrent.ExecutionContext @izumi.distage.model.definition.Id("ec-services")) extends GlobalSettingService with StrictLogging with Product with Serializable
- Alphabetic
- By Inheritance
- GlobalSettingServiceImpl
- Serializable
- Product
- Equals
- StrictLogging
- GlobalSettingService
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new GlobalSettingServiceImpl(query: GlobalSettingQuery, databaseComponent: ProfileComponent, nestorClient: CustomNestorClient)(implicit ec: scala.concurrent.ExecutionContext @izumi.distage.model.definition.Id("ec-services"))
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def create(dto: CreateKeyDTO)(implicit rc: RequestContext): Future[Boolean]
Создает новую глобальную настройку
Создает новую глобальную настройку
- dto
Данные для создания глобальной настройки
- returns
Признак успешности
- Definition Classes
- GlobalSettingServiceImpl → GlobalSettingService
- val databaseComponent: ProfileComponent
- def delete(key: GlobalSettingKey)(implicit rc: RequestContext): Future[Boolean]
Удаляет глобальную настройку
Удаляет глобальную настройку
- key
ключ глобальной настройки
- returns
Количество удаленных записей
- Definition Classes
- GlobalSettingServiceImpl → GlobalSettingService
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def find(key: GlobalSettingKey): Future[Option[GlobalSetting]]
Поиск глобальной настройки по ключу
Поиск глобальной настройки по ключу
- key
Ключ глобальной настройки
- returns
Найденная настройка или None
- Definition Classes
- GlobalSettingServiceImpl → GlobalSettingService
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list(filters: Option[Search]): Future[Seq[GlobalSetting]]
Предоставляет список всех глобальных настроек
Предоставляет список всех глобальных настроек
- returns
Список всех глобальных настроек
- Definition Classes
- GlobalSettingServiceImpl → GlobalSettingService
- val logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nestorClient: CustomNestorClient
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val query: GlobalSettingQuery
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def update(dto: UpdateKeyDTO)(implicit rc: RequestContext): Future[Boolean]
Обновляет глобальную настройку
Обновляет глобальную настройку
- dto
Данные для обновления глобальной настройки
- returns
Признак успешности
- Definition Classes
- GlobalSettingServiceImpl → GlobalSettingService
- def updateValue(dto: UpdateValueDTO)(implicit rc: RequestContext): Future[Boolean]
Обновляет только значение глобальной настройки
Обновляет только значение глобальной настройки
- dto
Данные для обновления значения глобальной настройки
- returns
Признак успешности
- Definition Classes
- GlobalSettingServiceImpl → GlobalSettingService
- 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