package client
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- client
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Client(id: ClientId, title: String, token: ClientToken, allowFiles: Boolean, data: Option[JsonObject], blocked: Boolean) extends Product with Serializable
- type ClientId = Type
- class ClientQuery extends AnyRef
- trait ClientService extends AnyRef
- class ClientServiceImpl extends ClientService
- case class ClientStoreDTO(id: ClientId, title: String, token: ClientToken, created: TimeStamp, modified: TimeStamp, allowFiles: Boolean, data: Option[JsonObject], blocked: Boolean) extends HasId[ClientId] with Product with Serializable
- class ClientTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[ClientStoreDTO] with HasIdRep[ClientId]
- case class ClientToEntityTypeIds(clientId: ClientId, entityTypeId: EntityTypeId) extends Product with Serializable
- case class ClientToEntityTypeStoreDTO(clientId: ClientId, entityTypeId: EntityTypeId) extends Product with Serializable
- class ClientToEntityTypeTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[ClientToEntityTypeStoreDTO]
- type ClientToken = Type
- case class CreateClientDTO(id: ClientId, title: String, allowFiles: Boolean, data: Option[JsonObject]) extends Product with Serializable
- case class UpdateClientDTO(id: ClientId, title: String, allowFiles: Boolean, data: Option[JsonObject], blocked: Boolean) extends Product with Serializable
Value Members
- object Client extends Serializable
- object ClientId
- object ClientService
- object ClientTable
- object ClientToEntityTypeIds extends Serializable
- object ClientToEntityTypeTable
- object ClientToken
- object CreateClientDTO extends Serializable
- object UpdateClientDTO extends Serializable