Packages

p

com.embedika

entityFormSettings

package entityFormSettings

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

Type Members

  1. case class EntityFormSettings(id: EntityFormSettingsId, entityType: String, formType: FormTypeId, formData: Json, version: Int) extends Product with Serializable
  2. case class EntityFormSettingsCreateDTO(entityType: String, formType: FormTypeId, formData: Json) extends Product with Serializable
  3. case class EntityFormSettingsDTO(id: EntityFormSettingsId, entityType: String, formType: FormTypeId, formData: Json, version: Int = 1) extends Versioned[EntityFormSettingsId, Int] with Product with Serializable
  4. case class EntityFormSettingsForUpdate(id: EntityFormSettingsId, formData: Json, version: Int) extends Product with Serializable
  5. type EntityFormSettingsId = Type
  6. class EntityFormSettingsQuery extends AnyRef
  7. trait EntityFormSettingsService extends AnyRef

    Сервис предоставляющий операции над сущностью EntityFormSettings

  8. case class EntityFormSettingsServiceImpl(entityFormSettingsQuery: EntityFormSettingsQuery, databaseComponent: ProfileComponent, nestorClient: CustomNestorClient)(implicit ec: scala.concurrent.ExecutionContext @izumi.distage.model.definition.Id("ec-services")) extends EntityFormSettingsService with Product with Serializable
  9. class EntityFormSettingsTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[EntityFormSettingsDTO] with VersionedRep[EntityFormSettingsId, Int]
  10. case class EntityTypeWithFormType(entityType: String, formType: String) extends Product with Serializable
  11. case class FormType(id: FormTypeId, code: String, title: String, description: Option[String]) extends Product with Serializable
  12. type FormTypeId = Type

Inherited from AnyRef

Inherited from Any

Ungrouped