Object

im.actor.server.persist.contact

UserContactRepo

Related Doc: package contact

Permalink

object UserContactRepo

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

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 active: Query[UserContactTable, UserContactTable.TableElementType, Seq]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def byOwnerUserIdNotDeleted(ownerUserId: Int): Query[UserContactTable, UserContactTable.TableElementType, Seq]

    Permalink
  7. def byPK(ownerUserId: Int, contactUserId: Int): Query[UserContactTable, UserContactTable.TableElementType, Seq]

    Permalink
  8. def byPKDeleted(ownerUserId: Int, contactUserId: Int): Query[UserContactTable, UserContactTable.TableElementType, Seq]

    Permalink
  9. def byPKNotDeleted(ownerUserId: (db.ActorPostgresDriver.api)#Rep[Int], contactUserId: (db.ActorPostgresDriver.api)#Rep[Int]): Query[UserContactTable, UserContactTable.TableElementType, Seq]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val contacts: TableQuery[UserContactTable]

    Permalink
  12. def delete(ownerUserId: Int, contactUserId: Int): db.ActorPostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def exists(ownerUserId: Int, contactUserId: Int): db.ActorPostgresDriver.DriverAction[Boolean, (db.ActorPostgresDriver.api)#NoStream, Read]

    Permalink
  16. def existsC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Int], (db.ActorPostgresDriver.api)#Rep[Int]) ⇒ Rep[Boolean], ((db.ActorPostgresDriver.api)#Rep[Int], (db.ActorPostgresDriver.api)#Rep[Int]), (Int, Int), Rep[Boolean], Boolean]

    Permalink
  17. def fetchAll: db.ActorPostgresDriver.StreamingDriverAction[Seq[UserContactTable.TableElementType], UserContactTable.TableElementType, Read]

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def find(ownerUserId: Int, contactUserId: Int): SqlAction[Option[UserContact], NoStream, Read]

    Permalink
  20. def findContactIdsActive(ownerUserId: Int): db.ActorPostgresDriver.StreamingDriverAction[Seq[Int], Int, Read]

    Permalink
  21. def findContactIdsAll(ownerUserId: Int): db.ActorPostgresDriver.StreamingDriverAction[Seq[Int], Int, Read]

    Permalink
  22. def findIds(ownerUserId: Int, contactUserIds: Set[Int]): db.ActorPostgresDriver.StreamingDriverAction[Seq[Int], Int, Read]

    Permalink
  23. def findName(ownerUserId: Int, contactUserId: Int): db.ActorPostgresDriver.StreamingDriverAction[Seq[Option[String]], Option[String], Read]

    Permalink
  24. def findNotDeletedIds(ownerUserId: Int): db.ActorPostgresDriver.StreamingDriverAction[Seq[Int], Int, Read]

    Permalink
  25. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def insertOrUpdate(contact: UserContact): FixedSqlAction[Int, NoStream, Write]

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. val nameByPKNotDeletedC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Int], (db.ActorPostgresDriver.api)#Rep[Int]) ⇒ Query[Rep[Option[String]], Option[String], Seq], ((db.ActorPostgresDriver.api)#Rep[Int], (db.ActorPostgresDriver.api)#Rep[Int]), (Int, Int), Query[Rep[Option[String]], Option[String], Seq], Seq[Option[String]]]

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def updateName(ownerUserId: Int, contactUserId: Int, name: Option[String]): FixedSqlAction[Int, (db.ActorPostgresDriver.api)#NoStream, Write]

    Permalink
  36. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped