Object

org.genivi.sota.core.db

UpdateRequests

Related Doc: package db

Permalink

object UpdateRequests

Database mapping definition for the UpdateRequests table. These refer to a single software package that should be installed as part of a install campaign. There one of these shared among multiple VINs: the UpdateSpecs table records the result of the individual install for each vehicle.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UpdateRequests
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class UpdateRequestTable extends slick.driver.JdbcProfile.API.Table[UpdateRequest]

    Permalink

    Slick mapping definition for the UpdateRequests table

    Slick mapping definition for the UpdateRequests table

    See also

    http://slick.typesafe.com/

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val all: TableQuery[UpdateRequestTable]

    Permalink

    Internal helper definition to access the SQL table

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def byId(updateId: UUID): slick.driver.JdbcProfile.API.DBIO[Option[UpdateRequest]]

    Permalink

    List all the update requests for a give update ID

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def list: slick.driver.JdbcProfile.API.DBIO[Seq[UpdateRequest]]

    Permalink

    List all the package updates that have been ever created

    List all the package updates that have been ever created

    returns

    A list of update requests

  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def persist(request: UpdateRequest)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[Unit]

    Permalink

    Add a new package update.

    Add a new package update. Package updated specify a specific package at a specific version to be installed in a time window, with a given priority

    request

    A new update request to add

  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped