package constantType
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- constantType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class ConstantType(code: ConstantTypeCode, name: String, description: Option[String]) extends Product with Serializable
- type ConstantTypeCode = Type
- case class ConstantTypeCreateDTO(code: ConstantTypeCode, name: String, description: Option[String]) extends Product with Serializable
- class ConstantTypeQuery extends AnyRef
- trait ConstantTypeService extends AnyRef
Сервис предоставляющий операции над сущностью ConstantType
- class ConstantTypeServiceImpl extends ConstantTypeService
- case class ConstantTypeStoreDTO(code: ConstantTypeCode, name: String, description: Option[String]) extends HasId[ConstantTypeCode] with Product with Serializable
- class ConstantTypeTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[ConstantTypeStoreDTO] with HasIdRep[ConstantTypeCode]
- case class ConstantTypeUpdateDTO(code: ConstantTypeCode, name: String, description: Option[String]) extends Product with Serializable
Value Members
- object ConstantType extends Serializable
- object ConstantTypeCode
- object ConstantTypeCreateDTO extends Serializable
- object ConstantTypeService
- object ConstantTypeTable
- object ConstantTypeUpdateDTO extends Serializable