Object

im.actor.server.persist

GroupUserRepo

Related Doc: package persist

Permalink

object GroupUserRepo

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GroupUserRepo
  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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def byGroupId(groupId: (db.ActorPostgresDriver.api)#Rep[Int]): Query[GroupUsersTable, GroupUsersTable.TableElementType, Seq]

    Permalink
  6. val byGroupIdC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Int]) ⇒ Query[GroupUsersTable, GroupUsersTable.TableElementType, Seq], (db.ActorPostgresDriver.api)#Rep[Int], Int, Query[GroupUsersTable, GroupUsersTable.TableElementType, Seq], Seq[GroupUsersTable.TableElementType]]

    Permalink
  7. def byPK(groupId: (db.ActorPostgresDriver.api)#Rep[Int], userId: (db.ActorPostgresDriver.api)#Rep[Int]): Query[GroupUsersTable, GroupUsersTable.TableElementType, Seq]

    Permalink
  8. val byPKC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Int], (db.ActorPostgresDriver.api)#Rep[Int]) ⇒ Query[GroupUsersTable, GroupUsersTable.TableElementType, Seq], ((db.ActorPostgresDriver.api)#Rep[Int], (db.ActorPostgresDriver.api)#Rep[Int]), (Int, Int), Query[GroupUsersTable, GroupUsersTable.TableElementType, Seq], Seq[GroupUsersTable.TableElementType]]

    Permalink
  9. def byUserId(userId: (db.ActorPostgresDriver.api)#Rep[Int]): Query[GroupUsersTable, GroupUsersTable.TableElementType, Seq]

    Permalink
  10. val byUserIdC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Int]) ⇒ Query[GroupUsersTable, GroupUsersTable.TableElementType, Seq], (db.ActorPostgresDriver.api)#Rep[Int], Int, Query[GroupUsersTable, GroupUsersTable.TableElementType, Seq], Seq[GroupUsersTable.TableElementType]]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def create(groupId: Int, userIds: Set[Int], inviterUserId: Int, invitedAt: DateTime, joinedAt: Option[LocalDateTime]): FixedSqlAction[Option[Int], NoStream, Write]

    Permalink
  13. def create(groupId: Int, userId: Int, inviterUserId: Int, invitedAt: DateTime, joinedAt: Option[LocalDateTime], isAdmin: Boolean): FixedSqlAction[Int, NoStream, Write]

    Permalink
  14. def delete(groupId: Int, userId: Int): FixedSqlAction[Int, (db.ActorPostgresDriver.api)#NoStream, Write]

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

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

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

    Permalink
  18. def finalize(): Unit

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

    Permalink
  20. def find(groupId: Int): db.ActorPostgresDriver.StreamingDriverAction[Seq[GroupUsersTable.TableElementType], GroupUsersTable.TableElementType, Read]

    Permalink
  21. def findByUserId(userId: Int): db.ActorPostgresDriver.StreamingDriverAction[Seq[GroupUsersTable.TableElementType], GroupUsersTable.TableElementType, Read]

    Permalink
  22. def findUserIds(groupIds: Set[Int]): db.ActorPostgresDriver.StreamingDriverAction[Seq[Int], Int, Read]

    Permalink
  23. def findUserIds(groupId: Int): db.ActorPostgresDriver.StreamingDriverAction[Seq[Int], Int, Read]

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. val groupUsers: TableQuery[GroupUsersTable]

    Permalink
  26. val groupUsersC: CompiledStreamingExecutable[TableQuery[GroupUsersTable], Seq[GroupUsersTable.TableElementType], GroupUsersTable.TableElementType]

    Permalink
  27. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  29. def isJoined(groupId: Int, userId: Int): SqlAction[Option[Boolean], NoStream, Read]

    Permalink
  30. def joinedAtByPK(groupId: (db.ActorPostgresDriver.api)#Rep[Int], userId: (db.ActorPostgresDriver.api)#Rep[Int]): Query[Rep[Option[LocalDateTime]], Option[LocalDateTime], Seq]

    Permalink
  31. val joinedAtByPKC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Int], (db.ActorPostgresDriver.api)#Rep[Int]) ⇒ Query[Rep[Option[LocalDateTime]], Option[LocalDateTime], Seq], ((db.ActorPostgresDriver.api)#Rep[Int], (db.ActorPostgresDriver.api)#Rep[Int]), (Int, Int), Query[Rep[Option[LocalDateTime]], Option[LocalDateTime], Seq], Seq[Option[LocalDateTime]]]

    Permalink
  32. def makeAdmin(groupId: Int, userId: Int): db.ActorPostgresDriver.DriverAction[Int, NoStream, Write]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def setJoined(groupId: Int, userId: Int, date: LocalDateTime): db.ActorPostgresDriver.DriverAction[Int, NoStream, Write]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. def userIdByGroupId(groupId: (db.ActorPostgresDriver.api)#Rep[Int]): Query[Rep[Int], Int, Seq]

    Permalink
  40. val userIdByGroupIdC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Int]) ⇒ Query[Rep[Int], Int, Seq], (db.ActorPostgresDriver.api)#Rep[Int], Int, Query[Rep[Int], Int, Seq], Seq[Int]]

    Permalink
  41. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped