Packages

p

com.embedika

constant

package constant

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

Type Members

  1. case class Constant(code: ConstantCode, constantType: ConstantTypeCode, service: ServiceCode, name: String, description: Option[String], settings: Option[JsonObject], source: ConstantSource) extends Product with Serializable
  2. type ConstantCode = Type
  3. type ConstantId = Type
  4. case class ConstantIdentityDTO(code: ConstantCode, constantType: ConstantTypeCode) extends Product with Serializable

    DTO для запросов, связанных с одной константой, например на удаление или поиск

  5. case class ConstantListByTypeDTO(constantType: ConstantTypeCode, codes: Option[Seq[ConstantCode]]) extends Product with Serializable

    DTO для запроса на вывод списка констант определенного типа

    DTO для запроса на вывод списка констант определенного типа

    constantType

    тип констант

    codes

    если указано, то дополнительно отбирает только константы с данными кодами

  6. class ConstantQuery extends MappingEnumsToColumns
  7. trait ConstantService extends AnyRef

    Сервис предоставляющий операции над сущностью com.embedika.constant.Constant

  8. class ConstantServiceImpl extends ConstantService
  9. sealed trait ConstantSource extends AnyRef
  10. case class ConstantStoreDTO(id: ConstantId = ConstantId.random, code: ConstantCode, constantType: ConstantTypeCode, service: ServiceCode, name: String, description: Option[String], settings: Option[JsonObject], source: ConstantSource, modified: TimeStamp = TimeStamp.now, serviceVersion: Option[Int]) extends HasId[ConstantId] with Product with Serializable
  11. class ConstantTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[ConstantStoreDTO] with HasIdRep[ConstantId] with MappingEnumsToColumns
  12. case class ConstantUpsertAutoDTO(code: ConstantCode, constantType: ConstantTypeCode, service: ServiceCode, name: String, description: Option[String], settings: Option[JsonObject], serviceVersion: Int) extends Product with Serializable
  13. case class ConstantUpsertManualDTO(code: ConstantCode, constantType: ConstantTypeCode, service: ServiceCode, name: String, description: Option[String], settings: Option[JsonObject]) extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped