Packages

package exchange

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class CatalogExchangeDTO(code: CatalogCode, title: String, metadata: JsonObject, items: Seq[CatalogItemExchangeDTO]) extends Product with Serializable
  2. case class CatalogItemExchangeDTO(code: CatalogItemCode, title: String, archived: Boolean, metadata: JsonObject) extends Product with Serializable
  3. case class CreateCatalogItemDTO(catalogId: CatalogId, code: CatalogItemCode, title: String, metadata: JsonObject) extends Product with Serializable
  4. case class GetCatalogItemDTO(catalogCode: CatalogCode, itemCode: CatalogItemCode) extends Product with Serializable
  5. case class ListBy[A](data: A, search: Search) extends Product with Serializable

Ungrouped