Packages

package client

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

Type Members

  1. case class Client(id: ClientId, title: String, token: ClientToken, allowFiles: Boolean, data: Option[JsonObject], blocked: Boolean) extends Product with Serializable
  2. type ClientId = Type
  3. class ClientQuery extends AnyRef
  4. trait ClientService extends AnyRef
  5. class ClientServiceImpl extends ClientService
  6. 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
  7. class ClientTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[ClientStoreDTO] with HasIdRep[ClientId]
  8. case class ClientToEntityTypeIds(clientId: ClientId, entityTypeId: EntityTypeId) extends Product with Serializable
  9. case class ClientToEntityTypeStoreDTO(clientId: ClientId, entityTypeId: EntityTypeId) extends Product with Serializable
  10. class ClientToEntityTypeTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[ClientToEntityTypeStoreDTO]
  11. type ClientToken = Type
  12. case class CreateClientDTO(id: ClientId, title: String, allowFiles: Boolean, data: Option[JsonObject]) extends Product with Serializable
  13. case class UpdateClientDTO(id: ClientId, title: String, allowFiles: Boolean, data: Option[JsonObject], blocked: Boolean) extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped