org
.
genivi
.
sota
.
resolver
.
vehicles
VehicleRepository
Related Doc:
package vehicles
object
VehicleRepository
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
VehicleRepository
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Type Members
class
InstalledComponentTable
extends
slick.driver.JdbcProfile.API.Table
[(
Namespace
,
Vin
,
PartNumber
)]
class
InstalledFirmwareTable
extends
slick.driver.JdbcProfile.API.Table
[(
Firmware
,
Vin
)]
class
InstalledPackageTable
extends
slick.driver.JdbcProfile.API.Table
[(
Namespace
,
Vin
,
PackageId
)]
class
VinTable
extends
slick.driver.JdbcProfile.API.Table
[
Vehicle
]
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
add
(
vehicle:
Vehicle
)
:
slick.driver.JdbcProfile.API.DBIO
[
Int
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
componentsOnVin
(
namespace:
Namespace
,
vin:
Vin
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Seq
[
PartNumber
]]
def
componentsOnVinMap
(
namespace:
Namespace
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Map
[
Vin
,
Seq
[
PartNumber
]]]
def
delete
(
namespace:
Namespace
,
vin:
Vin
)
:
slick.driver.JdbcProfile.API.DBIO
[
Int
]
def
deleteInstalledComponentByVin
(
namespace:
Namespace
,
vin:
Vin
)
:
slick.driver.JdbcProfile.API.DBIO
[
Int
]
def
deleteInstalledPackageByVin
(
namespace:
Namespace
,
vin:
Vin
)
:
slick.driver.JdbcProfile.API.DBIO
[
Int
]
def
deleteVin
(
namespace:
Namespace
,
vin:
Vin
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Unit
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
exists
(
namespace:
Namespace
,
vin:
Vin
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Vehicle
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
firmwareExists
(
namespace:
Namespace
,
module:
data.Firmware.Module
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
data.Firmware.Module
]
def
firmwareOnVin
(
namespace:
Namespace
,
vin:
Vin
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Seq
[
Firmware
]]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
installComponent
(
namespace:
Namespace
,
vin:
Vin
,
part:
PartNumber
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Unit
]
def
installFirmware
(
namespace:
Namespace
,
module:
data.Firmware.Module
,
firmware_id:
data.Firmware.FirmwareId
,
last_modified:
Long
,
vin:
Vin
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Unit
]
def
installPackage
(
namespace:
Namespace
,
vin:
Vin
,
pkgId:
PackageId
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Unit
]
val
installedComponents
:
TableQuery
[
InstalledComponentTable
]
val
installedFirmware
:
TableQuery
[
InstalledFirmwareTable
]
def
installedOn
(
namespace:
Namespace
,
vin:
Vin
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Set
[
PackageId
]]
val
installedPackages
:
TableQuery
[
InstalledPackageTable
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
list
:
slick.driver.JdbcProfile.API.DBIO
[
Seq
[
Vehicle
]]
def
listInstalledComponents
:
slick.driver.JdbcProfile.API.DBIO
[
Seq
[(
Namespace
,
Vin
,
PartNumber
)]]
def
listInstalledPackages
:
slick.driver.JdbcProfile.API.DBIO
[
Seq
[(
Namespace
,
Vin
,
PackageId
)]]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
packagesOnVin
(
namespace:
Namespace
,
vin:
Vin
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Seq
[
PackageId
]]
def
packagesOnVinMap
(
namespace:
Namespace
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Map
[
Vin
,
Seq
[
PackageId
]]]
def
resolve
(
namespace:
Namespace
,
pkgId:
PackageId
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Map
[
Vin
,
Seq
[
PackageId
]]]
def
search
(
namespace:
Namespace
,
re:
Option
[
Refined
[
String
,
Regex
]]
,
pkgName:
Option
[
Name
]
,
pkgVersion:
Option
[
Version
]
,
part:
Option
[
PartNumber
]
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Seq
[
Vehicle
]]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
uninstallComponent
(
namespace:
Namespace
,
vin:
Vin
,
part:
PartNumber
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Unit
]
def
uninstallPackage
(
namespace:
Namespace
,
vin:
Vin
,
pkgId:
PackageId
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Unit
]
def
updateInstalledFirmware
(
ns:
Namespace
,
vin:
Vin
,
firmware:
Set
[
Firmware
]
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Unit
]
def
updateInstalledPackages
(
namespace:
Namespace
,
vin:
Vin
,
packages:
Set
[
PackageId
]
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Unit
]
val
vehicles
:
TableQuery
[
VinTable
]
def
vinsWithPackagesAndComponents
(
namespace:
Namespace
)
(
implicit
ec:
ExecutionContext
)
:
slick.driver.JdbcProfile.API.DBIO
[
Seq
[(
Vehicle
, (
Seq
[
PackageId
],
Seq
[
PartNumber
]))]]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped