com.atomizesoftware.spin.data.repositories.GPSRepositoryComponent

GPSRepositoryImpl

class GPSRepositoryImpl extends GPSRepository

Implements functions related to com.atomizesoftware.spin.models.GPSPosition

Linear Supertypes
GPSRepository, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GPSRepositoryImpl
  2. GPSRepository
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GPSRepositoryImpl()

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def all(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[GPSPosition]

    Definition Classes
    GPSRepositoryImplGPSRepository
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def delete(id: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Definition Classes
    GPSRepositoryImplGPSRepository
  8. def duplicateOf(gps: GPSPosition)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[GPSPosition]

    Definition Classes
    GPSRepositoryImplGPSRepository
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  13. def gpsPositionWithId(id: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[GPSPosition]

    Definition Classes
    GPSRepositoryImplGPSRepository
  14. def gpsPositionsAndTotalCountForFilters(references: String, filter: String, filterOr: String, search: String, sortBy: String, timeZoneId: String, limit: Int, offset: Int)(implicit s: scala.slick.jdbc.JdbcBackend.Session): (List[GPSPosition], Long)

    Returns a tuple with the list of gps positions that pertain to the selection filters and the total number of matching records that were found.

    Returns a tuple with the list of gps positions that pertain to the selection filters and the total number of matching records that were found.

    If no limit was imposed in the selection filters, we do not make another query to get the total number of records, as they were already returned.

    Definition Classes
    GPSRepositoryImplGPSRepository
  15. def gpsPositionsForFilters(references: String, filter: String, filterOr: String, search: String, sortBy: String, timeZoneId: String, limit: Int, offset: Int)(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[GPSPosition]

    Gets a list of com.atomizesoftware.spin.models.GPSPosition with the requested filters.

    Gets a list of com.atomizesoftware.spin.models.GPSPosition with the requested filters.

    Definition Classes
    GPSRepositoryImplGPSRepository
  16. def gpsTotalCountForFilters(filter: String, filterOr: String, search: String, references: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Long

    Gets the number of records that correspond to the complex select statement.

    Gets the number of records that correspond to the complex select statement.

    Definition Classes
    GPSRepositoryImplGPSRepository
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def insert(gps: GPSPosition)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Try[GPSPosition]

    Definition Classes
    GPSRepositoryImplGPSRepository
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val logger: Logger

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

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def update(gpsPosition: GPSPosition)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Updates a com.atomizesoftware.spin.models.GPSPosition

    Updates a com.atomizesoftware.spin.models.GPSPosition

    If fields are specified, only those are updated, otherwise the whole entity is updated.

    gpsPosition

    to update

    Definition Classes
    GPSRepositoryImplGPSRepository
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GPSRepository

Inherited from AnyRef

Inherited from Any

Ungrouped