Object

org.genivi.sota.resolver.packages

PackageFilterRepository

Related Doc: package packages

Permalink

object PackageFilterRepository

Data access object for PackageFilters

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

Type Members

  1. class PackageFilterTable extends slick.driver.JdbcProfile.API.Table[PackageFilter]

    Permalink

    DAO Mapping Class for the PackageFilters table in the database

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. object MissingPackageFilterException extends Throwable with Product with Serializable

    Permalink
  5. def addPackageFilter(pf: PackageFilter)(implicit db: slick.driver.JdbcProfile.API.Database, ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[PackageFilter]

    Permalink

    Adds a package filter to the resolver

    Adds a package filter to the resolver

    pf

    The filter to add

    returns

    A DBIO[PackageFilter] for the added PackageFilter

    Exceptions thrown

    Errors.MissingFilterException if the named filter does not exist

    Errors.MissingPackageException if the named package does not exist

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def deletePackageFilter(pf: PackageFilter)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[Int]

    Permalink

    Deletes a package filter

    Deletes a package filter

    pf

    The name of the package filter to be deleted

    returns

    A DBIO[Int] number of filters deleted

  9. def deletePackageFilterByFilterName(namespace: Namespace, fname: Name): slick.driver.JdbcProfile.API.DBIO[Int]

    Permalink

    Deletes a filter by name

    Deletes a filter by name

    fname

    The name of the filter to delete

    returns

    A DBIO[Int] number of filters deleted

  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def exists(pf: PackageFilter)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[PackageFilter]

    Permalink
  13. def finalize(): Unit

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

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

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

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

    Permalink

    Lists the package filters in the PackageFilter table

    Lists the package filters in the PackageFilter table

    returns

    A DBIO[Seq[PackageFilter]] for the package filters in the table

  18. def listFiltersForPackage(namespace: Namespace, pkgId: PackageId)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[Seq[Filter]]

    Permalink
  19. def listPackagesForFilter(namespace: Namespace, fname: Name)(implicit db: slick.driver.JdbcProfile.API.Database, ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[Seq[Package]]

    Permalink

    Lists the packages for a filter

    Lists the packages for a filter

    fname

    The name of the filter for which to list the packages

    returns

    A DBIO[Seq[Package]] of associated packages

    Exceptions thrown

    Errors.MissingFilterException if the named filter does not exist

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. val packageFilters: TableQuery[PackageFilterTable]

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped