com.atomizesoftware.spin.data.repositories

LocationRepository

trait LocationRepository extends AnyRef

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

Abstract Value Members

  1. abstract def allLocationTypes(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[LocationType]

  2. abstract def allLocations(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[Location]

  3. abstract def allShapes(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[Shape]

  4. abstract def childrenOfLocationWithId(id: Long, filter: String = "", filterOr: String = "", include: String = "", timeZoneId: String = "")(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[Location]

  5. abstract def deleteLocation(id: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

  6. abstract def deleteLocationType(id: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

  7. abstract def deleteShape(id: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

  8. abstract def incrementCounterAndReturnNewValueIn(location: Location)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Long

  9. abstract def insertLocation(location: Location)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Location

  10. abstract def insertLocationType(locationType: LocationType)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): LocationType

  11. abstract def insertShape(shape: Shape)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Shape

  12. abstract def locationAndAssociationsWithId(id: Long, filter: String = "", filterOr: String = "", references: String = "", associations: List[String])(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[Location]

  13. abstract def locationTotalCountForFilters(filter: String, filterOr: String, search: String, references: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Long

  14. abstract def locationTypeTotalCountForFilters(filter: String, filterOr: String, search: String, references: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Long

  15. abstract def locationTypeWithId(id: Long, references: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[LocationType]

  16. abstract def locationTypeWithId(id: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[LocationType]

  17. abstract def locationTypesForFilters(references: String, filter: String, filterOr: String, search: String, sortBy: String, timeZoneId: String, limit: Int, offset: Int)(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[LocationType]

  18. abstract def locationTypesForSync(syncTimestamp: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[LocationType]

  19. abstract def locationWithCode(code: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Location

  20. abstract def locationWithId(id: Long, filter: String, filterOr: String, references: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[Location]

  21. abstract def locationWithId(id: Long, filter: String, filterOr: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[Location]

  22. abstract def locationWithId(id: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[Location]

  23. abstract def locationsForFilters(references: String, filter: String, filterOr: String, search: String, sortBy: String, timeZoneId: String, limit: Int, offset: Int)(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[Location]

  24. abstract def locationsForSync(syncTimestamp: Long, filter: String = "", filterOr: String = "", references: String, timeZoneId: String = "")(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[Location]

  25. abstract def nearestAncestorWithPrefixOf(location: Location)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[Location]

  26. abstract def parentLocationIdOfLocationWithId(locationId: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[Long]

  27. abstract def shapeTotalCountForFilters(filter: String, filterOr: String, search: String, references: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Long

  28. abstract def shapeWithId(id: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[Shape]

  29. abstract def shapesForFilters(references: String, filter: String, filterOr: String, search: String, sortBy: String, timeZoneId: String, limit: Int, offset: Int)(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[Shape]

  30. abstract def topMostAncestorOfLocationWithId(id: Long, include: String, timeZoneId: String = "", visible: Boolean = false)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Location

  31. abstract def updateLocation(location: Location)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

  32. abstract def updateLocationAssociations(location: Location)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

  33. abstract def updateLocationType(locationType: LocationType)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

  34. abstract def updateShape(shape: Shape)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

Concrete 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  16. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped