Object

im.actor.server.persist

DialogRepo

Related Doc: package persist

Permalink

object DialogRepo

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DialogRepo
  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 byPK(userId: Int, peer: Peer): Query[DialogTable, DialogTable.TableElementType, Seq]

    Permalink
  6. val byPKC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[DialogTable, DialogTable.TableElementType, Seq], (slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]), (Int, Int, Int), Query[DialogTable, DialogTable.TableElementType, Seq], Seq[DialogTable.TableElementType]]

    Permalink
  7. def byPKSimple(userId: slick.driver.JdbcProfile.API.Rep[Int], peerType: slick.driver.JdbcProfile.API.Rep[Int], peerId: slick.driver.JdbcProfile.API.Rep[Int]): Query[DialogTable, DialogTable.TableElementType, Seq]

    Permalink
  8. val byPeerC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[DialogTable, DialogTable.TableElementType, Seq], (slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]), (Int, Int), Query[DialogTable, DialogTable.TableElementType, Seq], Seq[DialogTable.TableElementType]]

    Permalink
  9. def byPeerSimple(peerType: slick.driver.JdbcProfile.API.Rep[Int], peerId: slick.driver.JdbcProfile.API.Rep[Int]): Query[DialogTable, DialogTable.TableElementType, Seq]

    Permalink
  10. def byPeerType(userId: slick.driver.JdbcProfile.API.Rep[Int], peerType: slick.driver.JdbcProfile.API.Rep[Int]): Query[DialogTable, DialogTable.TableElementType, Seq]

    Permalink
  11. val byPeerTypeC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[DialogTable, DialogTable.TableElementType, Seq], (slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]), (Int, Int), Query[DialogTable, DialogTable.TableElementType, Seq], Seq[DialogTable.TableElementType]]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def create(dialogs: Seq[Dialog]): FixedSqlAction[Option[Int], NoStream, Write]

    Permalink
  14. def create(dialog: Dialog): FixedSqlAction[Int, NoStream, Write]

    Permalink
  15. def createIfNotExists(dialog: Dialog)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[Boolean]

    Permalink
  16. def delete(userId: Int, peer: Peer): FixedSqlAction[Int, slick.driver.JdbcProfile.API.NoStream, Write]

    Permalink
  17. val dialogs: TableQuery[DialogTable]

    Permalink
  18. val dialogsC: CompiledStreamingExecutable[TableQuery[DialogTable], Seq[DialogTable.TableElementType], DialogTable.TableElementType]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def find(userId: Int, peer: Peer): SqlAction[Option[Dialog], slick.driver.JdbcProfile.API.NoStream, Read]

    Permalink
  23. def findAllGroups(userIds: Set[Int], groupId: Int): slick.driver.PostgresDriver.StreamingDriverAction[Seq[DialogTable.TableElementType], DialogTable.TableElementType, Read]

    Permalink
  24. def findExistingUserIds(userIds: Set[Int], peer: Peer): FixedSqlStreamingAction[Seq[Int], Int, Read]

    Permalink
  25. def findGroupIds(userId: Int): FixedSqlStreamingAction[Seq[Int], Int, Read]

    Permalink
  26. def findGroups(userId: Int): FixedSqlStreamingAction[Seq[Dialog], Dialog, Read]

    Permalink
  27. def findLastReadBefore(date: DateTime, userId: Int): slick.driver.PostgresDriver.StreamingDriverAction[Seq[DialogTable.TableElementType], DialogTable.TableElementType, Read]

    Permalink
  28. def findNotArchived[A](userId: Int, dateOpt: Option[DateTime], limit: Int, sortBy: (DialogTable) ⇒ ColumnOrdered[A], fetchHidden: Boolean)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[Seq[Dialog]]

    Permalink
  29. def findNotArchived(userId: Int, dateOpt: Option[DateTime], limit: Int, fetchHidden: Boolean = false)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[Seq[Dialog]]

    Permalink
  30. def findNotArchivedSortByLastMessageData(userId: Int, dateOpt: Option[DateTime], limit: Int, fetchHidden: Boolean = false)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[Seq[Dialog]]

    Permalink
  31. def findUserIds(userId: Int): FixedSqlStreamingAction[Seq[Int], Int, Read]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. def hide(userId: Int, peer: Peer): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  35. def idByPeerType(userId: slick.driver.JdbcProfile.API.Rep[Int], peerType: slick.driver.JdbcProfile.API.Rep[Int]): Query[Rep[Int], Int, Seq]

    Permalink
  36. val idByPeerTypeC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[Rep[Int], Int, Seq], (slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]), (Int, Int), Query[Rep[Int], Int, Seq], Seq[Int]]

    Permalink
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def makeArchived(userId: Int, peer: Peer): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

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

    Permalink
    Definition Classes
    AnyRef
  40. val notArchived: Query[DialogTable, Dialog, Seq]

    Permalink
  41. val notHiddenNotArchived: Query[DialogTable, Dialog, Seq]

    Permalink
  42. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  44. def show(userId: Int, peer: Peer): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  47. def updateLastMessageDate(userId: Int, peer: Peer, lastMessageDate: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  48. def updateLastMessageDates(userIds: Set[Int], peer: Peer, lastMessageDate: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  49. def updateLastReadAt(userIds: Set[Int], peer: Peer, lastReadAt: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  50. def updateLastReadAt(userId: Int, peer: Peer, lastReadAt: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  51. def updateLastReceivedAt(userIds: Set[Int], peer: Peer, lastReceivedAt: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  52. def updateLastReceivedAt(userId: Int, peer: Peer, lastReceivedAt: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  53. def updateOwnerLastReadAt(userId: Int, peer: Peer, ownerLastReadAt: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  54. def updateOwnerLastReceivedAt(userId: Int, peer: Peer, ownerLastReceivedAt: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  55. def userIdByPeerType(peerType: slick.driver.JdbcProfile.API.Rep[Int], peerId: slick.driver.JdbcProfile.API.Rep[Int]): Query[DialogTable, DialogTable.TableElementType, Seq]

    Permalink
  56. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped