Package

domain

input

Permalink

package input

Visibility
  1. Public
  2. All

Type Members

  1. case class GetAllQueryParams(limit: Option[Int], search: Option[String], positionX: Option[Int], positionY: Option[Int]) extends Product with Serializable

    Permalink
  2. case class ProblemInput(updateType: String, id: Option[Int], label: String, active: Option[String], principalProblem: Option[Int], updateDate: Option[DateTime], updateLogin: Option[String], endDate: Option[DateTime]) extends Product with Serializable

    Permalink
  3. case class ProblemSolutionUpdateInput(problemUpdates: Seq[ProblemInput], solutionUpdates: Seq[SolutionInput], linkProblemsSolutions: Seq[LinkProblemSolution]) extends Product with Serializable

    Permalink
  4. case class SolutionInput(updateType: String, id: Option[Int], label: String, active: Option[String], updateDate: Option[DateTime], updateLogin: Option[String], materielChanged: Option[String], damageSustained: Option[String], endDate: Option[DateTime]) extends Product with Serializable

    Permalink

Value Members

  1. object GetAllQueryParams extends Serializable

    Permalink
  2. object ProblemInput extends Serializable

    Permalink
  3. object ProblemSolutionUpdateInput extends Serializable

    Permalink
  4. object SolutionInput extends Serializable

    Permalink

Ungrouped